Uses of Interface
jakarta.faces.event.ActionListener
Packages that use 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