Package com.smartgwt.client.bean.types
Class ValueEnumValueType<ValueType extends Enum<ValueType> & ValueEnum>
java.lang.Object
com.smartgwt.client.bean.BeanValueType<ValueType>
com.smartgwt.client.bean.types.OtherValueType<ValueType>
com.smartgwt.client.bean.types.EnumValueType<ValueType>
com.smartgwt.client.bean.types.ValueEnumValueType<ValueType>
public class ValueEnumValueType<ValueType extends Enum<ValueType> & ValueEnum>
extends EnumValueType<ValueType>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.smartgwt.client.bean.BeanValueType
BeanValueType.Convertability, BeanValueType.MetaFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
doConvertToString
(ValueType value) registerValueEnumValueType
(Class<T> klass) Methods inherited from class com.smartgwt.client.bean.types.EnumValueType
convertabilityFrom, convertFrom, registerEnumValueType
Methods inherited from class com.smartgwt.client.bean.types.OtherValueType
getValueType, isAssignableFrom, registerOtherValueType
Methods inherited from class com.smartgwt.client.bean.BeanValueType
conversionException, convertabilityFrom, convertabilityToString, convertabilityToString, convertFrom, convertMapToJavascriptObject, convertToJava, convertToJavaScriptArray, convertToJavaScriptObject, convertToString, getBeanValueType, isA, isAssignableFrom, isAssignableFrom, nullValue, registerBasicValueTypes, registerBeanValueType, wrapInJavascriptArray
-
Constructor Details
-
ValueEnumValueType
-
-
Method Details
-
registerValueEnumValueType
-
doConvertToString
- Overrides:
doConvertToString
in classEnumValueType<ValueType extends Enum<ValueType> & ValueEnum>
-