Uses of Interface
javax.faces.event.ActionListener
-
Packages that use ActionListener Package Description javax.faces.application javax.faces.component javax.faces.event -
-
Uses of ActionListener in javax.faces.application
Methods in javax.faces.application that return ActionListener Modifier and Type Method Description abstract ActionListener
Application. getActionListener()
Return the defaultActionListener
to be registered for allActionSource
components in this appication.ActionListener
ApplicationWrapper. getActionListener()
Methods in javax.faces.application with parameters of type ActionListener Modifier and Type Method Description abstract void
Application. setActionListener(ActionListener listener)
Set the default
to be registered for allActionListener
components.ActionSource
void
ApplicationWrapper. setActionListener(ActionListener listener)
-
Uses of ActionListener in javax.faces.component
Methods in javax.faces.component that return ActionListener Modifier and Type Method Description ActionListener[]
ActionSource. getActionListeners()
ActionListener[]
UICommand. getActionListeners()
Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.ActionListener[]
UIViewAction. getActionListeners()
Methods in javax.faces.component with parameters of type ActionListener Modifier and Type Method Description void
ActionSource. addActionListener(ActionListener listener)
void
UICommand. addActionListener(ActionListener listener)
void
UIViewAction. addActionListener(ActionListener listener)
void
ActionSource. removeActionListener(ActionListener listener)
void
UICommand. removeActionListener(ActionListener listener)
void
UIViewAction. removeActionListener(ActionListener listener)
-
Uses of ActionListener in javax.faces.event
Classes in javax.faces.event that implement ActionListener Modifier and Type Class Description class
ActionListenerWrapper
class
MethodExpressionActionListener
Methods in javax.faces.event that return ActionListener Modifier and Type Method Description abstract ActionListener
ActionListenerWrapper. getWrapped()
-