public class XMLOverlay.XMLFileUpdator extends TextFileOverlay.TextFileUpdator implements ExtraContent<X>
| Constructor and Description |
|---|
XMLFileUpdator() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildUpdateForm(java.lang.String type_name,
Form f,
X dat,
SessionService<?> operator)
Build a form for updating an object including the action buttons.
|
<C extends ContentBuilder> |
getExtraHtml(C cb,
SessionService<?> op,
X target)
Add the extra content to be shown with the transition
|
buildSelectForm, getContext, getResult, getSelected, preCommitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraHtmlpostUpdatepublic void buildUpdateForm(java.lang.String type_name,
Form f,
X dat,
SessionService<?> operator)
throws DataException
EditFormBuilderbuildUpdateForm in interface EditFormBuilder<X extends XMLOverlay.XMLFile>buildUpdateForm in class TextFileOverlay.TextFileUpdatortype_name - String name of target type to be presented to userf - Form to builddat - Object we are editing.operator - person editing the formDataExceptionpublic <C extends ContentBuilder> C getExtraHtml(C cb, SessionService<?> op, X target)
ExtraContentgetExtraHtml in interface ExtraContent<X extends XMLOverlay.XMLFile>