javax.faces.component
public interface ActionSource
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
| Method Summary | |
|---|---|
| void | addActionListener(ActionListener listener) |
| MethodBinding | getAction() |
| MethodBinding | getActionListener() |
| ActionListener[] | getActionListeners() |
| boolean | isImmediate() |
| void | removeActionListener(ActionListener listener) |
| void | setAction(MethodBinding action) |
| void | setActionListener(MethodBinding actionListener) |
| void | setImmediate(boolean immediate) |