Package com.smartgwt.client.bean
Class BeanMethod<BeanClass,ValueType> 
java.lang.Object
com.smartgwt.client.bean.BeanMethod<BeanClass,ValueType> 
- 
Constructor SummaryConstructorsConstructorDescriptionBeanMethod(Class<?> valueType, JavaScriptObject getter, JavaScriptObject setter) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected BeanValueType.ConvertabilityconvertabilityFrom(Object value) protected BeanValueType.Convertabilityprotected ObjectgetProperty(BeanClass bean) protected StringgetPropertyAsString(BeanClass bean) protected ValueTypegetPropertyFromBean(BeanClass bean) protected voidsetProperty(BeanClass bean, Object value) protected voidsetPropertyOnBean(BeanClass bean, ValueType value) 
- 
Constructor Details- 
BeanMethod
 
- 
- 
Method Details- 
convertabilityFrom
- 
convertabilityToString
- 
getPropertyFromBean
- 
setPropertyOnBean
- 
getProperty
- 
getPropertyAsString
- 
setProperty
 
-