public class MdeChoice extends MdeComplexType
Modifier and Type | Field and Description |
---|---|
protected Choice |
choiceCompositor |
df, formBeanName, inputHelperFile, normalizedXPath, parent, renderer, rhelper, schemaNode, sh, typeDef, xpath
Constructor and Description |
---|
MdeChoice(RendererImpl renderer)
Constructor for the MdeChoice object
|
Modifier and Type | Method and Description |
---|---|
protected org.dom4j.Element |
getChoiceSelect() |
protected void |
prtln(java.lang.String s)
NOT YET DOCUMENTED
|
void |
render(org.dom4j.Element choiceElement)
Render children elements of a choice compositor.
|
static void |
setDebug(boolean verbose)
Sets the debug attribute of the MdeChoice class
|
getChoiceDeleteController, getComplexTypeBox, getRepeatComplexSingletonControl, getRepeatingComplexSingletonChildPath, getRequiredMultiSelectControl, hasRepeatingComplexSingletonChild, orderSubElements, render, renderSubElements, renderSubElements, renderSubElements
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
protected Choice choiceCompositor
public MdeChoice(RendererImpl renderer)
renderer
- NOT YET DOCUMENTEDpublic void render(org.dom4j.Element choiceElement)
choiceElement
- NOT YET DOCUMENTEDprotected org.dom4j.Element getChoiceSelect()
public static void setDebug(boolean verbose)
verbose
- The new debug valueprotected void prtln(java.lang.String s)
prtln
in class MdeComplexType
s
- NOT YET DOCUMENTED