public interface TextWidget<U> extends InputWidget<String,U>
Modifier and Type | Field and Description |
---|---|
static String |
AREA_STYLE
Widget style for text areas.
|
static String |
FIELD_STYLE
Widget style for text fields.
|
static String |
PASSWORD_STYLE
Widget style for password fields.
|
get, getValue, isLabeled, isMessage, refreshWidget, set, supports, updateModel
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
getComponent, getComponentType
static final String FIELD_STYLE
Parameter.style()
,
Constant Field Valuesstatic final String AREA_STYLE
Parameter.style()
,
Constant Field Valuesstatic final String PASSWORD_STYLE
Parameter.style()
,
Constant Field ValuesCopyright © 2009–2015 SciJava. All rights reserved.