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 7.0.0, with no direct replacement
|
String |
getPortletId() |
void |
setClassNameId(long classNameId) |
void |
setPortletId(String portletId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassName
public long getClassNameId()
public String getIconCssClass()
getIconCssClass
in interface CustomAttributesDisplay
@Deprecated public String getIconPath(ThemeDisplay themeDisplay)
getIconPath
in interface CustomAttributesDisplay
public String getPortletId()
getPortletId
in interface CustomAttributesDisplay
public void setClassNameId(long classNameId)
setClassNameId
in interface CustomAttributesDisplay
public void setPortletId(String portletId)
setPortletId
in interface CustomAttributesDisplay