Uses of Interface
jakarta.faces.event.ActionListener
Packages that use ActionListener
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
Fundamental APIs for user
interface components.
Interfaces describing
events and event listeners, and concrete event implementation classes.
-
Uses of ActionListener in com.sun.faces.application
Classes in com.sun.faces.application that implement ActionListenerModifier and TypeClassDescriptionclassThis action listener implementation processes action events during the Apply Request Values or Invoke Application phase of the request processing lifecycle (depending upon theimmediateproperty of theActionSourcethat queued this event.Methods in com.sun.faces.application that return ActionListenerMethods in com.sun.faces.application with parameters of type ActionListenerModifier and TypeMethodDescriptionvoidApplicationImpl.setActionListener(ActionListener actionListener) -
Uses of ActionListener in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ActionListenerMethods in com.sun.faces.application.applicationimpl with parameters of type ActionListenerModifier and TypeMethodDescriptionvoidSingletons.setActionListener(ActionListener actionListener) -
Uses of ActionListener in jakarta.faces.application
Methods in jakarta.faces.application that return ActionListenerModifier and TypeMethodDescriptionabstract ActionListenerApplication.getActionListener()Return the defaultActionListenerto be registered for allActionSourcecomponents in this application.ApplicationWrapper.getActionListener()The default behavior of this method is to callApplication.getActionListener()on the wrappedApplicationobject.Methods in jakarta.faces.application with parameters of type ActionListenerModifier and TypeMethodDescriptionabstract voidApplication.setActionListener(ActionListener listener) Set the defaultActionListenerto be registered for allActionSourcecomponents.voidApplicationWrapper.setActionListener(ActionListener listener) The default behavior of this method is to callApplication.setActionListener(jakarta.faces.event.ActionListener)on the wrappedApplicationobject. -
Uses of ActionListener in jakarta.faces.component
Methods in jakarta.faces.component that return ActionListenerModifier and TypeMethodDescriptionActionSource.getActionListeners()Return the set of registeredActionListeners for thisActionSourceinstance.UICommand.getActionListeners()UIViewAction.getActionListeners()Return the set of registeredActionListeners for thisActionSourceinstance.Methods in jakarta.faces.component with parameters of type ActionListenerModifier and TypeMethodDescriptionvoidActionSource.addActionListener(ActionListener listener) Add a newActionListenerto the set of listeners interested in being notified whenActionEvents occur.voidUICommand.addActionListener(ActionListener listener) voidUIViewAction.addActionListener(ActionListener listener) Add a newActionListenerto the set of listeners interested in being notified whenActionEvents occur.voidActionSource.removeActionListener(ActionListener listener) Remove an existingActionListener(if any) from the set of listeners interested in being notified whenActionEvents occur.voidUICommand.removeActionListener(ActionListener listener) voidUIViewAction.removeActionListener(ActionListener listener) Remove an existingActionListener(if any) from the set of listeners interested in being notified whenActionEvents occur. -
Uses of ActionListener in jakarta.faces.event
Classes in jakarta.faces.event that implement ActionListenerModifier and TypeClassDescriptionclassProvides a simple implementation ofActionListenerthat can be subclassed by developers wishing to provide specialized behavior to an existingActionListenerinstance.classMethods in jakarta.faces.event that return ActionListener