public class AttachmentEditorParticle extends AbstractFormEditorParticle
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addValue(java.lang.String value) |
|
int |
getMaxValues() |
|
int |
getMinValues() |
|
java.lang.String[] |
getOptions() |
|
SchemaType |
getSchemaType() |
|
java.lang.String |
getValueAt(int index) |
|
int |
getValueCount() |
|
java.lang.String[] |
getValues() |
|
boolean |
isAttribute() |
|
boolean |
isRequired() |
|
void |
removeValueAt(int index) |
|
void |
setValueAt(int index, java.lang.String value) |