| org.zkoss.idom.Binable
All known Subclasses: org.zkoss.idom.Binary,
Binable | public interface Binable (Code) | | Represent a class that allows any type of objects, not just String.
It is usually implemented by a class that also implements Item.
Currently, only Binary implements it.
author: tomyeh See Also: Item See Also: Group See Also: Attributable See Also: Namespaceable |
Method Summary | |
public Object | getValue() Gets the value of a item that accepts any type as its value. | public void | setValue(Object value) Sets the value of a item that accepts any type as its value. |
getValue | public Object getValue()(Code) | | Gets the value of a item that accepts any type as its value.
|
setValue | public void setValue(Object value)(Code) | | Sets the value of a item that accepts any type as its value.
|
|
|