public class TriStateCheckbox extends javax.faces.component.html.HtmlInputText implements Widget
Modifier and Type | Class and Description |
---|---|
static class |
TriStateCheckbox.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
UI_ICON |
Constructor and Description |
---|
TriStateCheckbox() |
Modifier and Type | Method and 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) |
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
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, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, 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 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 interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.html.HtmlInputText
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.