public abstract class AbstractHTMLPanelFactory extends ComplexPanelFactory<WidgetCreatorContext>
WidgetCreator.StyleNameProcessor, WidgetCreator.StyleProcessor, WidgetCreator.ViewPermissionAttributeProcessor| Constructor and Description |
|---|
AbstractHTMLPanelFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Generate the code for HTMLPanel children creation
|
protected void |
createChildrenEagerly(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Create the children widgets eagerly.
|
protected void |
createChildrenLazily(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Create the children widgets lazily.
|
protected void |
createChildrenWidgets(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Generate the children creation code for HTMLPanel.
|
WidgetCreatorContext |
instantiateContext() |
commitPostProcessing, createChildWidget, createChildWidget, createChildWidget, createContext, createPostProcessingScope, createVariableName, createWidget, ensureChildren, ensureFirstChild, ensureHtmlChild, ensureTextChild, ensureWidget, getChildName, getChildWidgetClass, getChildWidgetClassName, getContext, getControllerAccessorHandler, getDeclaredMessage, getDeclaredMessages, getDevice, getLogger, getLoggerVariable, getObjectDataBinding, getObjectDataBinding, getResourceAccessExpression, getSubTypeWriter, getSubTypeWriter, getSubTypeWriter, getView, getViewVariable, getWidgetClass, getWidgetClass, getWidgetClassName, getWidgetFactoryDeclaration, hasChildPartialSupport, hasHeight, hasPartialSupport, hasWidth, instantiateWidget, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, postProcess, printlnPostProcessing, processAttributes, processChildren, processDataExpressionBindings, processDataObjectBindings, processEventsprotected void createChildren(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context) throws CruxGeneratorException
out - printer to output the sourcecontext - Crux view creation contextCruxGeneratorExceptionprotected void createChildrenEagerly(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation contextprotected void createChildrenLazily(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation contextprotected void createChildrenWidgets(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context)
out - printer to output the sourcecontext - Crux view creation contextpublic WidgetCreatorContext instantiateContext()
instantiateContext in class WidgetCreator<WidgetCreatorContext>Copyright © 2015. All rights reserved.