Uses of Class
org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid.ValueType
| Package | Description |
|---|---|
| org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid |
-
Uses of ValueType in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as ValueType Modifier and Type Field Description protected ValueTypeSearchCell. valueTypeMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return ValueType Modifier and Type Method Description ValueTypeSearchCell. getValueType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type ValueType Modifier and Type Method Description voidSearchCell. setValueType(ValueType valueType)Constructors in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type ValueType Constructor Description SearchCell(HeaderColumnSI column, Object value, ValueType valueType, TextValidationMechanism textValueValidationMechanism)