org.zkoss.zk.ui.util
Interface DeferredValue
public interface DeferredValue
Used with ComponentCtrl.smartUpdateDeferred(String, DeferredValue)
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.String |
getValue()
Returns the value. |
getValue
java.lang.String getValue()
- Returns the value.
It is called to retrieve the real value
by the ZK engine in the rendering phase.
Copyright © 2005-2009 Potix Corporation. All Rights Reserved.