javax.faces.component
public class UICommand extends UIComponentBase implements ActionSource
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
Constructor Summary | |
---|---|
UICommand() |
Method Summary | |
---|---|
void | addActionListener(ActionListener listener) |
void | broadcast(FacesEvent event) |
MethodBinding | getAction() |
MethodBinding | getActionListener() |
ActionListener[] | getActionListeners() |
String | getFamily() |
Object | getValue() |
boolean | isImmediate() |
void | queueEvent(FacesEvent event) |
void | removeActionListener(ActionListener listener) |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setAction(MethodBinding action) |
void | setActionListener(MethodBinding actionListener) |
void | setImmediate(boolean immediate) |
void | setValue(Object value) |