Package | Description |
---|---|
com.sun.faces.renderkit.html_basic |
Modifier and Type | Method and Description |
---|---|
protected static RadioRenderer.Group |
RadioRenderer.getGroup(javax.faces.context.FacesContext context,
javax.faces.component.UISelectOne radio) |
Modifier and Type | Method and Description |
---|---|
protected void |
RadioRenderer.decodeGroup(javax.faces.context.FacesContext context,
javax.faces.component.UISelectOne radio,
RadioRenderer.Group group)
The difference with default decoding is:
Submitted value is obtained by group name.
|
protected void |
RadioRenderer.encodeEndGroup(javax.faces.context.FacesContext context,
javax.faces.component.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(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
String clientId,
Object itemValue,
javax.faces.convert.Converter<?> converter,
boolean checked,
boolean disabled,
RadioRenderer.Group group) |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.