|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.au.Command
org.zkoss.zk.au.ComponentCommand
public abstract class ComponentCommand
A sketetal implementation for component-specific commands.
A component-specific command is visible by calling
ComponentCtrl.getCommand(java.lang.String).
| Field Summary |
|---|
| Fields inherited from class org.zkoss.zk.au.Command |
|---|
CTRL_GROUP, IGNORABLE, IGNORE_IMMEDIATE_OLD_EQUIV, IGNORE_OLD_EQUIV, SKIP_IF_EVER_ERROR |
| Constructor Summary | |
|---|---|
ComponentCommand(java.lang.String id,
int flags)
Constructs a component-specific command. |
|
| Method Summary |
|---|
| Methods inherited from class org.zkoss.zk.au.Command |
|---|
equals, getFlags, getId, process, process, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentCommand(java.lang.String id,
int flags)
flags - a combination of Command.SKIP_IF_EVER_ERROR,
Command.IGNORABLE and others
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||