Uses of Interface
jakarta.faces.component.ActionSource
- 
Packages that use ActionSource Package Description jakarta.faces.component jakarta.faces.component.html Specialized user interface component classes for HTML.
- 
- 
Uses of ActionSource in jakarta.faces.componentSubinterfaces of ActionSource in jakarta.faces.component Modifier and Type Interface Description interfaceActionSource2ActionSource2 extendsActionSourceand provides a JavaBeans "action" property.Classes in jakarta.faces.component that implement ActionSource Modifier and Type Class Description classUICommandUICommand is aUIComponentthat represents a user interface component which, when activated by the user, triggers an application specific "command" or "action".classUIViewActionUIViewAction 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.htmlClasses in jakarta.faces.component.html that implement ActionSource Modifier and Type Class Description classHtmlCommandButtonRepresents an HTMLinputelement for a button of typesubmitorreset.classHtmlCommandLinkRepresents an HTMLaelement for a hyperlink that acts like a submit button.classHtmlCommandScriptRepresents an HTMLscriptelement for a function that acts like an ajax form submit.
 
-