|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PageDataContainer
PageDataContainer.java
| Field Summary |
|---|
| Method Summary | |
|---|---|
PageDataContainer |
addPDContainerChild(java.lang.String name)
create a new Container child |
PageDataLeaf |
addPDLeafChild(java.lang.String name)
create a new Leaf child |
IXml |
getChildrenRepeatNode()
Get the node upon which the repeat operation will be performed, if this is a repeated element |
java.lang.String |
getCounterVarName()
get the variable name of the counter variable when this element is repeated |
java.lang.String |
getDeleteMethodName()
get (or generate) the name of the generated method for deleting a row |
java.lang.String |
getPagingAssistantName()
Get the name of the Paging Assistant that is associated with this Container. |
void |
setChildrenRepeatNode(IXml node)
Set the node upon which the repeat operation will be performed, if this is a repeated element |
void |
setCounterVarName(java.lang.String name)
Set the variable to be used as the loop counter |
| Methods inherited from interface com.bowstreet.webapp.PageDataElement |
|---|
findPDChild, getAppliedDataSourceString, getDataSourceString, getLabelNode, getNode, getPage, getPDParent, hasInputFields, hasValidatedInputFields, isMatchedToPage, setDataSourceOverride, setLabelNode, setNode |
| Methods inherited from interface com.bowstreet.webapp.DataDefinitionElement |
|---|
bestReadableName, findDDChild, getBooleanProperty, getBuilderCall, getDataSourceExtension, getDDParent, getDescription, getDisplayMode, getIntProperty, getIsRepeated, getIsRequired, getLabel, getName, getProperty, getShortLabel, getStringProperty, getType, getXmlProperty, putBothProperties, putLocalProperty, putProperty, setBuilderCall, setDataSourceExtension, setDescription, setDisplayMode, setIsRepeated, setIsRequired, setLabel, setShortLabel, setType |
| Methods inherited from interface com.bowstreet.webapp.DataDefinitionContainer |
|---|
addChild, addDDContainerChild, addDDLeafChild, getChildren, getDataPagingPageSize, removeChild, setDataPagingPageSize |
| Methods inherited from interface com.bowstreet.webapp.DataDefinitionElement |
|---|
bestReadableName, findDDChild, getBooleanProperty, getBuilderCall, getDataSourceExtension, getDDParent, getDescription, getDisplayMode, getIntProperty, getIsRepeated, getIsRequired, getLabel, getName, getProperty, getShortLabel, getStringProperty, getType, getXmlProperty, putBothProperties, putLocalProperty, putProperty, setBuilderCall, setDataSourceExtension, setDescription, setDisplayMode, setIsRepeated, setIsRequired, setLabel, setShortLabel, setType |
| Method Detail |
|---|
PageDataContainer addPDContainerChild(java.lang.String name)
name -
PageDataLeaf addPDLeafChild(java.lang.String name)
name -
IXml getChildrenRepeatNode()
java.lang.String getCounterVarName()
java.lang.String getDeleteMethodName()
java.lang.String getPagingAssistantName()
void setChildrenRepeatNode(IXml node)
node - the node for repeating onvoid setCounterVarName(java.lang.String name)
name -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||