Package com.smartgwt.client.bean
package com.smartgwt.client.bean
-
ClassDescriptionBeanFactory<BeanClass>Utility class for creating objects and setting properties at run-time via reflection-like mechanisms.Interface used to trigger the generation and registration of reflection metadata for
Canvas
and all its subclasses found in the classpath (including your custom subclasses).Interface used to trigger the generation and registration of reflection metadata forFormItem
and all its subclasses found in the classpath (including your custom subclasses).Annotation which will trigger the generation of BeanFactories.An interface which you can extend in order to register classes with theBeanFactory
reflection mechanism.BeanFactoryForBaseClass<BeanClass extends BaseClass>BeanFactoryForBaseWidget<BeanClass extends BaseWidget>BeanFactoryForDataClass<BeanClass extends DataClass>BeanMethod<BeanClass,ValueType> BeanProperty<BeanClass>BeanProperty1Getter<BeanClass>BeanProperty1Getter1Setter<BeanClass>BeanProperty1Setter<BeanClass>BeanPropertyMultiple<BeanClass>BeanValueType<ValueType>Class with static methods that help with various reflection-like tasks with respect to values used byBeanFactories
(that is, the return types of getters, and the parameter types of setters).An enum used to indicate how well a BeanValueType can handle a conversion.Interface used to trigger the generation and registration of reflection metadata for argument types.