Uses of Class
jakarta.faces.component.UISelectOne
Package
Description
Specialized user interface component classes for HTML.
-
Uses of UISelectOne in com.sun.faces.renderkit.html_basic
Modifier and TypeMethodDescriptionvoid
RadioRenderer.Group.addRadio
(FacesContext context, UISelectOne radio) MenuRenderer.convertSelectOneValue
(FacesContext context, UISelectOne uiSelectOne, String newValue) protected void
RadioRenderer.decodeGroup
(FacesContext context, UISelectOne radio, RadioRenderer.Group group) The difference with default decoding is: Submitted value is obtained by group name.protected void
RadioRenderer.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.Group
RadioRenderer.getGroup
(FacesContext context, UISelectOne radio) protected boolean
RadioRenderer.isChecked
(FacesContext context, UISelectOne radio, Object itemValue) -
Uses of UISelectOne in jakarta.faces.component.html
Modifier and TypeClassDescriptionclass
Represents a single-selection component that is rendered as an HTMLselect
element, showing either all available options or the specified number of options.class
Represents a single-selection component that is rendered as an HTMLselect
element, showing a single available option at a time.class
Represents a single-selection component that is rendered as a set of HTMLinput
elements of typeradio
.