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
Renders JSP for Repeating Substitution Group elements for the metadata editor.
- Author:
- ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.schemedit.autoform.mde.MdeNode
df, formBeanName, inputHelperFile, normalizedXPath, parent, renderer, rhelper, schemaNode, sh, typeDef, xpath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.dom4j.ElementgetRepeatingContent(String itemPath, String siblingPath, String indexId) Renders the contents of this node, which are in turn rendered inside an iteration element.protected org.dom4j.Elementprotected voidNOT YET DOCUMENTEDvoidrender()Does not attempt to preserve order of elements in the instance document, but rather groups them by their element name.static voidsetDebug(boolean bool) Methods inherited from class org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode
emptyRepeatingElement, getIteration, getRepeatingContentBox, insertRepeatingDisplaySetup, newSiblingControllerMethods 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
-
Constructor Details
-
MdeRepeatingSubstitutionGroup
-
-
Method Details
-
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:
renderin classMdeRepeatingNode
-
getRepeatingContent
protected org.dom4j.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 org.dom4j.Element getSubstitutionGroupNewItemControl() -
setDebug
public static void setDebug(boolean bool) -
prtln
Description copied from class:MdeRepeatingNodeNOT YET DOCUMENTED- Overrides:
prtlnin classMdeRepeatingNode- Parameters:
s- NOT YET DOCUMENTED
-