org.cruxframework.crux.core.client.screen.views
Interface WidgetAccessor

All Superinterfaces:
ViewAware, ViewBindable
All Known Subinterfaces:
ScreenWidgetAccessor

public interface WidgetAccessor
extends ViewBindable

A marker interface used to generate view wrappers. These wrappers are useful to avoid reference to widgets on view made with strings. With a wrapper, you can invoke an accessor method for each widget.

Author:
Thiago da Rosa de Bustamante

Method Summary
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.views.ViewBindable
bindCruxView
 
Methods inherited from interface org.cruxframework.crux.core.client.screen.views.ViewAware
getBoundCruxView, getBoundCruxViewId
 



Copyright © 2014. All rights reserved.