|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.BIComponentBase
oracle.adf.view.faces.bi.component.UIViewComponent
public abstract class UIViewComponent
This is the base class for all BI ADF Faces View Components such as Graph, Pivot Table, Table, Map, PagingControl and FTA. UIDataView extends this class. View Components that are not appropriate to extend UIDataView can extend this class directly for example FTA. Graph, Pivot Table and Table extend UIDataView. Map and PagingControl developers should decide if they should extend UIDataView or UIViewComponent. This class primarily contains base state implementation.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIViewComponent()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
abstract java.lang.String |
getXMLAsString()
Retrieves the XML representation of this CoreGraph . |
abstract void |
initialize(java.util.Hashtable env)
The persistence service calls this method when the view is restored from the BI Beans Catalog. |
abstract boolean |
setXMLAsString(java.lang.String xml)
Specifies the XML representation of this CoreGraph . |
abstract void |
specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
Application developers do not need to call this method. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
Constructor Detail |
---|
public UIViewComponent()
Method Detail |
---|
public abstract boolean setXMLAsString(java.lang.String xml) throws oracle.dss.util.persistence.BIPersistenceException
CoreGraph
.
The persistence service calls this method when the view is restored
from the BI Beans Catalog.
Application developers should not call this method.
xml
- The XML representation of the view.
true
if the XML was successfully set,
false
if not.
oracle.dss.util.persistence.BIPersistenceException
- If a problem occurs in setting the XML.public abstract java.lang.String getXMLAsString()
CoreGraph
.
This method is called by the persistence service when you save the
CoreGraph
to the BI Beans Catalog.
Application developers should not call this method.
CoreGraph
.public abstract void specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
public abstract void initialize(java.util.Hashtable env)
env
- protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComponentBase
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |