T
- public interface EditFormBuilder<T> extends FormFactory
Modifier and Type | Method and Description |
---|---|
void |
buildUpdateForm(java.lang.String name,
Form f,
T dat,
SessionService<?> operator)
Build a form for updating an object including the action buttons.
|
getContext
void buildUpdateForm(java.lang.String name, Form f, T dat, SessionService<?> operator) throws java.lang.Exception
name
- String name of target type to be presented to userf
- Form to builddat
- Object we are editing.operator
- person editing the formjava.lang.Exception