public class UISelectBooleanCheckbox extends AbstractUISelectBooleanCheckbox implements Visual
component.stg with class
SelectBooleanCheckboxTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UISelectBooleanCheckbox() |
| Modifier and Type | Method and Description |
|---|---|
Character |
getAccessKey()
The access key of this control.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getItemLabel()
Label to be displayed to the user for this option.
|
String |
getLabel()
A localized user presentable label for this component.
|
LabelLayout |
getLabelLayout()
Defines the position of the label relative to the field.
|
Markup |
getMarkup() |
Style |
getStyle()
For internal use.
|
Integer |
getTabIndex()
Controls the navigation of the focus through the
input controls on a page with the Tab-Key.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isDisabled()
Flag indicating that this element is disabled.
|
boolean |
isFocus()
Flag indicating this component should receive the focus.
|
boolean |
isReadonly()
Flag indicating that this component will prohibit changes by the user.
|
void |
setAccessKey(Character accessKey) |
void |
setCustomClass(CustomClass customClass) |
void |
setDisabled(boolean disabled) |
void |
setFocus(boolean focus) |
void |
setItemLabel(String itemLabel) |
void |
setLabel(String label) |
void |
setLabelLayout(LabelLayout labelLayout) |
void |
setMarkup(Markup markup) |
void |
setReadonly(boolean readonly) |
void |
setStyle(Style style) |
void |
setTabIndex(Integer tabIndex) |
void |
setTip(String tip) |
getFieldId, isSelected, validateValuegetValue, getValueBinding, getValueExpression, setSelected, setValueBinding, setValueExpressionaddValidator, addValueChangeListener, broadcast, 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, validategetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, initialStateMarked, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UISelectBooleanpublic LabelLayout getLabelLayout()
getLabelLayout in interface SupportsLabelLayoutpublic void setLabelLayout(LabelLayout labelLayout)
setLabelLayout in interface SupportsLabelLayoutpublic boolean isFocus()
falseisFocus in class AbstractUISelectBooleanCheckboxpublic void setFocus(boolean focus)
public Integer getTabIndex()
getTabIndex in class AbstractUISelectBooleanCheckboxpublic void setTabIndex(Integer tabIndex)
public String getLabel()
getLabel in interface SupportsAccessKeygetLabel in class AbstractUISelectBooleanCheckboxpublic void setLabel(String label)
public String getItemLabel()
getItemLabel in class AbstractUISelectBooleanCheckboxpublic void setItemLabel(String itemLabel)
setItemLabel in class AbstractUISelectBooleanCheckboxpublic boolean isReadonly()
falseisReadonly in class AbstractUISelectBooleanCheckboxpublic void setReadonly(boolean readonly)
public Character getAccessKey()
getAccessKey in interface SupportsAccessKeypublic void setAccessKey(Character accessKey)
public CustomClass getCustomClass()
<tc:in>
<tc:style customClass="my-emphasized"/>
</tc:in>
One capability is, to used external CSS libs.
getCustomClass in interface Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic boolean isDisabled()
falseisDisabled in class AbstractUISelectBooleanCheckboxpublic void setDisabled(boolean disabled)
public String getTip()
public void setTip(String tip)
public Style getStyle()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.