org.cruxframework.crux.core.rebind.screen.widget.creator
Class PageableWidgetConsumer

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.screen.widget.AbstractDataWidgetConsumer
      extended by org.cruxframework.crux.core.rebind.screen.widget.creator.PageableWidgetConsumer
All Implemented Interfaces:
ViewFactoryCreator.WidgetConsumer

public class PageableWidgetConsumer
extends AbstractDataWidgetConsumer

Author:
Thiago da Rosa de Bustamante

Field Summary
 
Fields inherited from interface org.cruxframework.crux.core.rebind.screen.widget.ViewFactoryCreator.WidgetConsumer
EMPTY_WIDGET_CONSUMER
 
Constructor Summary
PageableWidgetConsumer(com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.core.ext.typeinfo.JClassType widgetClassType, com.google.gwt.core.ext.typeinfo.JClassType dataObjectType, String valueVariableName, String viewId, String parentWidgetId)
           
 
Method Summary
 void consume(AbstractProxyCreator.SourcePrinter out, String widgetId, String widgetVariableName, String widgetType, JSONObject metaElem)
           
 
Methods inherited from class org.cruxframework.crux.core.rebind.screen.widget.AbstractDataWidgetConsumer
generateCopyFromCode, generateCopyToCode, getConverterType, getEmptyValueExpression, getNullSafeExpression, validateConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageableWidgetConsumer

public PageableWidgetConsumer(com.google.gwt.core.ext.GeneratorContext context,
                              com.google.gwt.core.ext.typeinfo.JClassType widgetClassType,
                              com.google.gwt.core.ext.typeinfo.JClassType dataObjectType,
                              String valueVariableName,
                              String viewId,
                              String parentWidgetId)
Method Detail

consume

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


Copyright © 2014. All rights reserved.