|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkdemo.test2.ComponentPools
public class ComponentPools
A pool of components being created when app starts. It is used to test with desktop.zul.
| Constructor Summary | |
|---|---|
ComponentPools()
|
|
| Method Summary | |
|---|---|
static void |
add(int j,
Component comp)
Put a component to the pool. |
static void |
generate(int num)
Generates a set of components and stores them in the pool. |
static Component |
next()
Returns the next component in the pool, or null if no more. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentPools()
| Method Detail |
|---|
public static Component next()
public static void add(int j,
Component comp)
public static void generate(int num)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||