org.zkoss.zk.au
Interface DeferredValue


public interface DeferredValue

Used with AbstractComponent.smartUpdate(java.lang.String, java.lang.Object) to represent the value of a smart update that shall be evaluated only in the rendering phase (rather than in the event processing phase).

Notice that, if you are sending a smart update that will instantiate the client'side widget, it is better to use UiEngine.addSmartUpdate(org.zkoss.zk.ui.Component, String, Object, int) with priority 10000, such that it will execute before others.

Since:
6.0.0
Author:
tomyeh

Method Summary
 java.lang.Object getValue()
          Returns the value.
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value. It is called to retrieve the real value by the ZK engine in the rendering phase.



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