Uses of Interface
jakarta.faces.event.ActionListener
Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.taglib.jsf_core | |
jakarta.faces.application | |
jakarta.faces.component | |
jakarta.faces.event |
-
Uses of ActionListener in com.sun.faces.application
Classes in com.sun.faces.application that implement ActionListener Modifier and Type Class Description class
ActionListenerImpl
This action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon theimmediate
property of theActionSource
that queued this event.Methods in com.sun.faces.application that return ActionListener Modifier and Type Method Description ActionListener
ApplicationImpl. getActionListener()
Methods in com.sun.faces.application with parameters of type ActionListener Modifier and Type Method Description void
ApplicationImpl. setActionListener(ActionListener actionListener)
-
Uses of ActionListener in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ActionListener Modifier and Type Method Description ActionListener
Singletons. getActionListener()
Methods in com.sun.faces.application.applicationimpl with parameters of type ActionListener Modifier and Type Method Description void
Singletons. setActionListener(ActionListener actionListener)
-
Uses of ActionListener in com.sun.faces.taglib.jsf_core
Classes in com.sun.faces.taglib.jsf_core that implement ActionListener Modifier and Type Class Description class
SetPropertyActionListenerImpl
-
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 application.ActionListener
ApplicationWrapper. getActionListener()
The default behavior of this method is to callApplication.getActionListener()
on the wrappedApplication
object.Methods in jakarta.faces.application with parameters of type ActionListener Modifier and Type Method Description abstract void
Application. setActionListener(ActionListener listener)
Set the defaultActionListener
to be registered for allActionSource
components.void
ApplicationWrapper. setActionListener(ActionListener listener)
The default behavior of this method is to callApplication.setActionListener(jakarta.faces.event.ActionListener)
on the wrappedApplication
object. -
Uses of ActionListener in jakarta.faces.component
Methods in jakarta.faces.component that return ActionListener Modifier and Type Method Description ActionListener[]
ActionSource. getActionListeners()
Return the set of registeredActionListener
s for thisActionSource
instance.ActionListener[]
UICommand. getActionListeners()
ActionListener[]
UIViewAction. getActionListeners()
Return the set of registeredActionListener
s for thisActionSource
instance.Methods in jakarta.faces.component with parameters of type ActionListener Modifier and Type Method Description void
ActionSource. addActionListener(ActionListener listener)
Add a newActionListener
to the set of listeners interested in being notified whenActionEvent
s occur.void
UICommand. addActionListener(ActionListener listener)
void
UIViewAction. addActionListener(ActionListener listener)
Add a newActionListener
to the set of listeners interested in being notified whenActionEvent
s occur.void
ActionSource. removeActionListener(ActionListener listener)
Remove an existingActionListener
(if any) from the set of listeners interested in being notified whenActionEvent
s occur.void
UICommand. removeActionListener(ActionListener listener)
void
UIViewAction. removeActionListener(ActionListener listener)
Remove an existingActionListener
(if any) from the set of listeners interested in being notified whenActionEvent
s occur. -
Uses of ActionListener in jakarta.faces.event
Classes in jakarta.faces.event that implement ActionListener Modifier and Type Class Description class
ActionListenerWrapper
Provides a simple implementation ofActionListener
that can be subclassed by developers wishing to provide specialized behavior to an existingActionListener
instance.class
MethodExpressionActionListener
Methods in jakarta.faces.event that return ActionListener Modifier and Type Method Description abstract ActionListener
ActionListenerWrapper. getWrapped()