public static class ClassificationFactory.ClassificationUpdater<C extends Classification> extends Updater<C>
RETIRE, UPDATE
DEFAULT_FORBID_HTML, factory
Modifier | Constructor and Description |
---|---|
protected |
ClassificationUpdater(ClassificationFactory<C> dataObjectFactory) |
Modifier and Type | Method and Description |
---|---|
void |
customiseUpdateForm(Form f,
C o)
Perform target specific customisation of an update Form.
|
DataObjectItemInput<C> |
getSelectInput() |
buildSelectForm, getSelected, preCommit
addRetireAction, buildUpdateForm, compositesPostUpdate, customiseCompleteUpdateForm, getResult, 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, getResult, postUpdate
protected ClassificationUpdater(ClassificationFactory<C> dataObjectFactory)
public void customiseUpdateForm(Form f, C o)
DataObjectUpdateFormFactory
customiseUpdateForm
in class DataObjectUpdateFormFactory<C extends Classification>
f
- Form to be modifiedo
- Target Object.public DataObjectItemInput<C> getSelectInput()
getSelectInput
in class Updater<C extends Classification>