public class SelectOneRadio
extends javax.faces.component.html.HtmlSelectOneRadio
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.selectoneradio.SelectOneRadioBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
NATIVE_STYLE_CLASS |
static String |
STYLE_CLASS |
static String[] |
SUPPORTED_EVENTS |
Constructor and Description |
---|
SelectOneRadio() |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
String |
getFamily() |
String |
getRadioButtonId(javax.faces.context.FacesContext context) |
List<javax.faces.model.SelectItem> |
getSelectItems() |
String |
getWidgetVar() |
boolean |
isPlain() |
boolean |
isUnselectable() |
String |
resolveWidgetVar() |
void |
setColumns(int columns) |
void |
setPlain(boolean plain) |
void |
setSelectItems(List<javax.faces.model.SelectItem> selectItems) |
void |
setUnselectable(boolean unselectable) |
void |
setWidgetVar(String widgetVar) |
getAccesskey, getBorder, getDefaultEventName, getDir, getDisabledClass, getEnabledClass, getEventNames, getLabel, getLang, getLayout, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setBorder, setDir, setDisabled, setDisabledClass, setEnabledClass, setLabel, setLang, setLayout, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setTabindex, setTitle
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate
getConverter, getLocalValue, getValue, setConverter
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String[] SUPPORTED_EVENTS
public static final String STYLE_CLASS
public static final String NATIVE_STYLE_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getRadioButtonId(javax.faces.context.FacesContext context)
public List<javax.faces.model.SelectItem> getSelectItems()
public void setSelectItems(List<javax.faces.model.SelectItem> selectItems)
public String getFamily()
getFamily
in class javax.faces.component.UISelectOne
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public int getColumns()
public void setColumns(int columns)
public boolean isPlain()
public void setPlain(boolean plain)
public boolean isUnselectable()
public void setUnselectable(boolean unselectable)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.