Uses of Interface
info.magnolia.module.templatingcomponents.AuthoringUiComponent

Packages that use AuthoringUiComponent
info.magnolia.module.templatingcomponents.components   
info.magnolia.module.templatingcomponents.freemarker   
info.magnolia.module.templatingcomponents.jsp   
 

Uses of AuthoringUiComponent in info.magnolia.module.templatingcomponents.components
 

Classes in info.magnolia.module.templatingcomponents.components that implement AuthoringUiComponent
 class AbstractAuthoringUiComponent
          Common subclass for ui components, provides utility methods and defaults.
 class EditBar
          This describes an "edit bar" for paragraphs.
 class NewBar
          Builds a new bar UI component.
 class PageEditBar
          This describes the "main bar" for pages.
 class SingletonParagraphBar
          An hybrid between a new bar and an edit bar for non-moveable paragraphs: it's either added by the editor, edited, or removed.
 

Uses of AuthoringUiComponent in info.magnolia.module.templatingcomponents.freemarker
 

Methods in info.magnolia.module.templatingcomponents.freemarker that return AuthoringUiComponent
protected  AuthoringUiComponent SingletonParagraphBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent PageEditBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent NewBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected  AuthoringUiComponent EditBarDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
           
protected abstract  AuthoringUiComponent AbstractDirective.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState, freemarker.core.Environment env, Map<String,freemarker.template.TemplateModel> params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
          Implementations of this method should return a AuthoringUiComponent, prepared with the known parameters.
 

Uses of AuthoringUiComponent in info.magnolia.module.templatingcomponents.jsp
 

Methods in info.magnolia.module.templatingcomponents.jsp that return AuthoringUiComponent
protected  AuthoringUiComponent SingletonParagraphBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent PageEditBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent NewBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected  AuthoringUiComponent EditBarTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
           
protected abstract  AuthoringUiComponent AbstractTag.prepareUIComponent(ServerConfiguration serverCfg, AggregationState aggState)
          Validate parameters and return a ready-to-output instance of an AuthoringUiComponent.
 



Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.