org.zkoss.zk.au
Class ComponentCommand

java.lang.Object
  extended by org.zkoss.zk.au.Command
      extended by org.zkoss.zk.au.ComponentCommand

public abstract class ComponentCommand
extends Command

A sketetal implementation for component-specific commands. A component-specific command is visible by calling ComponentCtrl.getCommand(java.lang.String).

Since:
3.0.5
Author:
tomyeh

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

ComponentCommand

public ComponentCommand(java.lang.String id,
                        int flags)
Constructs a component-specific command.

Parameters:
flags - a combination of Command.SKIP_IF_EVER_ERROR, Command.IGNORABLE and others


Copyright © 2005-2009 Potix Corporation. All Rights Reserved.