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

All Superinterfaces:
ViewFactoryCreator.WidgetConsumer
All Known Implementing Classes:
ViewWidgetConsumer
Enclosing class:
ViewFactoryCreator

public static interface ViewFactoryCreator.LazyCompatibleWidgetConsumer
extends ViewFactoryCreator.WidgetConsumer

Author:
Thiago da Rosa de Bustamante

Field Summary
 
Fields inherited from interface org.cruxframework.crux.core.rebind.screen.widget.ViewFactoryCreator.WidgetConsumer
EMPTY_WIDGET_CONSUMER
 
Method Summary
 void handleLazyWholeWidgetCreation(AbstractProxyCreator.SourcePrinter out, String widgetId)
           
 void handleLazyWrapChildrenCreation(AbstractProxyCreator.SourcePrinter out, String widgetId)
           
 
Methods inherited from interface org.cruxframework.crux.core.rebind.screen.widget.ViewFactoryCreator.WidgetConsumer
consume
 

Method Detail

handleLazyWholeWidgetCreation

void handleLazyWholeWidgetCreation(AbstractProxyCreator.SourcePrinter out,
                                   String widgetId)

handleLazyWrapChildrenCreation

void handleLazyWrapChildrenCreation(AbstractProxyCreator.SourcePrinter out,
                                    String widgetId)


Copyright © 2014. All rights reserved.