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, updateModel
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
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 © 2009–2015 SciJava. All rights reserved.