java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
javax.faces.component.UISelectBoolean
- All Implemented Interfaces:
- EditableValueHolder, StateHolder, ValueHolder
- public class UISelectBoolean
- extends UIInput
see Javadoc of JSF Specification
- Version:
- $Revision: 167580 $ $Date: 2005-02-08 13:15:04 -0500 (Tue, 08 Feb 2005) $
| Fields inherited from class javax.faces.component.UIOutput |
|
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, restoreState, saveState, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
DEFAULT_RENDERER_TYPE
private static final java.lang.String DEFAULT_RENDERER_TYPE
- See Also:
- Constant Field Values
UISelectBoolean
public UISelectBoolean()
setSelected
public void setSelected(boolean selected)
isSelected
public boolean isSelected()
getValueBinding
public javax.faces.el.ValueBinding getValueBinding(java.lang.String name)
- Overrides:
getValueBinding in class UIComponentBase
setValueBinding
public void setValueBinding(java.lang.String name,
javax.faces.el.ValueBinding binding)
- Overrides:
setValueBinding in class UIComponentBase
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily in class UIInput