public class PartManager.PartUpdater extends Updater<P>
RETIRE, UPDATE
DEFAULT_FORBID_HTML, factory
Constructor and Description |
---|
PartUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
customiseUpdateForm(Form f,
P o)
Perform target specific customisation of an update Form.
|
FormResult |
getResult(java.lang.String typeName,
P dat,
Form f)
select the
FormResult after an update. |
buildSelectForm, getSelected, getSelectInput, preCommit
addRetireAction, buildUpdateForm, compositesPostUpdate, customiseCompleteUpdateForm, getUpdateActionName, postUpdate
addOptionalFromComposites, addSelectors, addTranslations, buildForm, buildForm, buildForm, buildForm, buildForm, customiseForm, find, find, getContext, getDefaults, getFactory, getFieldConstraints, getFieldHelp, getFields, getID, getIndex, getInputFromName, getInputFromType, getLogger, getOptional, getSelectors, getSupress, getTarget, getTranslations, isMyReference, makeReference, makeReference
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildUpdateForm
getContext
getContext, postUpdate
public void customiseUpdateForm(Form f, P o)
DataObjectUpdateFormFactory
customiseUpdateForm
in class DataObjectUpdateFormFactory<P extends PartManager.Part<O>>
f
- Form to be modifiedo
- Target Object.public FormResult getResult(java.lang.String typeName, P dat, Form f)
UpdateTemplate
FormResult
after an update.getResult
in interface UpdateTemplate<P extends PartManager.Part<O>>
getResult
in class DataObjectUpdateFormFactory<P extends PartManager.Part<O>>