String |
WidgetCreator.createChildWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
String widgetId,
String widgetType,
ViewFactoryCreator.WidgetConsumer consumer,
boolean allowWrapperForCreatedWidget,
WidgetCreatorContext context)
Used by widgets that need to create new widgets as children.
|
String |
WidgetCreator.createChildWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
ViewFactoryCreator.WidgetConsumer consumer,
boolean allowWrapperForCreatedWidget,
WidgetCreatorContext context)
Used by widgets that need to create new widgets as children.
|
protected C |
WidgetCreator.createContext(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
String widgetId,
ViewFactoryCreator.WidgetConsumer consumer) |
String |
WidgetCreator.createWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
String widgetId,
ViewFactoryCreator.WidgetConsumer consumer)
Generates the code for the given widget creation.
|
protected String |
ViewFactoryCreator.newWidget(AbstractProxyCreator.SourcePrinter printer,
JSONObject metaElem,
String widgetId,
String widgetType,
ViewFactoryCreator.WidgetConsumer consumer,
boolean allowWrapperForCreatedWidget)
Creates a new widget based on its meta-data element.
|