org.dlese.dpc.schemedit.autoform.mde
Class MdeRepeatingSubstitutionGroup
java.lang.Object
org.dlese.dpc.schemedit.autoform.mde.MdeNode
org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode
org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingSubstitutionGroup
public class MdeRepeatingSubstitutionGroup
- extends MdeRepeatingNode
Renders JSP for Repeating Substitution Group elements for the metadata editor.
- Author:
- ostwald
Fields inherited from class org.dlese.dpc.schemedit.autoform.mde.MdeNode |
df, formBeanName, inputHelperFile, normalizedXPath, parent, renderer, rhelper, schemaNode, sh, typeDef, xpath |
Methods inherited from class org.dlese.dpc.schemedit.autoform.mde.MdeNode |
addHtmlComment, attachElementDebugInfo, attachElementDebugInfo, attachElementId, attachLabelDebugInfo, attachLabelDebugInfo, attachLabelDebugInfo, bestPracticesLink, embedDebugInfo, getDiv, getDiv, getInputElement, getInputHelperFile, getInstanceSchemaNamespace, getMode, getQualifiedAttributeName, getQualifiedElementName, getRenderedField, getRenderedNoInputField, getRenderedNoInputField, getRenderedNoInputField, getToolHelp, insertDisplaySetup, insertHtmlComment, isDisplayMode, isEditMode, newRenderer, newRenderer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MdeRepeatingSubstitutionGroup
public MdeRepeatingSubstitutionGroup(RendererImpl renderer)
render
public void render()
- Does not attempt to preserve order of elements in the instance document, but rather
groups them by their element name.
- Specified by:
render
in class MdeRepeatingNode
getRepeatingContent
protected Element getRepeatingContent(String itemPath,
String siblingPath,
String indexId)
- Renders the contents of this node, which are in turn rendered inside an iteration element.
- Parameters:
itemPath
- the xpath for this element, with indexing to support iteration
- Returns:
- The repeatingContent value
getSubstitutionGroupNewItemControl
protected Element getSubstitutionGroupNewItemControl()
setDebug
public static void setDebug(boolean bool)
prtln
protected void prtln(String s)
- Description copied from class:
MdeRepeatingNode
- NOT YET DOCUMENTED
- Overrides:
prtln
in class MdeRepeatingNode
- Parameters:
s
- NOT YET DOCUMENTED