public class DateBoxFactory extends CompositeFactory<WidgetCreatorContext> implements HasValueChangeHandlersFactory<WidgetCreatorContext>
| Modifier and Type | Class and Description |
|---|---|
static class |
DateBoxFactory.DateBoxProcessor |
WidgetCreator.StyleNameProcessor, WidgetCreator.StyleProcessor, WidgetCreator.ViewPermissionAttributeProcessor| Constructor and Description |
|---|
DateBoxFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat(AbstractProxyCreator.SourcePrinter out,
JSONObject element,
String widgetId) |
WidgetCreatorContext |
instantiateContext() |
void |
instantiateWidget(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context) |
void |
processAttributes(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context)
Process widget attributes
|
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, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, postProcess, printlnPostProcessing, processChildren, processDataExpressionBindings, processDataObjectBindings, processEventspublic void processAttributes(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context) throws CruxGeneratorException
WidgetCreatorprocessAttributes in class WidgetCreator<WidgetCreatorContext>CruxGeneratorExceptionpublic void instantiateWidget(AbstractProxyCreator.SourcePrinter out, WidgetCreatorContext context)
instantiateWidget in class WidgetCreator<WidgetCreatorContext>public String getFormat(AbstractProxyCreator.SourcePrinter out, JSONObject element, String widgetId)
element - widgetId - public WidgetCreatorContext instantiateContext()
instantiateContext in class WidgetCreator<WidgetCreatorContext>Copyright © 2015. All rights reserved.