oracle.adf.view.faces.component
Class UIXSelectBoolean
java.lang.Object
|
+--javax.faces.component.UIComponent
|
+--oracle.adf.view.faces.component.UIXComponent
|
+--oracle.adf.view.faces.component.UIXComponentBase
|
+--oracle.adf.view.faces.component.UIXValueComponentBase
|
+--oracle.adf.view.faces.component.UIXValue
|
+--oracle.adf.view.faces.component.UIXEditableValueComponentBase
|
+--oracle.adf.view.faces.component.UIXEditableValue
|
+--oracle.adf.view.faces.component.UIXSelectBoolean
- All Implemented Interfaces:
- javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
- Direct Known Subclasses:
- CoreSelectBooleanCheckbox, CoreSelectBooleanRadio
- public class UIXSelectBoolean
- extends UIXEditableValue
Base class for input components whose value is true or false.
Events:
Type |
Phases |
Description |
javax.faces.event.ValueChangeEvent |
Process Validations Apply Request Values |
Event delivered when a new value is entered by a user.
|
It does not support any children.
Constructor Summary |
UIXSelectBoolean()
Construct an instance of the UIXSelectBoolean. |
Methods inherited from class oracle.adf.view.faces.component.UIXEditableValueComponentBase |
addValidator, addValueChangeListener, broadcast, compareValues, getConvertedValue, getSubmittedValue, getValidators, getValueChangeListeners, isLocalValueSet, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setLocalValueSet, setSubmittedValue, setValid, updateModel, validate, validateValue |
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addFacesListener, createFacesBean, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getIntProperty, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreState, saveState, setAttribute, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, getValue, setConverter, setValue |
TYPE
public static final FacesBean.Type TYPE
SELECTED_KEY
public static final PropertyKey SELECTED_KEY
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
UIXSelectBoolean
public UIXSelectBoolean()
- Construct an instance of the UIXSelectBoolean.
isSelected
public final boolean isSelected()
- Gets whether or not the component is
currently selected. This is a typesafe alias for the "value"
attribute.
setSelected
public final void setSelected(boolean selected)
- Sets whether or not the component is
currently selected. This is a typesafe alias for the "value"
attribute.
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class UIXEditableValue
getBeanType
protected FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class UIXEditableValue
Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.