Class NonPrimitiveArrayValueType<ComponentType>

java.lang.Object
com.smartgwt.client.bean.BeanValueType<ValueType>
com.smartgwt.client.bean.types.ArrayValueType<ComponentType[]>
com.smartgwt.client.bean.types.NonPrimitiveArrayValueType<ComponentType>
Direct Known Subclasses:
InterfaceArrayValueType, ObjectArrayValueType

public abstract class NonPrimitiveArrayValueType<ComponentType> extends ArrayValueType<ComponentType[]>