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