public class HtmlCheckBox extends javax.faces.component.html.HtmlSelectBooleanCheckbox implements HtmlInputComponent, AutoFocus, Tooltip, Label, Readonly
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_DESCRIPTION |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_HTML5_AUTO_FOCUS |
protected static String |
PROPERTY_SWITCH |
protected static String |
PROPERTY_VALIDATION_ERROR_PLACEMENT |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlCheckBox() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFamily() |
List<InputComponentFacet> |
getSupportedFacets() |
String |
getValidationErrorPlacement() |
boolean |
isAutoFocus() |
boolean |
isHideLabel() |
boolean |
isSwitch() |
void |
setAutoFocus(boolean autoFocus) |
void |
setDescription(String description) |
void |
setHideLabel(boolean hideLabel) |
void |
setSwitch(boolean switching) |
void |
setValidationErrorPlacement(String validationErrorPlacement) |
getAccesskey, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, 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, setRole, setStyle, setStyleClass, setTabindex, setTitlegetValueBinding, getValueExpression, isSelected, setSelected, setValueBinding, setValueExpressionaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientId, getValuegetStyleClassisValidisReadonlyisRequiredpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_HIDE_LABEL
protected static final String PROPERTY_DESCRIPTION
protected static final String PROPERTY_HTML5_AUTO_FOCUS
protected static final String PROPERTY_SWITCH
protected static final String PROPERTY_VALIDATION_ERROR_PLACEMENT
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetspublic String getFamily()
getFamily in class javax.faces.component.UISelectBooleanpublic boolean isAutoFocus()
isAutoFocus in interface AutoFocuspublic void setAutoFocus(boolean autoFocus)
setAutoFocus in interface AutoFocuspublic boolean isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public boolean isSwitch()
public void setSwitch(boolean switching)
public String getDescription()
public void setDescription(String description)
public String getValidationErrorPlacement()
getValidationErrorPlacement in interface Validationpublic void setValidationErrorPlacement(String validationErrorPlacement)
Copyright © 2018. All rights reserved.