|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderOnDemand
Used to decorate a Component object that
it supports render-on-demand. In other words, the component renders
its content only the client request for it.
A typical example is Listbox (it is similar to JList and ListModel in
Swing).
This interface is moved from the org.zkoss.zk.ui.ext package since ZK 2.4.1.
| Method Summary | |
|---|---|
void |
renderItems(java.util.Set items)
Renders a set of specified items, if they are not rendered before. |
| Method Detail |
|---|
void renderItems(java.util.Set items)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||