org.zkoss.zk.ui.util
Interface DeferredValue
public interface DeferredValue
Used with AbstractComponent.smartUpdate(java.lang.String, java.lang.Object)
to represent a value that shall be evaluated only in the rendering phase
(rather than in the event processing phase).
- Since:
- 3.0.1
- Author:
- tomyeh
Method Summary |
java.lang.Object |
getValue()
Returns the value. |
getValue
java.lang.Object getValue()
- Returns the value.
It is called to retrieve the real value
by the ZK engine in the rendering phase.
- Since:
- 5.0.0 (return type becomes Object)
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.