public interface ListItem extends Item<ListParentField>
ListField
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ListItem otherItem)
Compare two items
|
String |
getParentValue()
Get the current parent value of the item
|
String |
getText()
Get the current text of the item
|
String |
getValue()
Get the current value of the item
|
void |
setParentValue(String value)
Change the parent value of the item
|
void |
setText(String text)
Change the text of the item
|
void |
setValue(String value)
Change the value of the item
|
getField, getId, getPosition
void setValue(String value)
value
- The new valueString getValue()
void setParentValue(String value)
value
- The new parent valueString getParentValue()
void setText(String text)
text
- The new textString getText()
int compareTo(ListItem otherItem)
otherItem
- the item to compareCopyright © 2020 DEISER. All Rights Reserved.