T
- type of object being updatedpublic interface FormUpdate<T> extends FormFactory
The FormUpdate interface defines a selection form for selecting the object to edit. How the object is actually updated is handled by sub interfaces
StandAloneFormUpdate
,
Modifier and Type | Method and Description |
---|---|
void |
buildSelectForm(Form f,
java.lang.String label,
T dat)
Build a form to select object to edit
|
T |
getSelected(Form f)
read the Object to edit out of the validated Selector form.
|
getContext