oracle.adf.view.faces.component
Class UIXOutput
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.UIXOutput
- All Implemented Interfaces:
- javax.faces.component.StateHolder, javax.faces.component.ValueHolder
- Direct Known Subclasses:
- CoreOutputFormatted, CoreOutputLabel, CoreOutputText
- public class UIXOutput
- extends UIXValue
UIXOutput is a concrete base class for all ADF Faces output components that
support type conversion. All UIXOutput classes output something,
but they all also support a "value" attribute that can be converted
into a String with a javax.faces.convert.Converter
.
Constructor Summary |
UIXOutput()
Construct an instance of the UIXOutput. |
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addFacesListener, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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 |
TYPE
public static final FacesBean.Type TYPE
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
UIXOutput
public UIXOutput()
- Construct an instance of the UIXOutput.
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.