Package com.liferay.portal.kernel.model
Interface PortletDecorator
- All Superinterfaces:
Comparable<PortletDecorator>
,Serializable
- All Known Implementing Classes:
PortletDecoratorImpl
- Author:
- Eduardo GarcĂa
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
setCssClass
(String cssClass) void
setDefaultPortletDecorator
(boolean defaultPortletDecorator) void
void
setPortletDecoratorThumbnailPath
(String portletDecoratorThumbnailPath) Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
NAME_ACCESSOR
-
-
Method Details
-
getCssClass
String getCssClass() -
getName
String getName() -
getPortletDecoratorId
String getPortletDecoratorId() -
getPortletDecoratorThumbnailPath
String getPortletDecoratorThumbnailPath() -
isDefaultPortletDecorator
boolean isDefaultPortletDecorator() -
setCssClass
-
setDefaultPortletDecorator
void setDefaultPortletDecorator(boolean defaultPortletDecorator) -
setName
-
setPortletDecoratorThumbnailPath
-