InputHolder, Widgetpublic class SelectBooleanCheckbox extends javax.faces.component.html.HtmlSelectBooleanCheckbox implements Widget, InputHolder
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SelectBooleanCheckbox.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
CHECKBOX_BOX_CLASS |
|
static String |
CHECKBOX_CHECKED_ICON_CLASS |
|
static String |
CHECKBOX_ICON_CLASS |
|
static String |
CHECKBOX_INPUT_WRAPPER_CLASS |
|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
LABEL_CLASS |
|
static String |
MOBILE_LABEL_OFF_CLASS |
|
static String |
MOBILE_LABEL_ON_CLASS |
|
static String |
MOBILE_STYLE_CLASS |
|
static String |
STYLE_CLASS |
| Constructor | Description |
|---|---|
SelectBooleanCheckbox() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFamily() |
|
String |
getInputClientId() |
|
String |
getItemLabel() |
|
String |
getLabelledBy() |
|
String |
getValidatableInputClientId() |
|
String |
getWidgetVar() |
|
String |
resolveWidgetVar() |
|
void |
setItemLabel(String _itemLabel) |
|
void |
setLabelledBy(String labelledBy) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviorsgetAccesskey, 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, setTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, 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, setTransientaddValidator, 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, validateValuegetConverter, getLocalValue, getValue, setConverterpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public static final String CHECKBOX_BOX_CLASS
public static final String CHECKBOX_INPUT_WRAPPER_CLASS
public static final String CHECKBOX_ICON_CLASS
public static final String CHECKBOX_CHECKED_ICON_CLASS
public static final String LABEL_CLASS
public static final String MOBILE_STYLE_CLASS
public static final String MOBILE_LABEL_OFF_CLASS
public static final String MOBILE_LABEL_ON_CLASS
public String getFamily()
getFamily in class javax.faces.component.UISelectBooleanpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getItemLabel()
public void setItemLabel(String _itemLabel)
public String getInputClientId()
getInputClientId in interface InputHolderpublic String getValidatableInputClientId()
getValidatableInputClientId in interface InputHolderpublic void setLabelledBy(String labelledBy)
setLabelledBy in interface InputHolderpublic String getLabelledBy()
getLabelledBy in interface InputHolderpublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.