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, getValue, isLabeled, isMessage, refreshWidget, set, supports, updateModelcontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfogetComponent, getComponentTypestatic 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 © 2009–2016 SciJava. All rights reserved.