public class LabelOption extends InputOption implements ILabel
StringLabel which is displayed in front of an option.| Constructor and Description |
|---|
LabelOption(String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Get label text (short single line)
|
boolean |
isDisplayed()
Tell whether this label is displayed or not before the option
|
addOptionChangedListener, getConfigurationAttributeName, getErrorMessage, getOutputProperty, getProperty, setOptionValidatorisEnabled, setDescription, setEnableConditionpublic LabelOption(String label)
public String getText()
ILabelpublic boolean isDisplayed()
ILabelisDisplayed in interface ILabel