|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaDefinition
Definition for a Area.
Field Summary | |
---|---|
static String |
CMS_ADD
|
static String |
CMS_EDIT
|
static String |
CMS_PLACEHOLDER
|
static String |
CONTENT_STRUCTURE_FLAT
|
static String |
CONTENT_STRUCTURE_NODE
|
static String |
DEFAULT_TYPE
|
static String |
TYPE_LIST
|
static String |
TYPE_NO_COMPONENT
|
static String |
TYPE_SINGLE
|
Method Summary | |
---|---|
Map<String,ComponentAvailability> |
getAvailableComponents()
|
String |
getContentStructure()
|
Boolean |
getEnabled()
|
InheritanceConfiguration |
getInheritance()
|
Integer |
getMaxComponents()
|
Boolean |
getOptional()
If an area is optional it has first to be created explicitly (i.e. |
String |
getType()
|
Boolean |
isEnabled()
Deprecated. |
Boolean |
isOptional()
Deprecated. |
Methods inherited from interface info.magnolia.rendering.template.TemplateDefinition |
---|
getAreas, getDeletable, getDialog, getEditable, getMoveable, getTemplateAvailability, getVisible, getWritable |
Methods inherited from interface info.magnolia.rendering.template.RenderableDefinition |
---|
getAutoGeneration, getAutoPopulateFromRequest, getDescription, getI18nBasename, getId, getModelClass, getName, getParameters, getRenderType, getTemplateScript, getTitle, getVariations, setId |
Field Detail |
---|
static final String TYPE_NO_COMPONENT
static final String TYPE_LIST
static final String TYPE_SINGLE
static final String CONTENT_STRUCTURE_FLAT
static final String CONTENT_STRUCTURE_NODE
static final String DEFAULT_TYPE
static final String CMS_ADD
static final String CMS_PLACEHOLDER
static final String CMS_EDIT
Method Detail |
---|
Map<String,ComponentAvailability> getAvailableComponents()
Boolean getEnabled()
Boolean getOptional()
String getType()
String getContentStructure()
InheritanceConfiguration getInheritance()
@Deprecated Boolean isOptional()
@Deprecated Boolean isEnabled()
Integer getMaxComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |