public class SelectBooleanButton extends javax.faces.component.html.HtmlSelectBooleanCheckbox implements Widget
Modifier and Type | Class and Description |
---|---|
static class |
SelectBooleanButton.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 |
---|
SelectBooleanButton() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getOffIcon() |
String |
getOffLabel() |
String |
getOnIcon() |
String |
getOnLabel() |
String |
getWidgetVar() |
String |
resolveStyleClass(boolean checked,
boolean disabled) |
String |
resolveWidgetVar() |
void |
setOffIcon(String _offIcon) |
void |
setOffLabel(String _offLabel) |
void |
setOnIcon(String _onIcon) |
void |
setOnLabel(String _onLabel) |
void |
setWidgetVar(String _widgetVar) |
getAccesskey, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setDir, setDisabled, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setTabindex, setTitle
getValueBinding, getValueExpression, isSelected, setSelected, setValueBinding, setValueExpression
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, validateValue
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, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UISelectBoolean
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getOnLabel()
public void setOnLabel(String _onLabel)
public String getOffLabel()
public void setOffLabel(String _offLabel)
public String getOnIcon()
public void setOnIcon(String _onIcon)
public String getOffIcon()
public void setOffIcon(String _offIcon)
public String resolveStyleClass(boolean checked, boolean disabled)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.