oracle.adf.view.faces.component
Class UIXValue

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byoracle.adf.view.faces.component.UIXComponent
          extended byoracle.adf.view.faces.component.UIXComponentBase
              extended byoracle.adf.view.faces.component.UIXValue
All Implemented Interfaces:
StateHolder, ValueHolder
Direct Known Subclasses:
UIXEditableValue, UIXOutput

public abstract class UIXValue
extends UIXComponentBase
implements ValueHolder

The UIXValue component contains all the shared attributes supported by all ADF Faces components that support the JSF ValueHolder interface, and therefore support values and Converters.


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static PropertyKey CONVERTER_KEY
           
static FacesBean.Type TYPE
           
static PropertyKey VALUE_KEY
           
 
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Constructor Summary
protected UIXValue()
          Construct an instance of the UIXValue
protected UIXValue(java.lang.String rendererType)
          Construct an instance of the UIXValue.
 
Method Summary
protected  FacesBean.Type getBeanType()
           
 Converter getConverter()
          Gets a converter object
 java.lang.String getFamily()
           
 java.lang.Object getLocalValue()
          Return the locally stored value, ignoring any ValueBinding set for "value".
 java.lang.Object getValue()
          Gets the value of the component
 void setConverter(Converter converter)
          Sets a converter object
 void setValue(java.lang.Object value)
          Sets the value of the component
 
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase
addAttributeChange, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final FacesBean.Type TYPE

VALUE_KEY

public static final PropertyKey VALUE_KEY

CONVERTER_KEY

public static final PropertyKey CONVERTER_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

UIXValue

protected UIXValue(java.lang.String rendererType)
Construct an instance of the UIXValue.


UIXValue

protected UIXValue()
Construct an instance of the UIXValue

Method Detail

getLocalValue

public java.lang.Object getLocalValue()
Return the locally stored value, ignoring any ValueBinding set for "value".

Specified by:
getLocalValue in interface ValueHolder

getValue

public final java.lang.Object getValue()
Gets the value of the component

Specified by:
getValue in interface ValueHolder

setValue

public final void setValue(java.lang.Object value)
Sets the value of the component

Specified by:
setValue in interface ValueHolder

getConverter

public final Converter getConverter()
Gets a converter object

Specified by:
getConverter in interface ValueHolder

setConverter

public final void setConverter(Converter converter)
Sets a converter object

Specified by:
setConverter in interface ValueHolder

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class UIXComponentBase

getBeanType

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


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