Uses of Class
jakarta.faces.component.UISelectOne
-
Packages that use UISelectOne Package Description com.sun.faces.renderkit.html_basic jakarta.faces.component.html Specialized user interface component classes for HTML. -
-
Uses of UISelectOne in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic with parameters of type UISelectOne Modifier and Type Method Description voidRadioRenderer.Group. addRadio(FacesContext context, UISelectOne radio)ObjectMenuRenderer. convertSelectOneValue(FacesContext context, UISelectOne uiSelectOne, String newValue)protected voidRadioRenderer. decodeGroup(FacesContext context, UISelectOne radio, RadioRenderer.Group group)The difference with default decoding is: Submitted value is obtained by group name.protected voidRadioRenderer. encodeEndGroup(FacesContext context, UISelectOne radio, RadioRenderer.Group group)The difference with default encoding is: Every radio button of same 'group' will have same 'name' attribute rendered, relative to UIForm parent.protected static RadioRenderer.GroupRadioRenderer. getGroup(FacesContext context, UISelectOne radio)protected booleanRadioRenderer. isChecked(FacesContext context, UISelectOne radio, Object itemValue) -
Uses of UISelectOne in jakarta.faces.component.html
Subclasses of UISelectOne in jakarta.faces.component.html Modifier and Type Class Description 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.
-