public class DeviceAdaptiveGridFactory
extends org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceAdaptiveGridFactory.ActionColumnProcessor |
static class |
DeviceAdaptiveGridFactory.DataColumnEditorProcessor |
static class |
DeviceAdaptiveGridFactory.DataColumnProcessor |
static class |
DeviceAdaptiveGridFactory.DataSourceAttributeParser |
static class |
DeviceAdaptiveGridFactory.DeviceAdaptiveColumnProcessor |
static class |
DeviceAdaptiveGridFactory.LargeColumnProcessor |
static class |
DeviceAdaptiveGridFactory.LargeColumnProcessorChildren |
static class |
DeviceAdaptiveGridFactory.SmallColumnProcessor |
static class |
DeviceAdaptiveGridFactory.SmallColumnProcessorChildren |
static class |
DeviceAdaptiveGridFactory.WidgetColumnProcessor |
static class |
DeviceAdaptiveGridFactory.WidgetProcessor |
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 and Description |
|---|
DeviceAdaptiveGridFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getAutoLoad(org.json.JSONObject gridElem) |
protected int |
getCellSpacing(org.json.JSONObject gridElem) |
protected String |
getColumnDefinitions(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out,
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context) |
protected String |
getDataColumnEditorCreator(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out,
org.json.JSONObject colElem,
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context) |
protected String |
getDataSource(org.json.JSONObject gridElem) |
protected String |
getDetailDialogTitle(org.json.JSONObject gridElem) |
protected String |
getEmptyDataFilling(org.json.JSONObject gridElem) |
protected boolean |
getFreezeHeaders(org.json.JSONObject gridElem) |
protected boolean |
getHighlightRowOnMouseOver(org.json.JSONObject gridElem) |
protected boolean |
getKeepEditorOnClickDisabledRows(org.json.JSONObject gridElem) |
protected int |
getPageSize(org.json.JSONObject gridElem) |
protected String |
getRowSelectionModel(org.json.JSONObject gridElem) |
protected boolean |
getShowEditorButtons(org.json.JSONObject gridElem) |
protected boolean |
getShowRowDetailsIcon(org.json.JSONObject gridElem) |
protected String |
getSortingColumn(org.json.JSONObject gridElem) |
protected String |
getSortingType(org.json.JSONObject gridElem) |
protected boolean |
getStretchColumns(org.json.JSONObject gridElem) |
protected String |
getWidgetColumnCreator(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out,
org.json.JSONObject colElem,
org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context) |
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) |
protected boolean |
isFixedCellSize(org.json.JSONObject gridElem) |
commitPostProcessing, createChildWidget, createChildWidget, createChildWidget, createContext, createPostProcessingScope, createVariableName, createWidget, ensureChildren, ensureFirstChild, ensureHtmlChild, ensureTextChild, ensureWidget, generateBindingContextDeclaration, getChildName, getChildWidgetClass, getChildWidgetClassName, getContext, getControllerAccessorHandler, getDataBindingReadExpression, getDataBindingReadExpression, getDataObjectFromProvider, getDeclaredMessage, getDeclaredMessages, getDevice, getExpressionDataBinding, getExpressionDataBinding, getExpressionDataBinding, getLogger, getLoggerVariable, getObjectDataBinding, getObjectDataBinding, getObjectDataBinding, getPostProcessingPrinter, getResourceAccessExpression, getSubTypeWriter, getSubTypeWriter, getSubTypeWriter, getView, getViewVariable, getWidgetClass, getWidgetClass, getWidgetClassName, getWidgetClassType, getWidgetFactoryDeclaration, hasChildPartialSupport, hasHeight, hasPartialSupport, hasWidth, isCurrentDeviceSupported, isCurrentDeviceSupported, isHtmlChild, isResourceReference, isTextChild, isWidget, isWidgetRegisteredForPostProcessing, postProcess, printlnPostProcessing, processAttributes, processChildren, processEvents, registerWidgetForPostProcessing, targetsDevicepublic 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
instantiateWidget in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>org.cruxframework.crux.core.rebind.CruxGeneratorExceptionprotected boolean getShowRowDetailsIcon(org.json.JSONObject gridElem)
protected boolean getFreezeHeaders(org.json.JSONObject gridElem)
protected String getSortingType(org.json.JSONObject gridElem)
gridElem - protected String getSortingColumn(org.json.JSONObject gridElem)
gridElem - protected boolean isFixedCellSize(org.json.JSONObject gridElem)
gridElem - protected String getEmptyDataFilling(org.json.JSONObject gridElem)
gridElem - protected String getDetailDialogTitle(org.json.JSONObject gridElem)
protected String getDataSource(org.json.JSONObject gridElem)
gridElem - protected boolean getHighlightRowOnMouseOver(org.json.JSONObject gridElem)
gridElem - protected boolean getAutoLoad(org.json.JSONObject gridElem)
gridElem - protected boolean getKeepEditorOnClickDisabledRows(org.json.JSONObject gridElem)
gridElem - protected boolean getShowEditorButtons(org.json.JSONObject gridElem)
gridElem - protected boolean getStretchColumns(org.json.JSONObject gridElem)
gridElem - protected int getCellSpacing(org.json.JSONObject gridElem)
gridElem - protected String getRowSelectionModel(org.json.JSONObject gridElem)
gridElem - protected int getPageSize(org.json.JSONObject gridElem)
gridElem - protected String getColumnDefinitions(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context) throws org.cruxframework.crux.core.rebind.CruxGeneratorException
out - gridElem - org.cruxframework.crux.core.rebind.CruxGeneratorExceptionpublic org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext instantiateContext()
instantiateContext in class org.cruxframework.crux.core.rebind.screen.widget.WidgetCreator<org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext>protected String getDataColumnEditorCreator(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.json.JSONObject colElem, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
protected String getWidgetColumnCreator(org.cruxframework.crux.core.rebind.AbstractProxyCreator.SourcePrinter out, org.json.JSONObject colElem, org.cruxframework.crux.core.rebind.screen.widget.WidgetCreatorContext context)
out - colElem - Copyright © 2016. All rights reserved.