Package com.smartgwt.client.bean
Class BeanMethod<BeanClass,ValueType>
java.lang.Object
com.smartgwt.client.bean.BeanMethod<BeanClass,ValueType>
-
Constructor Summary
ConstructorDescriptionBeanMethod
(Class<?> valueType, JavaScriptObject getter, JavaScriptObject setter) -
Method Summary
Modifier and TypeMethodDescriptionprotected BeanValueType.Convertability
convertabilityFrom
(Object value) protected BeanValueType.Convertability
protected Object
getProperty
(BeanClass bean) protected String
getPropertyAsString
(BeanClass bean) protected ValueType
getPropertyFromBean
(BeanClass bean) protected void
setProperty
(BeanClass bean, Object value) protected void
setPropertyOnBean
(BeanClass bean, ValueType value)
-
Constructor Details
-
BeanMethod
-
-
Method Details
-
convertabilityFrom
-
convertabilityToString
-
getPropertyFromBean
-
setPropertyOnBean
-
getProperty
-
getPropertyAsString
-
setProperty
-