org.cruxframework.crux.plugin.gadget.rebind.gadget
Class GadgetViewFactory

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<C>
      extended by org.cruxframework.crux.gwt.rebind.PanelFactory<C>
          extended by org.cruxframework.crux.gwt.rebind.ComplexPanelFactory<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
              extended by org.cruxframework.crux.gwt.rebind.AbstractHTMLPanelFactory
                  extended by org.cruxframework.crux.plugin.gadget.rebind.gadget.GadgetViewFactory
All Implemented Interfaces:
org.cruxframework.crux.core.rebind.screen.widget.WidgetContainer

public class GadgetViewFactory
extends org.cruxframework.crux.gwt.rebind.AbstractHTMLPanelFactory

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static class GadgetViewFactory.ContentProcessor
           
 
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
 
Constructor Summary
GadgetViewFactory()
           
 
Method Summary
 void instantiateWidget(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
           
 void processAttributes(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
           
 void processChildren(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
           
 
Methods inherited from class org.cruxframework.crux.gwt.rebind.AbstractHTMLPanelFactory
createChildren, createChildrenEagerly, createChildrenLazily, createChildrenWidgets, instantiateContext
 
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, getResourceAccessExpression, getSubTypeWriter, getSubTypeWriter, getSubTypeWriter, getView, getViewVariable, getWidgetClass, getWidgetClass, getWidgetClassName, getWidgetFactoryDeclaration, hasChildPartialSupport, hasHeight, hasPartialSupport, hasWidth, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, postProcess, printlnPostProcessing, processEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetViewFactory

public GadgetViewFactory()
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>
Throws:
org.cruxframework.crux.core.rebind.CruxGeneratorException

processAttributes

public void processAttributes(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:
processAttributes in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
Throws:
org.cruxframework.crux.core.rebind.CruxGeneratorException

processChildren

public void processChildren(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:
processChildren in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
Throws:
org.cruxframework.crux.core.rebind.CruxGeneratorException


Copyright © 2014. All rights reserved.