Uses of Interface
jakarta.faces.event.ActionListener
-
Packages that use ActionListener Package Description jakarta.faces.application jakarta.faces.component jakarta.faces.event -
-
Uses of ActionListener in jakarta.faces.application
Methods in jakarta.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 jakarta.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 jakarta.faces.component
Methods in jakarta.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 jakarta.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 jakarta.faces.event
Classes in jakarta.faces.event that implement ActionListener Modifier and Type Class Description class
ActionListenerWrapper
class
MethodExpressionActionListener
Methods in jakarta.faces.event that return ActionListener Modifier and Type Method Description abstract ActionListener
ActionListenerWrapper. getWrapped()
-