| Constructor and Description |
|---|
IocContainerManager(RebindContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected RebindContext |
AbstractProxyCreator.context |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
GeneratorProperties.readConfigurationPropertyValues(RebindContext context,
String property) |
static String |
GeneratorProperties.readSelectionPropertyValue(RebindContext context,
String property) |
| Constructor and Description |
|---|
AbstractInterfaceWrapperProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf,
boolean cacheable) |
AbstractProxyCreator(RebindContext context,
boolean cacheable) |
AbstractViewBindableProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
AbstractViewBindableProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf,
boolean cacheable) |
AbstractWrapperProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
AbstractWrapperProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf,
boolean cacheable) |
| Constructor and Description |
|---|
BeanComparatorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
BeanContentValidatorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
BeanCopierProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
JsonEncoderProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
| Constructor and Description |
|---|
CruxClientConfigProxyCreator(RebindContext context)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected RebindContext |
AbstractViewLoader.context |
| Constructor and Description |
|---|
AbstractViewLoader(RebindContext context) |
ScreenRebindLoader(RebindContext context) |
TemplateRebindLoader(RebindContext context) |
ViewRebindLoader(RebindContext context) |
| Constructor and Description |
|---|
ControllerProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType controllerClass)
Constructor
|
RegisteredControllersProxyCreator(RebindContext context,
View view,
String iocContainerClassName,
String device)
Constructor
|
| Constructor and Description |
|---|
ControllerAccessorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
| Constructor and Description |
|---|
CrossDevicesTemplateParser(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf,
DeviceAdaptive.Device device) |
DeviceAdaptiveProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
DeviceAdaptiveViewFactoryCreator(RebindContext context,
View view,
boolean viewChanged,
String device,
String controllerName) |
| Constructor and Description |
|---|
AbstractDatabaseProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
AbstractKeyValueProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath) |
DatabaseProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
| Constructor and Description |
|---|
IDBAbstractKeyValueProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath) |
IDBCursorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
String cursorName) |
IDBDatabaseProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
IDBIndexProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
String indexName,
String[] objectStoreKeyPath) |
IDBKeyCursorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
String[] objectStoreKeyPath,
String indexName) |
IDBKeyRangeFactoryProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
String parentName) |
IDBObjectStoreProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
Set<AbstractDatabaseProxyCreator.IndexData> indexes) |
| Constructor and Description |
|---|
SQLAbstractKeyValueProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath) |
SQLCursorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
boolean autoIncrement,
Set<String> objectStoreIndexColumns,
String[] keyPath,
String[] objectStoreKeyPath,
String cursorName) |
SQLDatabaseProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
SQLIndexProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
boolean autoIncrement,
String[] keyPath,
String indexName,
String[] objectStoreKeyPath,
Set<String> objectStoreIndexColumns,
boolean unique) |
SQLKeyCursorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
boolean autoIncrement,
String[] keyPath,
String[] objectStoreKeyPath,
String indexName) |
SQLKeyRangeFactoryProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
String parentName) |
SQLObjectStoreProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType targetObjectType,
String objectStoreName,
String[] keyPath,
boolean autoIncrement,
Set<AbstractDatabaseProxyCreator.IndexData> indexes) |
| Constructor and Description |
|---|
DataSourceProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType dataSourceClass)
Constructor
|
RegisteredDataSourcesProxyCreator(RebindContext context,
View view,
String iocContainerClassName,
String device) |
| Constructor and Description |
|---|
RegisteredClientFormattersProxyCreator(RebindContext context,
View view)
Deprecated.
Constructor
|
| Constructor and Description |
|---|
IocContainerRebind(RebindContext context,
View view,
String device) |
RuntimeContainerProxyCreator(RebindContext ctx,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
| Modifier and Type | Field and Description |
|---|---|
protected RebindContext |
JsonPRestCreatorHelper.context |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CruxRestProxyCreatorFromServerMetadata.getServiceBasePath(RebindContext context) |
protected String |
CruxRestProxyCreatorFromClientMetadata.getServiceBasePath(RebindContext context) |
protected abstract String |
CruxRestProxyCreator.getServiceBasePath(RebindContext context) |
| Constructor and Description |
|---|
CruxRestProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
CruxRestProxyCreatorFromClientMetadata(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
CruxRestProxyCreatorFromServerMetadata(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType baseIntf) |
JsonPRestCreatorHelper(RebindContext context) |
JSonSerializerProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JType targetObjectType) |
JSonSerializerProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JType targetObjectType,
Set<String> referencedTypes) |
| Constructor and Description |
|---|
ScreenFactory(RebindContext context)
Singleton Constructor
|
ViewFactory(RebindContext context)
Default Constructor
|
| Constructor and Description |
|---|
ViewBinderProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType invokerIntf)
Constructor
|
| Constructor and Description |
|---|
ResourcesHandlerProxyCreator(RebindContext context,
String resourceId,
View view,
String devive) |
| Modifier and Type | Method and Description |
|---|---|
RebindContext |
WidgetCreator.getContext() |
protected RebindContext |
ViewFactoryCreator.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EvtProcessor.checkEvtCall(String eventValue,
String eventName,
String parameterClassName,
RebindContext context,
View view,
DeviceAdaptive.Device device,
boolean allowNoParameterCall) |
static void |
DataWidgetConsumer.generateCopyFromCode(AbstractProxyCreator.SourcePrinter srcWriter,
RebindContext context,
String dataObjectVariable,
String widgetVariable,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
String bindPath,
String converterVariable,
com.google.gwt.core.ext.typeinfo.JClassType converterType,
boolean skipCheckings) |
static void |
DataWidgetConsumer.generateCopyToCode(AbstractProxyCreator.SourcePrinter srcWriter,
RebindContext context,
String dataObjectVariable,
String widgetVariable,
com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
String bindPath,
String converterVariable,
com.google.gwt.core.ext.typeinfo.JClassType converterType,
boolean skipCheckings) |
static com.google.gwt.core.ext.typeinfo.JClassType |
ViewBindHandler.getConverterType(RebindContext context,
String bindConverter) |
protected void |
ViewFactoryCreator.prepare(RebindContext context,
boolean changed,
View view,
String device) |
static void |
EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out,
String eventValue,
String eventName,
Class<?> eventClass,
String cruxEvent,
RebindContext context,
View view,
ControllerAccessHandler controllerAccessHandler,
DeviceAdaptive.Device device) |
static void |
EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out,
String eventValue,
String eventName,
String parameterClassName,
String cruxEvent,
RebindContext context,
View view,
ControllerAccessHandler controllerAccessHandler,
DeviceAdaptive.Device device,
boolean allowNoParameterCall) |
static void |
ViewWidgetConsumer.validateConverter(com.google.gwt.core.ext.typeinfo.JClassType converterType,
RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType widgetClass,
com.google.gwt.core.ext.typeinfo.JClassType propertyType) |
| Constructor and Description |
|---|
ExpressionDataBinding(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType widgetType,
String widgetPropertyPath,
com.google.gwt.core.ext.typeinfo.JClassType uiObjectType,
String getUiObjectExpression,
String setterMethod) |
ViewBindHandler(RebindContext context,
View view,
ViewFactoryCreator viewFactoryCreator) |
ViewFactoriesProxyCreator(RebindContext context) |
ViewFactoryCreator(RebindContext context,
View view,
boolean viewChanged,
String device)
Constructor
|
| Constructor and Description |
|---|
ViewAccessorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType invokerIntf)
Constructor
|
WidgetAccessorProxyCreator(RebindContext context,
com.google.gwt.core.ext.typeinfo.JClassType invokerIntf)
Constructor
|
Copyright © 2015. All rights reserved.