Uses of Class
com.sun.faces.renderkit.html_basic.RadioRenderer.Group
Packages that use RadioRenderer.Group
-
Uses of RadioRenderer.Group in com.sun.faces.renderkit.html_basic
Methods in com.sun.faces.renderkit.html_basic that return RadioRenderer.GroupModifier and TypeMethodDescriptionprotected static RadioRenderer.GroupRadioRenderer.getGroup(FacesContext context, UISelectOne radio) Methods in com.sun.faces.renderkit.html_basic with parameters of type RadioRenderer.GroupModifier and TypeMethodDescriptionprotected 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 voidRadioRenderer.renderInput(FacesContext context, ResponseWriter writer, UIComponent component, String clientId, Object itemValue, Converter<?> converter, boolean checked, boolean disabled, RadioRenderer.Group group)