|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.faces.component
Interface ActionSource

- All Known Implementing Classes:
- UICommand
- public interface ActionSource
- Version:
- $Revision: 166994 $ $Date: 2004-07-01 18:12:40 -0400 (Thu, 01 Jul 2004) $
| Method Summary | |
void |
addActionListener(javax.faces.event.ActionListener listener)
|
javax.faces.el.MethodBinding |
getAction()
|
javax.faces.el.MethodBinding |
getActionListener()
|
javax.faces.event.ActionListener[] |
getActionListeners()
|
boolean |
isImmediate()
|
void |
removeActionListener(javax.faces.event.ActionListener listener)
|
void |
setAction(javax.faces.el.MethodBinding action)
|
void |
setActionListener(javax.faces.el.MethodBinding actionListener)
|
void |
setImmediate(boolean immediate)
|
| Method Detail |
getAction
public javax.faces.el.MethodBinding getAction()
setAction
public void setAction(javax.faces.el.MethodBinding action)
getActionListener
public javax.faces.el.MethodBinding getActionListener()
setActionListener
public void setActionListener(javax.faces.el.MethodBinding actionListener)
isImmediate
public boolean isImmediate()
setImmediate
public void setImmediate(boolean immediate)
addActionListener
public void addActionListener(javax.faces.event.ActionListener listener)
getActionListeners
public javax.faces.event.ActionListener[] getActionListeners()
removeActionListener
public void removeActionListener(javax.faces.event.ActionListener listener)
|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC