|
Interface Summary |
| BinderCtrl |
An addition interface to Binder
that is used for implementation or tools. |
| BindEvaluatorX |
An extension of Evaluator to have more control to handle Binding via EL. |
| Binding |
A Binding represent a relation between a source object
(usually an UI component) and a target object(usually a backing bean). |
| CommandBinding |
A binding tells which command to call(usually used with UI event). |
| FormBinding |
A binding tells how to deal with Load and Save between a form and a bean. |
| LoadBinding |
Binding for loading. |
| LoadFormBinding |
Binding for load a form. |
| LoadPropertyBinding |
PropertyBinding for load into component attribute from backing bean property. |
| PropertyBinding |
A binding tells how to deal with Load or Save a field of a source object
(usually an UI component) and a property of a target object(usually a backing bean). |
| SaveBinding |
Binding for saving. |
| SaveFormBinding |
Binding for saving a form. |
| SavePropertyBinding |
PropertyBinding for save from component attribute into backing bean property. |