com.liferay.portal.model
Interface PortletDecorator
- All Superinterfaces:
- Comparable<PortletDecorator>, Serializable
- All Known Implementing Classes:
- PortletDecoratorImpl
public interface PortletDecorator
- extends Comparable<PortletDecorator>, Serializable
NAME_ACCESSOR
static final Accessor<PortletDecorator,String> NAME_ACCESSOR
getCssClass
String getCssClass()
getName
String getName()
getPortletDecoratorId
String getPortletDecoratorId()
getPortletDecoratorThumbnailPath
String getPortletDecoratorThumbnailPath()
isDefaultPortletDecorator
boolean isDefaultPortletDecorator()
setCssClass
void setCssClass(String cssClass)
setDefaultPortletDecorator
void setDefaultPortletDecorator(boolean defaultPortletDecorator)
setName
void setName(String name)
setPortletDecoratorThumbnailPath
void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)