public interface DeferredValue
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.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Returns the value.
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.