public static interface IOptionList.IOption extends Comparable<IOptionList.IOption>
IOptionList
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
Gets the key of the option.
|
String |
getText()
Gets the label of the option.
|
void |
setText(String text)
Sets the label of option.
|
compareTo
Copyright © 2022 Visiativ. All rights reserved.