public static class ClassificationFactory.ClassificationUpdater<C extends Classification> extends Updater<C>
RETIRE, UPDATEDEFAULT_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, preCommitaddRetireAction, buildUpdateForm, compositesPostUpdate, customiseCompleteUpdateForm, getResult, getUpdateActionName, postUpdateaddOptionalFromComposites, 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, makeReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildUpdateFormgetContextgetContext, getResult, postUpdateprotected ClassificationUpdater(ClassificationFactory<C> dataObjectFactory)
public void customiseUpdateForm(Form f, C o)
DataObjectUpdateFormFactorycustomiseUpdateForm in class DataObjectUpdateFormFactory<C extends Classification>f - Form to be modifiedo - Target Object.public DataObjectItemInput<C> getSelectInput()
getSelectInput in class Updater<C extends Classification>