Class InputSwitchBase
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.primefaces.component.inputswitch.InputSwitchBase
- All Implemented Interfaces:
EventListener,javax.faces.component.behavior.ClientBehaviorHolder,javax.faces.component.EditableValueHolder,javax.faces.component.PartialStateHolder,javax.faces.component.StateHolder,javax.faces.component.TransientStateHolder,javax.faces.component.ValueHolder,javax.faces.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,PrimeClientBehaviorHolder,Widget
- Direct Known Subclasses:
InputSwitch
@Deprecated(since="10.0",
forRemoval=true)
public abstract class InputSwitchBase
extends javax.faces.component.UIInput
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Deprecated, for removal: This API element is subject to removal in a future version.
in 10.0 use ToggleSwitch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class javax.faces.component.UIInput
ALWAYS_PERFORM_VALIDATION_WHEN_REQUIRED_IS_TRUE, COMPONENT_TYPE, CONVERSION_MESSAGE_ID, EMPTY_STRING_AS_NULL_PARAM_NAME, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAMEFields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEYFields inherited from interface org.primefaces.component.api.PrimeClientBehaviorHolder
DEFAULT_SELECT_EVENT_NAMESFields inherited from interface org.primefaces.component.api.Widget
ATTR_WIDGET_VAR_PATTERN, CALLBACK_POST_CONSTRUCT, CALLBACK_POST_REFRESH, CALLBACK_PRE_DESTROY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getLabel()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getStyle()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetDisabled(boolean disabled) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetOffLabel(String offLabel) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetOnchange(String onchange) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOnfocus(String onfocus) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOnLabel(String onLabel) Deprecated, for removal: This API element is subject to removal in a future version.voidsetShowLabels(boolean showLabels) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetStyleClass(String styleClass) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTabindex(String tabindex) Deprecated, for removal: This API element is subject to removal in a future version.voidsetWidgetVar(String widgetVar) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class javax.faces.component.UIInput
addValidator, 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, validateValueMethods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, setConverterMethods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventMethods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesMethods inherited from interface org.primefaces.component.api.PrimeClientBehaviorHolder
getBehaviorEventMappingMethods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, setConverterMethods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
Field Details
-
COMPONENT_FAMILY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
DEFAULT_RENDERER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
InputSwitchBase
public InputSwitchBase()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFamily
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getFamilyin classjavax.faces.component.UIInput
-
getWidgetVar
Deprecated, for removal: This API element is subject to removal in a future version. -
setWidgetVar
Deprecated, for removal: This API element is subject to removal in a future version. -
getOnLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
setOnLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
getOffLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
setOffLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
getLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
setLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
isDisabled
public boolean isDisabled()Deprecated, for removal: This API element is subject to removal in a future version. -
setDisabled
public void setDisabled(boolean disabled) Deprecated, for removal: This API element is subject to removal in a future version. -
getOnchange
Deprecated, for removal: This API element is subject to removal in a future version. -
setOnchange
Deprecated, for removal: This API element is subject to removal in a future version. -
getStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
setStyle
Deprecated, for removal: This API element is subject to removal in a future version. -
getStyleClass
Deprecated, for removal: This API element is subject to removal in a future version. -
setStyleClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getTabindex
Deprecated, for removal: This API element is subject to removal in a future version. -
setTabindex
Deprecated, for removal: This API element is subject to removal in a future version. -
isShowLabels
public boolean isShowLabels()Deprecated, for removal: This API element is subject to removal in a future version. -
setShowLabels
public void setShowLabels(boolean showLabels) Deprecated, for removal: This API element is subject to removal in a future version. -
getOnfocus
Deprecated, for removal: This API element is subject to removal in a future version. -
setOnfocus
Deprecated, for removal: This API element is subject to removal in a future version. -
getOnblur
Deprecated, for removal: This API element is subject to removal in a future version. -
setOnblur
Deprecated, for removal: This API element is subject to removal in a future version.
-