public abstract class BaseCustomAttributesDisplay extends Object implements CustomAttributesDisplay
| Constructor and Description |
|---|
BaseCustomAttributesDisplay() |
| Modifier and Type | Method and Description |
|---|---|
long |
getClassNameId() |
String |
getIconCssClass() |
String |
getIconPath(ThemeDisplay themeDisplay)
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
String |
getPortletId() |
void |
setClassNameId(long classNameId) |
void |
setPortletId(String portletId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassNamepublic long getClassNameId()
public String getIconCssClass()
getIconCssClass in interface CustomAttributesDisplay@Deprecated public String getIconPath(ThemeDisplay themeDisplay)
getIconPath in interface CustomAttributesDisplaypublic String getPortletId()
getPortletId in interface CustomAttributesDisplaypublic void setClassNameId(long classNameId)
setClassNameId in interface CustomAttributesDisplaypublic void setPortletId(String portletId)
setPortletId in interface CustomAttributesDisplay