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

All Superinterfaces:
ViewAware, ViewBindable
All Known Subinterfaces:
ScreenBinder

public interface ViewBinder
extends ViewBindable

A marker interface used to generate value objects bound to widgets on the view. Each "get" method will read the value of a widget, and the "set" methods will write the value into the widget. The name of the property on the get or set method will be used to discover the widget on the view (view identifier)

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.