public abstract class BaseCustomAttributesDisplay extends java.lang.Object implements CustomAttributesDisplay
| Constructor and Description |
|---|
BaseCustomAttributesDisplay() |
| Modifier and Type | Method and Description |
|---|---|
long |
getClassNameId() |
java.lang.String |
getIconCssClass() |
java.lang.String |
getIconPath(ThemeDisplay themeDisplay) |
java.lang.String |
getPortletId() |
void |
setClassNameId(long classNameId) |
void |
setPortletId(java.lang.String portletId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassNamepublic long getClassNameId()
public java.lang.String getIconCssClass()
getIconCssClass in interface CustomAttributesDisplaypublic java.lang.String getIconPath(ThemeDisplay themeDisplay)
getIconPath in interface CustomAttributesDisplaypublic java.lang.String getPortletId()
getPortletId in interface CustomAttributesDisplaypublic void setClassNameId(long classNameId)
setClassNameId in interface CustomAttributesDisplaypublic void setPortletId(java.lang.String portletId)
setPortletId in interface CustomAttributesDisplay