|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.jaxmpp.core.client.xml.ElementWrapper
tigase.jaxmpp.core.client.xmpp.forms.AbstractField<String[]>
tigase.jaxmpp.core.client.xmpp.forms.TextMultiField
public class TextMultiField
Implementation of text-multi field type.
The field enables an entity to gather or provide multiple lines of text.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class tigase.jaxmpp.core.client.xmpp.forms.AbstractField |
|---|
getDesc, getLabel, getType, getVar, isRequired, setDesc, setLabel, setRequired, setVar |
| Methods inherited from class tigase.jaxmpp.core.client.xml.ElementWrapper |
|---|
addChild, equals, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNS |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addFieldValue(String... value)
throws XMLException
value - value to add
XMLException
public void clearValues()
throws XMLException
XMLException
public String[] getFieldValue()
throws XMLException
XMLException
public void setFieldValue(String[] value)
throws XMLException
value - value of field
XMLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||