org.cruxframework.crux.gwt.rebind
Class GridFactory

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.HTMLTableFactory<org.cruxframework.crux.gwt.rebind.GridFactoryContext>
              extended by org.cruxframework.crux.gwt.rebind.GridFactory
All Implemented Interfaces:
HasClickHandlersFactory<org.cruxframework.crux.gwt.rebind.GridFactoryContext>, HasDoubleClickHandlersFactory<org.cruxframework.crux.gwt.rebind.GridFactoryContext>, WidgetContainer

public class GridFactory
extends HTMLTableFactory<org.cruxframework.crux.gwt.rebind.GridFactoryContext>

Factory for Grid widget

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
static class GridFactory.GridCellHTMLProcessor
           
static class GridFactory.GridCellProcessor
           
static class GridFactory.GridCellTextProcessor
           
static class GridFactory.GridCellWidgetProcessor
           
static class GridFactory.GridChildrenProcessor
           
static class GridFactory.GridRowProcessor
           
static class GridFactory.GridWidgetProcessor
           
 
Nested classes/interfaces inherited from class org.cruxframework.crux.gwt.rebind.HTMLTableFactory
HTMLTableFactory.CellHTMLProcessor<C extends HTMLTableFactoryContext>, HTMLTableFactory.CellTextProcessor<C extends HTMLTableFactoryContext>, HTMLTableFactory.CellWidgetProcessor<C extends HTMLTableFactoryContext>, HTMLTableFactory.TableCellProcessor<C extends HTMLTableFactoryContext>, HTMLTableFactory.TableRowProcessor<C extends HTMLTableFactoryContext>, HTMLTableFactory.WidgetProcessor<C extends HTMLTableFactoryContext>
 
Nested classes/interfaces inherited from class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator
WidgetCreator.StyleNameProcessor, WidgetCreator.StyleProcessor, WidgetCreator.ViewPermissionAttributeProcessor
 
Constructor Summary
GridFactory()
           
 
Method Summary
 org.cruxframework.crux.gwt.rebind.GridFactoryContext instantiateContext()
           
 void processChildren(AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.gwt.rebind.GridFactoryContext context)
          Populate the panel with declared items
 
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, instantiateWidget, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, postProcess, printlnPostProcessing, processAttributes, processEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFactory

public GridFactory()
Method Detail

processChildren

public void processChildren(AbstractProxyCreator.SourcePrinter out,
                            org.cruxframework.crux.gwt.rebind.GridFactoryContext context)
                     throws CruxGeneratorException
Populate the panel with declared items

Overrides:
processChildren in class WidgetCreator<org.cruxframework.crux.gwt.rebind.GridFactoryContext>
Parameters:
element -
Throws:
CruxGeneratorException

instantiateContext

public org.cruxframework.crux.gwt.rebind.GridFactoryContext instantiateContext()
Specified by:
instantiateContext in class WidgetCreator<org.cruxframework.crux.gwt.rebind.GridFactoryContext>
Returns:


Copyright © 2014. All rights reserved.