|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.autoform.mde.MdeNode org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingNode org.dlese.dpc.schemedit.autoform.mde.MdeRepeatingAnyType
public class MdeRepeatingAnyType
Render MetadataEditor inputs for repeating AnyType nodes.
All existing nodes are rendered, and then an empty input is rendered for a new one.
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 | |
---|---|
MdeRepeatingAnyType(RendererImpl renderer)
Constructor for the MdeRepeatingAnyType object |
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)
Sets the debug attribute of the MdeRepeatingAnyType class |
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 |
---|
public MdeRepeatingAnyType(RendererImpl renderer)
renderer
- NOT YET DOCUMENTEDMethod Detail |
---|
public void render()
render
in class MdeRepeatingNode
protected Element getRepeatingContent(String itemPath)
itemPath
- the xpath for this element, with indexing to support iteration
public static void setDebug(boolean bool)
bool
- The new debug valueprotected void prtln(String s)
prtln
in class MdeRepeatingNode
s
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |