public class MultipleContentXmlEditorParticle<T extends Node> extends AbstractXmlContentEditorParticle<T> implements MultipleContentEditorParticle
FormEditorParticle.Type| Constructor and Description |
|---|
MultipleContentXmlEditorParticle(SchemaItem element,
T node,
XmlFormEditorParticle parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value) |
void |
dump(PrintWriter writer,
String indent) |
protected XmlFormEditorParticle[] |
getChildren() |
int |
getMaxValues() |
int |
getMinValues() |
String |
getValueAt(int index) |
int |
getValueCount() |
String[] |
getValues() |
void |
removeValueAt(int index) |
void |
setValueAt(int index,
String value) |
getName, getOptions, getSchemaType, isAttribute, isRequired, validatebeforeSave, createChildNode, getDescription, getDomNode, getParent, getRefNodeForInsert, getSchemaItem, getTypeName, hasDomNode, isNillable, isRecursiveParent, release, removeDomNodegetEditorModel, getType, setDescriptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptions, getSchemaType, isAttribute, isRequiredgetDescription, getEditorModel, getName, getParent, getType, getTypeName, release, validategetEditorModelpublic MultipleContentXmlEditorParticle(SchemaItem element, T node, XmlFormEditorParticle parent)
public String[] getValues()
getValues in interface MultipleContentEditorParticlepublic int getValueCount()
getValueCount in interface MultipleContentEditorParticlepublic String getValueAt(int index)
getValueAt in interface MultipleContentEditorParticlepublic void setValueAt(int index,
String value)
setValueAt in interface MultipleContentEditorParticlepublic void removeValueAt(int index)
removeValueAt in interface MultipleContentEditorParticlepublic void addValue(String value)
addValue in interface MultipleContentEditorParticlepublic int getMaxValues()
getMaxValues in interface MultipleContentEditorParticlepublic int getMinValues()
getMinValues in interface MultipleContentEditorParticlepublic void dump(PrintWriter writer, String indent)
dump in interface XmlFormEditorParticledump in class AbstractFormEditorParticleprotected XmlFormEditorParticle[] getChildren()
getChildren in class AbstractXmlFormEditorParticle<T extends Node>Copyright © 2013. All Rights Reserved.