info.magnolia.module.templatingkit.templates
Class MainArea

java.lang.Object
  extended by info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
      extended by info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
          extended by info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
              extended by info.magnolia.module.templatingkit.templates.MainArea
All Implemented Interfaces:
info.magnolia.rendering.template.AreaDefinition, info.magnolia.rendering.template.RenderableDefinition, info.magnolia.rendering.template.TemplateDefinition, Cloneable
Direct Known Subclasses:
SectionMainArea, SingletonParagraphMainArea

public class MainArea
extends info.magnolia.rendering.template.configured.ConfiguredAreaDefinition

MainArea renderable definition. Defines the template's intro and comment property.

Version:
$Id$
Author:
pbracher

Field Summary
 
Fields inherited from class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
parameters
 
Fields inherited from interface info.magnolia.rendering.template.AreaDefinition
CMS_ADD, CMS_EDIT, CMS_PLACEHOLDER, CONTENT_STRUCTURE_FLAT, CONTENT_STRUCTURE_NODE, DEFAULT_TYPE, TYPE_LIST, TYPE_NO_COMPONENT, TYPE_SINGLE
 
Constructor Summary
MainArea()
          Deprecated. use #ExtrasArea(TemplateAvailability templateAvailability)
MainArea(info.magnolia.rendering.template.TemplateAvailability templateAvailability)
           
 
Method Summary
 CommentsArea getComments()
           
 MainAreaIntro getIntro()
           
 void setComments(CommentsArea comments)
          Deprecated. since 2.0
 void setIntro(MainAreaIntro intro)
           
 
Methods inherited from class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
addAvailableComponent, getAvailableComponents, getContentStructure, getCreateAreaNode, getEnabled, getInheritance, getMaxComponents, getOptional, getType, isEnabled, isOptional, setAvailableComponents, setContentStructure, setCreateAreaNode, setEnabled, setInheritance, setMaxComponents, setOptional, setType
 
Methods inherited from class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
addArea, getAreas, getDeletable, getDialog, getEditable, getMoveable, getTemplateAvailability, getVisible, getWritable, setAreas, setDeletable, setDialog, setEditable, setMoveable, setTemplateAvailability, setVisible, setWritable
 
Methods inherited from class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
addParameter, addVariation, getAutoGeneration, getAutoPopulateFromRequest, getDescription, getI18nBasename, getId, getModelClass, getName, getParameters, getRenderType, getTemplateScript, getTitle, getVariations, setAutoGeneration, setAutoPopulateFromRequest, setDescription, setI18nBasename, setId, setModelClass, setName, setParameters, setRenderType, setTemplateScript, setTitle, setVariations, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

MainArea

public MainArea()
Deprecated. use #ExtrasArea(TemplateAvailability templateAvailability)


MainArea

@Inject
public MainArea(info.magnolia.rendering.template.TemplateAvailability templateAvailability)
Method Detail

getIntro

public MainAreaIntro getIntro()

setIntro

public void setIntro(MainAreaIntro intro)

getComments

public CommentsArea getComments()

setComments

public void setComments(CommentsArea comments)
Deprecated. since 2.0



Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.