public class TriStateCheckbox
extends javax.faces.component.html.HtmlInputText
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.tristatecheckbox.TriStateCheckboxBase.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 UI_ICON
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.html.HtmlInputText
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 resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.