public class SectionContainer extends Container
listener
Constructor and Description |
---|
SectionContainer() |
SectionContainer(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
org.concordion.api.Element |
getContentElement() |
org.concordion.api.Element |
getParentElement() |
boolean |
isAutoClose()
Should auto close when a new container is about to be added
|
void |
removeFromParent() |
SectionContainer |
setAutoClose(boolean value)
Should this container close automatically when another container is added?
|
void |
writeTo(org.concordion.api.Element parent) |
addItem, getItemIndex, getItems
getItemIndex, getResource, getResult, getTarget, getTitle, setContainer, setResult, setStoryboardListener, setTitle
public SectionContainer()
public SectionContainer(java.lang.String title)
public void writeTo(org.concordion.api.Element parent)
public org.concordion.api.Element getContentElement()
getContentElement
in class Container
public org.concordion.api.Element getParentElement()
getParentElement
in class Container
public void removeFromParent()
removeFromParent
in class Container
public SectionContainer setAutoClose(boolean value)
value
- True to close container automatically, false to leave container openpublic boolean isAutoClose()
Container
isAutoClose
in class Container