Uses of Interface
org.cruxframework.crux.core.rebind.screen.widget.ViewFactoryCreator.WidgetConsumer

Packages that use ViewFactoryCreator.WidgetConsumer
org.cruxframework.crux.core.rebind.screen.widget   
org.cruxframework.crux.core.rebind.screen.widget.creator   
 

Uses of ViewFactoryCreator.WidgetConsumer in org.cruxframework.crux.core.rebind.screen.widget
 

Subinterfaces of ViewFactoryCreator.WidgetConsumer in org.cruxframework.crux.core.rebind.screen.widget
static interface ViewFactoryCreator.LazyCompatibleWidgetConsumer
           
 

Classes in org.cruxframework.crux.core.rebind.screen.widget that implement ViewFactoryCreator.WidgetConsumer
 class AbstractDataWidgetConsumer
           
static class ViewFactoryCreator.EmptyWidgetConsumer
           
 class ViewWidgetConsumer
           
 

Fields in org.cruxframework.crux.core.rebind.screen.widget declared as ViewFactoryCreator.WidgetConsumer
protected  ViewFactoryCreator.WidgetConsumer ViewFactoryCreator.widgetConsumer
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget that return ViewFactoryCreator.WidgetConsumer
 ViewFactoryCreator.WidgetConsumer WidgetCreatorContext.getWidgetConsumer()
           
 

Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type ViewFactoryCreator.WidgetConsumer
 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.
 

Uses of ViewFactoryCreator.WidgetConsumer in org.cruxframework.crux.core.rebind.screen.widget.creator
 

Classes in org.cruxframework.crux.core.rebind.screen.widget.creator that implement ViewFactoryCreator.WidgetConsumer
 class PageableWidgetConsumer
           
 



Copyright © 2014. All rights reserved.