|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jxml.quick.model.qiml.TargetEditor
TargetEditor - The targetEditor element specifies a JavaBean property editor to be used in constructing an object and in expressing that object. The text content is passed to the property editor when creating the object. The element being defined must have neither attributes nor element content.
Field Summary | |
protected String |
editorClass_16
The targetEditor piece attributes the property editor class. |
protected String |
editorTargetClass_15
The object constructed from an element (or attribute) will be an instance of the class named by targetClass. |
protected ArrayList |
value_17
list of Value |
Constructor Summary | |
TargetEditor()
|
|
TargetEditor(String editorTargetClass_15)
minimum constructor |
|
TargetEditor(String editorClass_16,
String editorTargetClass_15,
ArrayList value_17)
full constructor |
Method Summary | |
void |
addValue(Value value)
|
String |
getEditorClass_16()
The targetEditor piece attributes the property editor class. |
String |
getEditorTargetClass_15()
The object constructed from an element (or attribute) will be an instance of the class named by targetClass. |
ArrayList |
getValue_17()
list of Value |
Value |
getValue(int i)
|
void |
setEditorClass_16(String editorClass_16)
The targetEditor piece attributes the property editor class. |
void |
setEditorTargetClass_15(String editorTargetClass_15)
The object constructed from an element (or attribute) will be an instance of the class named by targetClass. |
void |
setValue_17(ArrayList value_17)
list of Value |
void |
setValue(int i,
Value value)
|
int |
valueCount()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String editorClass_16
protected String editorTargetClass_15
protected ArrayList value_17
Constructor Detail |
public TargetEditor()
public TargetEditor(String editorClass_16, String editorTargetClass_15, ArrayList value_17)
public TargetEditor(String editorTargetClass_15)
Method Detail |
public String getEditorClass_16()
public void setEditorClass_16(String editorClass_16)
public String getEditorTargetClass_15()
public void setEditorTargetClass_15(String editorTargetClass_15)
public ArrayList getValue_17()
public void setValue_17(ArrayList value_17)
public Value getValue(int i)
public void setValue(int i, Value value)
public int valueCount()
public void addValue(Value value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |