@Concealed public abstract class UIViewComponent extends BIComponentBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Constructor and Description |
---|
UIViewComponent()
Internal use only.
|
UIViewComponent(java.lang.String rendererType)
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
abstract java.lang.String |
getXMLAsString()
Retrieves the XML representation of this
UIViewComponent . |
abstract void |
initialize(java.util.Hashtable env)
Internal use only.
|
abstract boolean |
setXMLAsString(java.lang.String xml)
Specifies the XML representation of this
UIViewComponent . |
abstract void |
specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
Deprecated.
a non-functional BI Beans Catalog related class that should be removed
Application developers should not call this method.
Views implementing this method should specify View specific attributes on
the attrs object.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
@Concealed public UIViewComponent()
@Concealed public UIViewComponent(java.lang.String rendererType)
public abstract boolean setXMLAsString(java.lang.String xml) throws oracle.dss.util.persistence.BIPersistenceException
UIViewComponent
.
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()
UIViewComponent
.
Application developers should not call this method.
CoreGraph
.@Deprecated @Concealed public abstract void specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
@Concealed public abstract void initialize(java.util.Hashtable env)
env
- protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComponentBase