public class TextMultiField extends AbstractField<String[]>
The field enables an entity to gather or provide multiple lines of text.
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldValue(String... value)
Adds value to field.
|
void |
clearValues()
Removes all values.
|
String[] |
getFieldValue()
Returns value of field.
|
void |
setFieldValue(String[] value)
Sets value of field.
|
getDesc, getLabel, getType, getVar, isRequired, setDesc, setLabel, setRequired, setVaraddChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic void addFieldValue(String... value) throws XMLException
value - value to addXMLExceptionpublic void clearValues()
throws XMLException
XMLExceptionpublic String[] getFieldValue() throws XMLException
XMLExceptionpublic void setFieldValue(String[] value) throws XMLException
value - value of fieldXMLExceptionCopyright © 2006–2018 Tigase. All rights reserved.