public interface ChoiceWidget<U> extends InputWidget<String,U>
Modifier and Type | Field and Description |
---|---|
static String |
LIST_BOX_STYLE
Widget style for list boxes.
|
static String |
RADIO_BUTTON_HORIZONTAL_STYLE
Widget style for radio buttons arranged on a single line.
|
static String |
RADIO_BUTTON_VERTICAL_STYLE
Widget style for radio buttons arranged one per line.
|
get, getType, getValue, isLabeled, isMessage, refreshWidget, set, supports, updateModel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
getComponent, getComponentType
static final String LIST_BOX_STYLE
Parameter.style()
,
Constant Field Valuesstatic final String RADIO_BUTTON_HORIZONTAL_STYLE
Parameter.style()
,
Constant Field Valuesstatic final String RADIO_BUTTON_VERTICAL_STYLE
Parameter.style()
,
Constant Field ValuesCopyright © 2015–2022 SciJava. All rights reserved.