javax.faces.component
Class UISelectBoolean

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by javax.faces.component.UISelectBoolean
All Implemented Interfaces:
EditableValueHolder, StateHolder, ValueHolder
Direct Known Subclasses:
HtmlSelectBooleanCheckbox

public class UISelectBoolean
extends UIInput

Events:

Type Phases Description
javax.faces.event.ValueChangeEvent The valueChange event is delivered when the value attribute is changed.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
UISelectBoolean()
          Construct an instance of the UISelectBoolean.
 
Method Summary
 java.lang.String getFamily()
           
 ValueBinding getValueBinding(java.lang.String name)
          Deprecated. Use getValueExpression instead
 javax.el.ValueExpression getValueExpression(java.lang.String name)
           
 boolean isSelected()
           
 void setSelected(boolean selected)
           
 void setValueBinding(java.lang.String name, ValueBinding binding)
          Deprecated. Use setValueExpression instead
 void setValueExpression(java.lang.String name, javax.el.ValueExpression binding)
           
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UISelectBoolean

public UISelectBoolean()
Construct an instance of the UISelectBoolean.

Method Detail

setSelected

public void setSelected(boolean selected)

isSelected

public boolean isSelected()

getValueBinding

public ValueBinding getValueBinding(java.lang.String name)
Deprecated. Use getValueExpression instead

Description copied from class: UIComponentBase
Get the named value-binding associated with this component.

Value-bindings are stored in a map associated with the component, though there is commonly a property (setter/getter methods) of the same name defined on the component itself which evaluates the value-binding when called.

Overrides:
getValueBinding in class UIComponentBase

setValueBinding

public void setValueBinding(java.lang.String name,
                            ValueBinding binding)
Deprecated. Use setValueExpression instead

Description copied from class: UIComponentBase
Put the provided value-binding into a map of value-bindings associated with this component.

Overrides:
setValueBinding in class UIComponentBase

getValueExpression

public javax.el.ValueExpression getValueExpression(java.lang.String name)
Overrides:
getValueExpression in class UIComponent

setValueExpression

public void setValueExpression(java.lang.String name,
                               javax.el.ValueExpression binding)
Overrides:
setValueExpression in class UIComponent

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class UIInput


Copyright © 2010 Apache Software Foundation. All Rights Reserved.