Liferay 7.0-ce-b4

com.liferay.portlet.expando.model
Interface CustomAttributesDisplay

All Known Implementing Classes:
BaseCustomAttributesDisplay

public interface CustomAttributesDisplay


Method Summary
 String getClassName()
           
 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)
           
 

Method Detail

getClassName

String getClassName()

getIconCssClass

String getIconCssClass()

getIconPath

@Deprecated
String getIconPath(ThemeDisplay themeDisplay)
Deprecated. As of 7.0.0, with no direct replacement


getPortletId

String getPortletId()

setClassNameId

void setClassNameId(long classNameId)

setPortletId

void setPortletId(String portletId)

Liferay 7.0-ce-b4