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

All Known Subinterfaces:
ViewFactoryCreator.LazyCompatibleWidgetConsumer
All Known Implementing Classes:
AbstractDataWidgetConsumer, PageableWidgetConsumer, ViewFactoryCreator.EmptyWidgetConsumer, ViewWidgetConsumer
Enclosing class:
ViewFactoryCreator

public static interface ViewFactoryCreator.WidgetConsumer

Author:
Thiago da Rosa de Bustamante

Field Summary
static ViewFactoryCreator.EmptyWidgetConsumer EMPTY_WIDGET_CONSUMER
           
 
Method Summary
 void consume(AbstractProxyCreator.SourcePrinter out, String widgetId, String widgetVariableName, String widgetType, JSONObject metaElem)
           
 

Field Detail

EMPTY_WIDGET_CONSUMER

static final ViewFactoryCreator.EmptyWidgetConsumer EMPTY_WIDGET_CONSUMER
Method Detail

consume

void consume(AbstractProxyCreator.SourcePrinter out,
             String widgetId,
             String widgetVariableName,
             String widgetType,
             JSONObject metaElem)


Copyright © 2014. All rights reserved.