public abstract class UIDataView extends UIViewComponent implements javax.faces.component.NamingContainer, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.ValueHolder
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
CLICK_EVENT_TYPE |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILL_ACTION_KEY |
static java.lang.Object |
DRILL_ACTION_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILL_REQUESTED_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILL_REQUESTING_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILLING_ENABLED_KEY |
static int |
IMAGE_FORMAT_AUTO
Deprecated.
the
flash-player-usage ADF configuration parameter should be used instead. |
static int |
IMAGE_FORMAT_FLASH
ImageFormat: Flash.
|
static int |
IMAGE_FORMAT_HTML5
Renders using HTML5 technologies when they are available on the client.
|
static int |
IMAGE_FORMAT_PNG
ImageFormat: PNG.
|
static int |
IMAGE_FORMAT_PNG_STAMPED
ImageFormat: PNG stamped
Set this when the component is used in adf table column via stamping
|
static int |
IMAGE_FORMAT_SVG
Deprecated.
|
static int |
immediate
Content Delivery: immediate.
|
static int |
lazy
Content Delivery: lazy.
|
protected static oracle.adf.share.logging.ADFLogger |
logger |
protected static java.lang.String |
LOGGERCLASS |
protected static java.util.Locale |
m_locale |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_SUBMIT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TOKEN_SUBSTITUTION_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
Constructor and Description |
---|
UIDataView() |
UIDataView(java.lang.String rendererType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
_getLayerLabel(DataAccess da,
int edge,
int layer)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
_getMemberLabel(DataAccess da,
int edge,
int[] hPos,
int memberLayer,
int hIndex)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
_getMemberLabel(DataAccess da,
int edge,
int layer,
int slice)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
addActionListener(javax.faces.event.ActionListener listener) |
void |
addDrillListener(DrillListener listener) |
void |
broadcast(javax.faces.event.FacesEvent event)
Broadcast an event to a MethodBinding.
|
void |
clearWaitDataForAllRows()
Deprecated.
As of 11.1.1.0.0, no replacement
|
protected void |
drill(DrillEvent drillEvent) |
protected void |
fireEventToAppListener(javax.faces.context.FacesContext context,
javax.faces.event.FacesEvent event) |
javax.faces.el.MethodBinding |
getAction() |
javax.el.MethodExpression |
getActionExpression() |
javax.faces.el.MethodBinding |
getActionListener() |
javax.faces.event.ActionListener[] |
getActionListeners() |
java.lang.Object |
getActionType() |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
javax.faces.convert.Converter |
getConverter() |
DataModel |
getDataModel() |
protected abstract DataModel |
getDefaultDataModel() |
java.lang.String |
getDescription()
Deprecated.
As of 11.1.1.0.0, no replacement
|
javax.el.MethodExpression |
getDrillAction() |
DrillListener[] |
getDrillListeners() |
javax.el.MethodExpression |
getDrillRequestedListener() |
javax.el.MethodExpression |
getDrillRequestingListener() |
java.lang.Object |
getFacet(java.lang.String name,
java.lang.Class clazz)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getFamily() |
java.lang.String |
getLayerLabel(DataAccess da,
int edge,
int layer)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getLayerMetadataLabelType()
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getLayerMetadataLabelType(int edge)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.Object |
getLocalValue() |
java.lang.String |
getMemberLabel(DataAccess da,
int edge,
int[] hPos,
int memberLayer,
int hIndex)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getMemberLabel(DataAccess da,
int edge,
int layer,
int slice)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getMemberMetadataLabelType()
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getMemberMetadataLabelType(int edge)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String[] |
getPartialTriggers() |
int |
getSuppressFontName()
Deprecated.
As of 11.1.1.0.0, no replacement
|
TokenSubstitution |
getTokenSubstitution()
Retrieves the TokenSubstitution.
|
java.lang.Object |
getValue() |
WaitData |
getWaitDataForRow(int row)
Deprecated.
As of 11.1.1.0.0, no replacement
|
java.lang.String |
getXMLAsString()
Retrieves the XML representation of this
CoreGraph . |
int |
getZoomFactor()
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
initialize(java.util.Hashtable env)
Deprecated.
As of 11.1.1.0.0, no replacement
|
boolean |
isDrillingEnabled() |
boolean |
isEnabled()
Deprecated.
As of 11.1.1.0.0, no replacement
|
boolean |
isImmediate()
returns true if the actionType is PIVOT_ACTION_TYPE
|
boolean |
isLayerMetadataLabelTypeSupported(java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
boolean |
isMemberMetadataLabelTypeSupported(java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
boolean |
isPartialSubmit() |
void |
queueEvent(javax.faces.event.FacesEvent e) |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
removeDrillListener(DrillListener listener) |
void |
setAction(javax.faces.el.MethodBinding action) |
void |
setActionExpression(javax.el.MethodExpression action) |
void |
setActionListener(javax.faces.el.MethodBinding listener) |
void |
setActionType(java.lang.Object actionType) |
void |
setConverter(javax.faces.convert.Converter converter) |
void |
setDataModel(DataModel model) |
void |
setDescription(java.lang.String n)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setDrillAction(javax.el.MethodExpression drillAction) |
void |
setDrillingEnabled(boolean b)
Specifies whether drilling is allowed in this view.
|
void |
setDrillRequestedListener(javax.el.MethodExpression drillRequestedListener) |
void |
setDrillRequestingListener(javax.el.MethodExpression drillRequestingListener) |
void |
setEnabled(boolean enabled)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setImmediate(boolean immediate)
no-op.
|
void |
setLayerMetadataLabelType(int edge,
java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setLayerMetadataLabelType(java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setMemberMetadataLabelType(int edge,
java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setMemberMetadataLabelType(java.lang.String type)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setPartialSubmit(boolean partialSubmit) |
void |
setPartialTriggers(java.lang.String[] ids) |
void |
setSuppressFontName(int locale)
Deprecated.
As of 11.1.1.0.0, no replacement
|
void |
setTokenSubstitution(TokenSubstitution callback)
Specifies the TokenSubstitution.
|
void |
setValue(java.lang.Object value) |
void |
setWaitDataForRow(int row,
WaitData waitData)
Deprecated.
As of 11.1.1.0.0, no replacement
|
boolean |
setXMLAsString(java.lang.String xml)
Specifies the XML representation of this
CoreGraph . |
void |
specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
Deprecated.
As of 11.1.1.0.0, no replacement
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, 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, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILLING_ENABLED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_SUBMIT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILL_REQUESTING_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILL_REQUESTED_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILL_ACTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TOKEN_SUBSTITUTION_KEY
public static final java.lang.Object DRILL_ACTION_TYPE
public static final java.lang.Object CLICK_EVENT_TYPE
public static final int IMAGE_FORMAT_PNG
public static final int IMAGE_FORMAT_SVG
@Deprecated public static final int IMAGE_FORMAT_AUTO
flash-player-usage
ADF configuration parameter should be used instead.public static final int IMAGE_FORMAT_FLASH
public static final int IMAGE_FORMAT_PNG_STAMPED
public static final int IMAGE_FORMAT_HTML5
public static final int lazy
public static final int immediate
protected static transient java.util.Locale m_locale
protected static java.lang.String LOGGERCLASS
protected static oracle.adf.share.logging.ADFLogger logger
public UIDataView()
public UIDataView(java.lang.String rendererType)
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void setPartialTriggers(java.lang.String[] ids)
public java.lang.String[] getPartialTriggers()
public boolean isPartialSubmit()
public void setPartialSubmit(boolean partialSubmit)
public final javax.el.MethodExpression getDrillRequestingListener()
public final void setDrillRequestingListener(javax.el.MethodExpression drillRequestingListener)
public final javax.el.MethodExpression getDrillRequestedListener()
public final void setDrillRequestedListener(javax.el.MethodExpression drillRequestedListener)
public final javax.el.MethodExpression getDrillAction()
public final void setDrillAction(javax.el.MethodExpression drillAction)
public void queueEvent(javax.faces.event.FacesEvent e)
queueEvent
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void addDrillListener(DrillListener listener)
public void removeDrillListener(DrillListener listener)
public DrillListener[] getDrillListeners()
public javax.faces.el.MethodBinding getAction()
getAction
in interface javax.faces.component.ActionSource
public void setAction(javax.faces.el.MethodBinding action)
setAction
in interface javax.faces.component.ActionSource
public javax.el.MethodExpression getActionExpression()
getActionExpression
in interface javax.faces.component.ActionSource2
public javax.faces.el.MethodBinding getActionListener()
getActionListener
in interface javax.faces.component.ActionSource
public void setActionListener(javax.faces.el.MethodBinding listener)
setActionListener
in interface javax.faces.component.ActionSource
public void setActionExpression(javax.el.MethodExpression action)
setActionExpression
in interface javax.faces.component.ActionSource2
public void addActionListener(javax.faces.event.ActionListener listener)
addActionListener
in interface javax.faces.component.ActionSource
public void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener
in interface javax.faces.component.ActionSource
public javax.faces.event.ActionListener[] getActionListeners()
getActionListeners
in interface javax.faces.component.ActionSource
public boolean isImmediate()
isImmediate
in interface javax.faces.component.ActionSource
public void setImmediate(boolean immediate)
setImmediate
in interface javax.faces.component.ActionSource
public final void setTokenSubstitution(TokenSubstitution callback)
public final TokenSubstitution getTokenSubstitution()
public boolean isEnabled()
public void setEnabled(boolean enabled)
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class UIViewComponent
public java.lang.Object getActionType()
public void setActionType(java.lang.Object actionType)
protected void drill(DrillEvent drillEvent)
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class org.apache.myfaces.trinidad.component.UIXComponentBase
javax.faces.event.AbortProcessingException
protected void fireEventToAppListener(javax.faces.context.FacesContext context, javax.faces.event.FacesEvent event)
public java.lang.Object getFacet(java.lang.String name, java.lang.Class clazz)
public final void setValue(java.lang.Object value)
setValue
in interface javax.faces.component.ValueHolder
public final java.lang.Object getValue()
getValue
in interface javax.faces.component.ValueHolder
public final void setDataModel(DataModel model)
protected abstract DataModel getDefaultDataModel()
public DataModel getDataModel()
public final void setDescription(java.lang.String n)
public final java.lang.String getDescription()
public void setDrillingEnabled(boolean b)
b
- true
to enable drilling;
false
to disable drilling.public boolean isDrillingEnabled()
public void setWaitDataForRow(int row, WaitData waitData)
public WaitData getWaitDataForRow(int row)
public void clearWaitDataForAllRows()
public void setSuppressFontName(int locale)
public int getZoomFactor()
public int getSuppressFontName()
public java.lang.String getMemberLabel(DataAccess da, int edge, int layer, int slice) throws EdgeOutOfRangeException, LayerOutOfRangeException, SliceOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
public java.lang.String getMemberLabel(DataAccess da, int edge, int[] hPos, int memberLayer, int hIndex) throws EdgeOutOfRangeException, LayerOutOfRangeException, SliceOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
public java.lang.String _getLayerLabel(DataAccess da, int edge, int layer) throws EdgeOutOfRangeException, LayerOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
public java.lang.String _getMemberLabel(DataAccess da, int edge, int layer, int slice) throws EdgeOutOfRangeException, LayerOutOfRangeException, SliceOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
public java.lang.String _getMemberLabel(DataAccess da, int edge, int[] hPos, int memberLayer, int hIndex) throws EdgeOutOfRangeException, LayerOutOfRangeException, SliceOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
public java.lang.String getLayerLabel(DataAccess da, int edge, int layer) throws EdgeOutOfRangeException, LayerOutOfRangeException
EdgeOutOfRangeException
LayerOutOfRangeException
public boolean isMemberMetadataLabelTypeSupported(java.lang.String type)
public boolean isLayerMetadataLabelTypeSupported(java.lang.String type)
public void setMemberMetadataLabelType(int edge, java.lang.String type)
public java.lang.String getMemberMetadataLabelType(int edge)
public void setLayerMetadataLabelType(int edge, java.lang.String type)
public java.lang.String getLayerMetadataLabelType(int edge)
public void setMemberMetadataLabelType(java.lang.String type)
public java.lang.String getMemberMetadataLabelType()
public void setLayerMetadataLabelType(java.lang.String type)
public java.lang.String getLayerMetadataLabelType()
public void initialize(java.util.Hashtable env)
UIViewComponent
initialize
in class UIViewComponent
public 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.
getXMLAsString
in class UIViewComponent
CoreGraph
.public 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.setXMLAsString
in class UIViewComponent
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 void specifyPersistableAttributes(oracle.dss.util.persistence.PersistableAttributes attrs)
UIViewComponent
specifyPersistableAttributes
in class UIViewComponent
public java.lang.Object getLocalValue()
getLocalValue
in interface javax.faces.component.ValueHolder
public javax.faces.convert.Converter getConverter()
getConverter
in interface javax.faces.component.ValueHolder
public void setConverter(javax.faces.convert.Converter converter)
setConverter
in interface javax.faces.component.ValueHolder