public class DerivedTypesXmlEditorParticle extends AbstractXmlFormEditorParticle<Element> implements ChoiceEditorParticle
FormEditorParticle.Type| Constructor and Description |
|---|
DerivedTypesXmlEditorParticle(SchemaItem field,
org.apache.xmlbeans.SchemaType[] derivedTypes,
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() |
FormEditorParticle |
getCurrentParticle() |
boolean |
isDerived(SchemaItem field) |
boolean |
isRequired() |
XmlFormEditorParticle |
setCurrent(String particleName) |
beforeSave, getDescription, getDomNode, getParent, getRefNodeForInsert, getSchemaItem, getTypeName, hasDomNode, isNillable, isRecursiveParent, release, removeDomNodegetEditorModel, getName, getType, setDescription, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getEditorModel, getName, getParent, getType, getTypeName, release, validategetEditorModelpublic DerivedTypesXmlEditorParticle(SchemaItem field, org.apache.xmlbeans.SchemaType[] derivedTypes, Node node, XmlFormEditorParticle parent, XmlEditorParticleFactory factory)
public Node createChildNode(XmlFormEditorParticle childParticle)
createChildNode in interface XmlFormEditorParticlecreateChildNode in class AbstractXmlFormEditorParticle<Element>public String getCurrent()
getCurrent in interface ChoiceEditorParticlepublic FormEditorParticle getCurrentParticle()
getCurrentParticle in interface ChoiceEditorParticlepublic XmlFormEditorParticle setCurrent(String particleName)
setCurrent in interface ChoiceEditorParticlepublic String[] getAvailableParticleNames()
getAvailableParticleNames in interface ChoiceEditorParticlepublic boolean isRequired()
isRequired in interface ChoiceEditorParticleisRequired in interface FormEditorParticleisRequired in class AbstractXmlFormEditorParticle<Element>protected XmlFormEditorParticle[] getChildren()
getChildren in class AbstractXmlFormEditorParticle<Element>public void dump(PrintWriter writer, String indent)
dump in interface XmlFormEditorParticledump in class AbstractFormEditorParticlepublic boolean isDerived(SchemaItem field)
Copyright © 2013. All Rights Reserved.