Class MdeRepeatingDerivedContentModel
java.lang.Object
org.dlese.dpc.schemedit.autoform.mde.MdeNode
org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode
org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingDerivedContentModel
Render MetadataEditor inputs for all complexType elements at a given xpath, as well as a controller for
adding a sibling.
- 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.ElementRenders the contents of this node, which are in turn rendered inside an iteration element.protected voidNOT YET DOCUMENTEDvoidrender()Identical to SimpleJspRenderer.renderRepeatingElement, but adds a controller for deleting items`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
-
MdeRepeatingDerivedContentModel
-
-
Method Details
-
render
public void render()Identical to SimpleJspRenderer.renderRepeatingElement, but adds a controller for deleting items`- Specified by:
renderin classMdeRepeatingNode
-
getRepeatingContent
protected org.dom4j.Element getRepeatingContent()Renders the contents of this node, which are in turn rendered inside an iteration element.- Returns:
- The repeatingContent value
-
setDebug
public static void setDebug(boolean bool) -
prtln
Description copied from class:MdeRepeatingNodeNOT YET DOCUMENTED- Overrides:
prtlnin classMdeRepeatingNode- Parameters:
s- NOT YET DOCUMENTED
-