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, preCommit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExtraHtml
postUpdate
public void buildUpdateForm(java.lang.String type_name, Form f, X dat, SessionService<?> operator) throws DataException
EditFormBuilder
buildUpdateForm
in interface EditFormBuilder<X extends XMLOverlay.XMLFile>
buildUpdateForm
in class TextFileOverlay.TextFileUpdator
type_name
- String name of target type to be presented to userf
- Form to builddat
- Object we are editing.operator
- person editing the formDataException
public <C extends ContentBuilder> C getExtraHtml(C cb, SessionService<?> op, X target)
ExtraContent
getExtraHtml
in interface ExtraContent<X extends XMLOverlay.XMLFile>