| Package | Description |
|---|---|
| org.cruxframework.crux.core.rebind.screen.widget |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ControllerAccessHandler.SingleControllerAccessHandler
A ControllerAccessHandler that must be used when any reference to the controller printed
during the current generation cycle must point to the same controller instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected ControllerAccessHandler |
ViewFactoryCreator.controllerAccessHandler |
| Modifier and Type | Method and Description |
|---|---|
protected ControllerAccessHandler |
ViewFactoryCreator.getControllerAccessHandler()
Retrieve the object responsible for print controller access expressions on client JS
|
protected ControllerAccessHandler |
WidgetCreator.getControllerAccessorHandler()
Retrieve the object responsible for print controller access expressions on client JS
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out,
String eventValue,
String eventName,
Class<?> eventClass,
String cruxEvent,
com.google.gwt.core.ext.GeneratorContext context,
View view,
ControllerAccessHandler controllerAccessHandler,
DeviceAdaptive.Device device) |
static void |
EvtProcessor.printEvtCall(AbstractProxyCreator.SourcePrinter out,
String eventValue,
String eventName,
String parameterClassName,
String cruxEvent,
com.google.gwt.core.ext.GeneratorContext context,
View view,
ControllerAccessHandler controllerAccessHandler,
DeviceAdaptive.Device device,
boolean allowNoParameterCall) |
Copyright © 2015. All rights reserved.