Uses of Interface
jakarta.faces.component.behavior.ClientBehaviorHolder
| Package | Description |
|---|---|
| com.sun.faces.component | |
| com.sun.faces.component.behavior | |
| com.sun.faces.facelets.tag.composite | |
| jakarta.faces.component | |
| jakarta.faces.component.html |
Specialized user interface component classes for HTML.
|
-
Uses of ClientBehaviorHolder in com.sun.faces.component
Classes in com.sun.faces.component that implement ClientBehaviorHolder Modifier and Type Class Description classPassthroughElementCauses all child components of this component to be rendered. -
Uses of ClientBehaviorHolder in com.sun.faces.component.behavior
Methods in com.sun.faces.component.behavior with parameters of type ClientBehaviorHolder Modifier and Type Method Description voidAjaxBehaviors.BehaviorInfo. addBehavior(FacesContext context, ClientBehaviorHolder behaviorHolder)voidAjaxBehaviors. addBehaviors(FacesContext context, ClientBehaviorHolder behaviorHolder) -
Uses of ClientBehaviorHolder in com.sun.faces.facelets.tag.composite
Classes in com.sun.faces.facelets.tag.composite that implement ClientBehaviorHolder Modifier and Type Class Description classBehaviorHolderWrapper -
Uses of ClientBehaviorHolder in jakarta.faces.component
Classes in jakarta.faces.component that implement ClientBehaviorHolder Modifier and Type Class Description classUIWebsocketThe<f:websocket>tag opens an one-way (server to client) websocket based push connection in client side which can be reached from server side viaPushContextinterface injected in any CDI/container managed artifact via@Pushannotation. -
Uses of ClientBehaviorHolder in jakarta.faces.component.html
Classes in jakarta.faces.component.html that implement ClientBehaviorHolder Modifier and Type Class Description classHtmlBodyNONEclassHtmlCommandButtonRepresents an HTMLinputelement for a button of typesubmitorreset.classHtmlCommandLinkRepresents an HTMLaelement for a hyperlink that acts like a submit button.classHtmlDataTableRepresents a set of repeating data (segregated into columns by child UIColumn components) that will be rendered in an HTMLtableelement.classHtmlFormRepresents an HTMLformelement.classHtmlGraphicImageRepresents an HTMLimgelement, used to retrieve and render a graphical image.classHtmlInputFileclassHtmlInputSecretRepresents an HTMLinputelement of typepassword.classHtmlInputTextRepresents an HTMLinputelement of typetext.classHtmlInputTextareaRepresents an HTMLtextareaelement.classHtmlOutcomeTargetButtonRepresents an HTMLinputelement of type "button" or image that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcomeproperty.classHtmlOutcomeTargetLinkRepresents an HTMLa(hyperlink) element that may be used to link to a URL handled by the Faces Servlet resolved preemptively using the logical outcome defined by theoutcomeproperty.classHtmlOutputLabelRepresents an HTMLlabelelement, used to define an accessible label for a corresponding input element.classHtmlOutputLinkRepresents an HTMLa(hyperlink) element that may be used to link to an arbitrary URL defined by thevalueproperty.classHtmlPanelGridRenders child components in a table, starting a new row after the specified number of columns.classHtmlPanelGroupCauses all child components of this component to be rendered.classHtmlSelectBooleanCheckboxRepresents an HTMLinputelement of typecheckbox.classHtmlSelectManyCheckboxRepresents a multiple-selection component that is rendered as a set of HTMLinputelements of typecheckbox.classHtmlSelectManyListboxRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectManyMenuRepresents a multiple-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classHtmlSelectOneListboxRepresents a single-selection component that is rendered as an HTMLselectelement, showing either all available options or the specified number of options.classHtmlSelectOneMenuRepresents a single-selection component that is rendered as an HTMLselectelement, showing a single available option at a time.classHtmlSelectOneRadioRepresents a single-selection component that is rendered as a set of HTMLinputelements of typeradio.