oracle.adf.view.faces.component
Class UIXEditableValue

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
All Implemented Interfaces:
javax.faces.component.EditableValueHolder, javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
SelectManyBase, SelectOneBase, UIXInput, UIXSelectBoolean, UIXSelectInput

public abstract class UIXEditableValue
extends UIXEditableValueComponentBase

The editableValue web element contains all the shared attributes supported by all UIX beans that support the JSF EditableValueHolder interface.

Events:

Type Phases Description
javax.faces.event.ValueChangeEvent Process Validations
Apply Request Values
Event delivered when a new value is entered by a user.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static PropertyKey IMMEDIATE_KEY
           
static PropertyKey REQUIRED_KEY
           
static FacesBean.Type TYPE
           
static PropertyKey VALIDATOR_KEY
           
static PropertyKey VALUE_CHANGE_LISTENER_KEY
           
 
Fields inherited from class oracle.adf.view.faces.component.UIXEditableValueComponentBase
LOCAL_VALUE_SET_KEY, SUBMITTED_VALUE_KEY, VALID_KEY, VALIDATORS_KEY
 
Fields inherited from class oracle.adf.view.faces.component.UIXValue
CONVERTER_KEY, VALUE_KEY
 
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Constructor Summary
UIXEditableValue(java.lang.String rendererType)
          Construct an instance of the UIXEditableValue.
 
Method Summary
protected  FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 javax.faces.el.MethodBinding getValidator()
          Gets a method reference to a validator method
 javax.faces.el.MethodBinding getValueChangeListener()
          Gets a method reference to an value change listener
 boolean isImmediate()
          Gets whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.
 boolean isRequired()
          Gets whether a non-null, non-empty value must be entered
 void setImmediate(boolean immediate)
          Sets whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.
 void setRequired(boolean required)
          Sets whether a non-null, non-empty value must be entered
 void setValidator(javax.faces.el.MethodBinding validator)
          Sets a method reference to a validator method
 void setValueChangeListener(javax.faces.el.MethodBinding valueChangeListener)
          Sets a method reference to an value change listener
 
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.UIXValue
getConverter, getValue, setConverter, setValue
 
Methods inherited from class oracle.adf.view.faces.component.UIXValueComponentBase
getLocalValue
 
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
 

Field Detail

TYPE

public static final FacesBean.Type TYPE

IMMEDIATE_KEY

public static final PropertyKey IMMEDIATE_KEY

REQUIRED_KEY

public static final PropertyKey REQUIRED_KEY

VALIDATOR_KEY

public static final PropertyKey VALIDATOR_KEY

VALUE_CHANGE_LISTENER_KEY

public static final PropertyKey VALUE_CHANGE_LISTENER_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
Constructor Detail

UIXEditableValue

public UIXEditableValue(java.lang.String rendererType)
Construct an instance of the UIXEditableValue.

Method Detail

isImmediate

public final boolean isImmediate()
Gets whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.


setImmediate

public final void setImmediate(boolean immediate)
Sets whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.


isRequired

public final boolean isRequired()
Gets whether a non-null, non-empty value must be entered


setRequired

public final void setRequired(boolean required)
Sets whether a non-null, non-empty value must be entered


getValidator

public final javax.faces.el.MethodBinding getValidator()
Gets a method reference to a validator method


setValidator

public final void setValidator(javax.faces.el.MethodBinding validator)
Sets a method reference to a validator method


getValueChangeListener

public final javax.faces.el.MethodBinding getValueChangeListener()
Gets a method reference to an value change listener


setValueChangeListener

public final void setValueChangeListener(javax.faces.el.MethodBinding valueChangeListener)
Sets a method reference to an value change listener


getFamily

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

getBeanType

protected FacesBean.Type getBeanType()
Overrides:
getBeanType in class UIXValue


Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.