Uses of Interface
jakarta.faces.component.ActionSource
Packages that use ActionSource
Package
Description
Specialized user interface component classes for HTML.
-
Uses of ActionSource in jakarta.faces.component
Subinterfaces of ActionSource in jakarta.faces.componentModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in jakarta.faces.component that implement ActionSourceModifier and TypeClassDescriptionclassUICommand is aUIComponentthat represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".classUIViewAction represents a method invocation that occurs during the request processing lifecycle, usually in response to an initial request, as opposed to a postback. -
Uses of ActionSource in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement ActionSourceModifier and TypeClassDescriptionclassRepresents an HTMLinputelement for a button of typesubmitorreset.classRepresents an HTMLaelement for a hyperlink that acts like a submit button.classRepresents an HTMLscriptelement for a function that acts like an ajax form submit.
ActionSourceinstead.