Package | Description |
---|---|
javax.faces.application | |
javax.faces.component | |
javax.faces.event |
Modifier and Type | Method and Description |
---|---|
abstract ActionListener |
Application.getActionListener()
Return the default
ActionListener to be
registered for all ActionSource components in this application. |
ActionListener |
ApplicationWrapper.getActionListener()
The default behavior of this method is to call |
Modifier and Type | Method and Description |
---|---|
abstract void |
Application.setActionListener(ActionListener listener)
Set the default
ActionListener to be registered for all
ActionSource components. |
void |
ApplicationWrapper.setActionListener(ActionListener listener)
The default behavior of this method is to call
|
Modifier and Type | Method and Description |
---|---|
ActionListener[] |
UICommand.getActionListeners() |
ActionListener[] |
UIViewAction.getActionListeners()
Return the set of registered
ActionListener s for this ActionSource instance. |
ActionListener[] |
ActionSource.getActionListeners()
Return the set of registered
ActionListener s for this ActionSource instance. |
Modifier and Type | Method and Description |
---|---|
void |
UICommand.addActionListener(ActionListener listener) |
void |
UIViewAction.addActionListener(ActionListener listener)
Add a new
ActionListener to the set of listeners interested in being notified when
ActionEvent s occur. |
void |
ActionSource.addActionListener(ActionListener listener)
Add a new
ActionListener to the set of listeners interested in being notified when
ActionEvent s occur. |
void |
UICommand.removeActionListener(ActionListener listener) |
void |
UIViewAction.removeActionListener(ActionListener listener)
Remove an existing
ActionListener (if any) from the set of listeners interested in
being notified when ActionEvent s occur. |
void |
ActionSource.removeActionListener(ActionListener listener)
Remove an existing
ActionListener (if any) from the set of listeners interested in
being notified when ActionEvent s occur. |
Modifier and Type | Class and Description |
---|---|
class |
ActionListenerWrapper
Provides a simple implementation of
|
class |
MethodExpressionActionListener
|
Modifier and Type | Method and Description |
---|---|
abstract ActionListener |
ActionListenerWrapper.getWrapped() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.