| Package | Description |
|---|---|
| com.sun.faces.renderkit.html_basic | |
| javax.faces.component.html |
Specialized user interface
component classes for HTML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RadioRenderer.Group.addRadio(FacesContext context,
UISelectOne radio) |
Object |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlSelectOneListbox
Represents a single-selection component that is rendered
as an HTML
select element, showing either all
available options or the specified number of options. |
class |
HtmlSelectOneMenu
Represents a single-selection component that is rendered
as an HTML
select element, showing a single
available option at a time. |
class |
HtmlSelectOneRadio
Represents a
single-selection component that is rendered as a set of HTML
input elements of type
radio. |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.