Modifier and Type | Class | Description |
---|---|---|
static class |
TriStateCheckbox.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
UI_ICON |
Constructor | Description |
---|---|
TriStateCheckbox() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDefaultEventName() |
|
String |
getFamily() |
|
String |
getItemLabel() |
|
String |
getStateOneIcon() |
|
String |
getStateOneTitle() |
|
String |
getStateThreeIcon() |
|
String |
getStateThreeTitle() |
|
String |
getStateTwoIcon() |
|
String |
getStateTwoTitle() |
|
String |
getWidgetVar() |
|
String |
resolveWidgetVar() |
|
void |
setItemLabel(String _itemLabel) |
|
void |
setStateOneIcon(String _stateOneIcon) |
|
void |
setStateOneTitle(String _stateOneTitle) |
|
void |
setStateThreeIcon(String _stateThreeIcon) |
|
void |
setStateThreeTitle(String _stateThreeTitle) |
|
void |
setStateTwoIcon(String _stateTwoIcon) |
|
void |
setStateTwoTitle(String _stateTwoTitle) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviors
getAccesskey, getAlt, getAutocomplete, getDir, getEventNames, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setStyleClass, setTabindex, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
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
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String UI_ICON
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getStateOneIcon()
public void setStateOneIcon(String _stateOneIcon)
public String getStateTwoIcon()
public void setStateTwoIcon(String _stateTwoIcon)
public String getStateThreeIcon()
public void setStateThreeIcon(String _stateThreeIcon)
public String getItemLabel()
public void setItemLabel(String _itemLabel)
public String getStateOneTitle()
public void setStateOneTitle(String _stateOneTitle)
public String getStateTwoTitle()
public void setStateTwoTitle(String _stateTwoTitle)
public String getStateThreeTitle()
public void setStateThreeTitle(String _stateThreeTitle)
public String getDefaultEventName()
getDefaultEventName
in class javax.faces.component.html.HtmlInputText
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.