org.cruxframework.crux.widgets.rebind.maskedtextbox
Class MaskedTextBoxFactory

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
      extended by org.cruxframework.crux.widgets.rebind.maskedtextbox.MaskedTextBoxFactory
All Implemented Interfaces:
org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllFocusHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllKeyHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllMouseHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasBindPathFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasClickHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasDirectionFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasDoubleClickHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasEnabledFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasFormatterFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasNameFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasValueChangeHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasValueFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>

public class MaskedTextBoxFactory
extends org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
implements org.cruxframework.crux.core.rebind.screen.widget.creator.HasDirectionFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasNameFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasValueChangeHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasClickHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllFocusHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllKeyHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasAllMouseHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasDoubleClickHandlersFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasFormatterFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>, org.cruxframework.crux.core.rebind.screen.widget.creator.HasEnabledFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static class MaskedTextBoxFactory.ValueAttributeParser
           
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator.StyleNameProcessor, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator.StyleProcessor, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator.ViewPermissionAttributeProcessor
 
Nested classes/interfaces inherited from interface org.cruxframework.crux.core.rebind.screen.widget.creator.HasEnabledFactory
org.cruxframework.crux.core.rebind.screen.widget.creator.HasEnabledFactory.EditPermissionAttributeProcessor
 
Constructor Summary
MaskedTextBoxFactory()
           
 
Method Summary
 org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext instantiateContext()
           
 void instantiateWidget(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
           
 
Methods inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator
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, processAttributes, processChildren, processDataExpressionBindings, processDataObjectBindings, processEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskedTextBoxFactory

public MaskedTextBoxFactory()
Method Detail

instantiateWidget

public void instantiateWidget(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out,
                              org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
                       throws org.cruxframework.crux.core.rebind.CruxGeneratorException
Overrides:
instantiateWidget in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
Parameters:
metaElem -
widgetId -
Throws:
org.cruxframework.crux.core.rebind.CruxGeneratorException

instantiateContext

public org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext instantiateContext()
Specified by:
instantiateContext in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>


Copyright © 2015. All rights reserved.