public class SectionManager.Section extends HandlerPartManager.HandlerPart<PageManager.Page,SectionFormHandler>
DEBUG, record
MAX_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, makeConfigForm
addContent, getFactory, getForm, getName, getOwner, getRawName, getSortOrder, getSpacedName, getViewResult, setSortOrder
addToMap, 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addContent
protected Section(Repository.Record r)
r
- public java.util.Map<java.lang.String,java.lang.Object> getInfo()
PartManager.Part
getInfo
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.Part
PartVisitor
visit
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