DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.autoform.mde
Class MdeRepeatingComplexType

java.lang.Object
  extended by org.dlese.dpc.schemedit.autoform.mde.MdeNode
      extended by org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode
          extended by org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingComplexType

public class MdeRepeatingComplexType
extends MdeRepeatingNode

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
MdeRepeatingComplexType(RendererImpl renderer)
           
 
Method Summary
protected  Element getRepeatingContent(String itemPath)
          Renders the contents of this node, which are in turn rendered inside an iteration element.
protected  void prtln(String s)
          NOT YET DOCUMENTED
 void render()
          Identical to SimpleJspRenderer.renderRepeatingElement, but adds a controller for deleting items`
static void setDebug(boolean bool)
           
 
Methods inherited from class org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode
emptyRepeatingElement, getIteration, getRepeatingContentBox, insertRepeatingDisplaySetup, newSiblingController
 
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
 

Constructor Detail

MdeRepeatingComplexType

public MdeRepeatingComplexType(RendererImpl renderer)
Method Detail

render

public void render()
Identical to SimpleJspRenderer.renderRepeatingElement, but adds a controller for deleting items`

Specified by:
render in class MdeRepeatingNode

getRepeatingContent

protected Element getRepeatingContent(String itemPath)
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

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

DLESE Tools
v1.6.0