Liferay 7.0-ce-m3

com.liferay.portlet.expando.model
Interface CustomAttributesDisplay

All Known Implementing Classes:
BaseCustomAttributesDisplay, BlogsEntryCustomAttributesDisplay, DLFileEntryCustomAttributesDisplay, DLFolderCustomAttributesDisplay, JournalArticleCustomAttributesDisplay, JournalFolderCustomAttributesDisplay, LayoutCustomAttributesDisplay, MBCategoryCustomAttributesDisplay, MBMessageCustomAttributesDisplay, OrganizationCustomAttributesDisplay, RoleCustomAttributesDisplay, SiteCustomAttributesDisplay, UserCustomAttributesDisplay, UserGroupCustomAttributesDisplay, WikiPageCustomAttributesDisplay

public interface CustomAttributesDisplay


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

Method Detail

getClassName

String getClassName()

getIconCssClass

String getIconCssClass()

getIconPath

String getIconPath(ThemeDisplay themeDisplay)

getPortletId

String getPortletId()

setClassNameId

void setClassNameId(long classNameId)

setPortletId

void setPortletId(String portletId)

Liferay 7.0-ce-m3