public class ChoiceXmlEditorParticle extends AbstractXmlFormEditorParticle<Element> implements ChoiceEditorParticle
FormEditorParticle.Type| Constructor and Description |
|---|
ChoiceXmlEditorParticle(SchemaItem field,
Node node,
XmlFormEditorParticle parent,
XmlEditorParticleFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Node |
createChildNode(XmlFormEditorParticle childParticle) |
void |
dump(PrintWriter writer,
String indent) |
String[] |
getAvailableParticleNames() |
protected XmlFormEditorParticle[] |
getChildren() |
String |
getCurrent() |
XmlFormEditorParticle |
getCurrentParticle() |
XmlFormEditorParticle |
setCurrent(String particleName) |
beforeSave, getDescription, getDomNode, getParent, getRefNodeForInsert, getSchemaItem, getTypeName, hasDomNode, isNillable, isRecursiveParent, isRequired, release, removeDomNodegetEditorModel, getName, getType, setDescription, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisRequiredgetDescription, getEditorModel, getName, getParent, getType, getTypeName, release, validategetEditorModelpublic ChoiceXmlEditorParticle(SchemaItem field, Node node, XmlFormEditorParticle parent, XmlEditorParticleFactory factory)
public Node createChildNode(XmlFormEditorParticle childParticle)
createChildNode in interface XmlFormEditorParticlecreateChildNode in class AbstractXmlFormEditorParticle<Element>public XmlFormEditorParticle getCurrentParticle()
getCurrentParticle in interface ChoiceEditorParticlepublic String getCurrent()
getCurrent in interface ChoiceEditorParticlepublic XmlFormEditorParticle setCurrent(String particleName)
setCurrent in interface ChoiceEditorParticlepublic String[] getAvailableParticleNames()
getAvailableParticleNames in interface ChoiceEditorParticlepublic void dump(PrintWriter writer, String indent)
dump in interface XmlFormEditorParticledump in class AbstractFormEditorParticleprotected XmlFormEditorParticle[] getChildren()
getChildren in class AbstractXmlFormEditorParticle<Element>Copyright © 2013. All Rights Reserved.