Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Interface CustomAttributesDisplay

All Known Implementing Classes:
BaseCustomAttributesDisplay

public interface CustomAttributesDisplay


Method Summary
 String getClassName()
           
 String getIconPath(ThemeDisplay themeDisplay)
           
 String getPortletId()
           
 void setClassNameId(long classNameId)
           
 void setPortletId(String portletId)
           
 

Method Detail

getClassName

String getClassName()

getIconPath

String getIconPath(ThemeDisplay themeDisplay)

getPortletId

String getPortletId()

setClassNameId

void setClassNameId(long classNameId)

setPortletId

void setPortletId(String portletId)

Liferay 6.1.2-ce-ga3