org.zkoss.bind
Interface Property

All Known Implementing Classes:
PropertyImpl, WrongValuePropertyImpl

public interface Property

Represent a property of a base object in the binding.

Since:
6.0.0
Author:
henrichen

Method Summary
 java.lang.Object getBase()
          Returns the base object of this property.
 java.lang.String getProperty()
          Returns the name of this property.
 java.lang.Object getValue()
          Returns the value object of this property.
 

Method Detail

getBase

java.lang.Object getBase()
Returns the base object of this property.

Returns:
the base object of this property.

getValue

java.lang.Object getValue()
Returns the value object of this property.

Returns:
the value object of this property.

getProperty

java.lang.String getProperty()
Returns the name of this property.

Returns:
the name of this property.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo