Package com.smartgwt.client.bean.types
Class ObjectArrayValueType<ComponentType>
java.lang.Object
com.smartgwt.client.bean.BeanValueType<ValueType>
com.smartgwt.client.bean.types.ArrayValueType<ComponentType[]>
com.smartgwt.client.bean.types.NonPrimitiveArrayValueType<ComponentType>
com.smartgwt.client.bean.types.ObjectArrayValueType<ComponentType>
-
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 Class<ComponentType[]>
static <T> void
registerValueType
(T[] emptyArray) Methods inherited from class com.smartgwt.client.bean.types.NonPrimitiveArrayValueType
convertFrom, convertFrom, convertFrom, convertFrom, convertFrom, convertFrom, getComponentValueType
Methods inherited from class com.smartgwt.client.bean.types.ArrayValueType
convertabilityFrom, convertabilityFromPrimitiveArray, convertabilityToComponentType, convertFrom, convertFromPrimitiveArray, getComponentType, isAssignableFrom, leastConvertabilityToComponentType
Methods inherited from class com.smartgwt.client.bean.BeanValueType
conversionException, convertabilityFrom, convertabilityToString, convertabilityToString, convertFrom, convertMapToJavascriptObject, convertToJava, convertToJavaScriptArray, convertToJavaScriptObject, convertToString, doConvertToString, getBeanValueType, isA, isAssignableFrom, isAssignableFrom, nullValue, registerBasicValueTypes, registerBeanValueType, wrapInJavascriptArray
-
Constructor Details
-
ObjectArrayValueType
-
-
Method Details
-
registerValueType
public static <T> void registerValueType(T[] emptyArray) -
getValueType
- Specified by:
getValueType
in classBeanValueType<ComponentType[]>
-
emptyArray
- Specified by:
emptyArray
in classNonPrimitiveArrayValueType<ComponentType>
-