public class SectionManager.Section extends HandlerPartManager.HandlerPart<PageManager.Page,SectionFormHandler>
DEBUG, recordMAX_IDENTIFIER| Modifier | Constructor and Description |
|---|---|
protected |
Section(Repository.Record r) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getInfo()
get a map of additional information to be displayed
|
XMLPrinter |
getSectionRawHtml() |
boolean |
getSectionReadOnly() |
java.lang.String |
getSectionText() |
java.lang.String |
getTypeName() |
<R extends ResponseManager.Response> |
getValidator(R response) |
boolean |
isReadOnly() |
<X> X |
visit(PartVisitor<X> vis)
visit a
PartVisitor |
getHandler, getHandlerTag, hasConfig, makeConfigFormaddContent, getFactory, getForm, getName, getOwner, getRawName, getSortOrder, getSpacedName, getViewResult, setSortOrderaddToMap, addToMap, addToMap, commit, delete, empty, equals, formUpdate, getContext, getDatabaseService, getFactoryTag, getID, getIdentifier, getIdentifier, getLogger, getMap, getMap, getOwningFactory, getRecord, getRecord, getRecord, getSQLContext, getUniqueIdName, hashCode, isLocked, lock, post_commit, postCreate, pre_commit, release, setContents, setDirty, setMap, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddContentprotected Section(Repository.Record r)
r - public java.util.Map<java.lang.String,java.lang.Object> getInfo()
PartManager.PartgetInfo in class HandlerPartManager.HandlerPart<PageManager.Page,SectionFormHandler>public java.lang.String getSectionText()
public XMLPrinter getSectionRawHtml()
public boolean getSectionReadOnly()
public <X> X visit(PartVisitor<X> vis)
PartManager.PartPartVisitorvisit in class PartManager.Part<PageManager.Page>public java.lang.String getTypeName()
getTypeName in class PartManager.Part<PageManager.Page>public boolean isReadOnly()
public <R extends ResponseManager.Response> FormValidator getValidator(R response) throws java.lang.Exception
java.lang.Exception