Package | Description |
---|---|
com.sun.faces.renderkit.html_basic |
Modifier and Type | Method and Description |
---|---|
protected static RadioRenderer.Group |
RadioRenderer.getGroup(FacesContext context,
UISelectOne radio) |
Modifier and Type | Method and Description |
---|---|
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 void |
RadioRenderer.renderInput(FacesContext context,
ResponseWriter writer,
UIComponent component,
String clientId,
Object itemValue,
Converter<?> converter,
boolean checked,
boolean disabled,
RadioRenderer.Group group) |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.