- 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