public interface StatusItem extends Item<StatusField>
StatusField
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StatusItem otherItem)
Compare two items
|
String |
getText()
Get the current text of the item
|
StatusItemType |
getType()
Get the current type of the item
|
void |
setText(String text)
Change the text of the item
|
void |
setType(StatusItemType type)
Change the type of the item
|
getField, getId, getPosition
void setText(String text)
text
- The new textString getText()
void setType(StatusItemType type)
type
- The new typeStatusItemType getType()
int compareTo(StatusItem otherItem)
otherItem
- the item to compareCopyright © 2022 DEISER. All Rights Reserved.