org.cruxframework.crux.widgets.rebind.grid
Class DataGridFactory

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.grid.GridFactory
          extended by org.cruxframework.crux.widgets.rebind.grid.DataGridFactory

public class DataGridFactory
extends GridFactory

The same as the GridFactory. This one exists just to create another declarative name for Grid widget that does not collide with any GWT widget. We need this because of an old annoying Eclipse bug in XML auto-completion. See eclipse bug #296714 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=296714) for more info.

Author:
Gesse Dafe

Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.widgets.rebind.grid.GridFactory
GridFactory.ColumnProcessor, GridFactory.DataColumnEditorProcessor, GridFactory.DataColumnProcessor, GridFactory.DataSourceAttributeParser, GridFactory.RowDetailsProcessor, GridFactory.WidgetColumnProcessor, GridFactory.WidgetProcessor
 
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
 
Field Summary
 
Fields inherited from class org.cruxframework.crux.widgets.rebind.grid.GridFactory
childWidgetsIdSuffix
 
Constructor Summary
DataGridFactory()
           
 
Method Summary
 
Methods inherited from class org.cruxframework.crux.widgets.rebind.grid.GridFactory
instantiateContext, instantiateWidget
 
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

DataGridFactory

public DataGridFactory()


Copyright © 2015. All rights reserved.