org.apache.myfaces.custom.radio
public class HtmlRadio extends UIComponentBase
Version: $Revision: 169651 $ $Date: 2005-05-11 18:14:23 +0200 (Wed, 11 May 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
static String | FOR_ATTR |
static String | INDEX_ATTR |
Constructor Summary | |
---|---|
HtmlRadio() |
Method Summary | |
---|---|
String | getFamily() |
String | getFor() |
int | getIndex() |
void | restoreState(FacesContext context, Object state) |
Object | saveState(FacesContext context) |
void | setFor(String forValue) |
void | setIndex(int index) |