DataBinding.setPropertyValue

Overview | Methods | This Package | All Packages

DataBinding.setPropertyValue

Sets the value of the property of the bound component.

Syntax

public void setPropertyValue( Object value )

Parameters

value

An object whose contents are used to set the property value.

Remarks

The property is set directly from the value parameter; the bound field is not used.

See Also   getPropertyValue