public class SelectOneButton
extends javax.faces.component.UISelectOne
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.selectonebutton.SelectOneButtonBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
STYLE_CLASS |
Constructor and Description |
---|
SelectOneButton() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLabel() |
String |
getOnchange() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTabindex() |
String |
getWidgetVar() |
boolean |
isDisabled() |
boolean |
isUnselectable() |
String |
resolveWidgetVar() |
void |
setDisabled(boolean disabled) |
void |
setLabel(String label) |
void |
setOnchange(String onchange) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTabindex(String tabindex) |
void |
setUnselectable(boolean unselectable) |
void |
setWidgetVar(String widgetVar) |
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 STYLE_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public String getFamily()
getFamily
in class javax.faces.component.UISelectOne
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getLabel()
public void setLabel(String label)
public String getOnchange()
public void setOnchange(String onchange)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getTabindex()
public void setTabindex(String tabindex)
public boolean isUnselectable()
public void setUnselectable(boolean unselectable)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.