public class TextList extends Object implements Serializable
| Constructor and Description |
|---|
TextList()
Default constructor.
|
TextList(List<String> texts) |
TextList(String... textValues) |
TextList(String aValue)
Parses the specified string representation to create a list of categories.
|
public TextList()
public TextList(String aValue)
aValue - a string representation of a list of categoriespublic TextList(String... textValues)
textValues - an array of text valuespublic final TextList add(String text)
text - the category to addList.add(java.lang.Object)public final TextList remove(String text)
text - the text element to removeList.remove(java.lang.Object)