public interface CreateCustomizer<BDO extends DataObject>
CreateTemplate
or a Composite
attached to the factory.Modifier and Type | Method and Description |
---|---|
default void |
customiseCreationForm(Form f)
Perform target specific customisation of a creation Form.
|
default void |
postCreate(BDO dat,
Form f)
Take any action after object commit.
|
default void |
preCommit(BDO dat,
Form f)
Populate target from creation form.
|
default void customiseCreationForm(Form f) throws java.lang.Exception
f
- Form to be modifiedjava.lang.Exception
default void preCommit(BDO dat, Form f) throws DataException, ActionException
dat
- Object being createdf
- Form
providing parametersDataException
ActionException