|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| 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
org.apache.myfaces.trinidad.component.UIXCollection
oracle.adf.view.faces.bi.component.thematicMap.UIDataLayer
public class UIDataLayer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
|---|
org.apache.myfaces.trinidad.component.UIXCollection.NoColumnFacetsVisitContext |
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_DATACHANGE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ANIMATION_DURATION_KEY
|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_DELIVERY_KEY
|
protected static java.lang.String |
DEFAULT_ANIMATIONONLAYERCHANGE
|
protected static java.lang.String |
DEFAULT_CONTENT_DELIVERY_MODE
|
protected static java.lang.String |
DEFAULT_SELECTION_MODE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISCLOSED_ROW_KEYS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
EMPTY_TEXT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
POPUP_CONTEXT_ROW_KEY_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROW_DISCLOSURE_LISTENER_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTED_ROW_KEYS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTION_LISTENER_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTION_MODE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VAR_STATUS_KEY
|
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
|---|
VAR_KEY |
| 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 |
|---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
UIDataLayer()
|
|
UIDataLayer(java.lang.String rendererType)
|
|
| Method Summary | |
|---|---|
void |
addRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
Adds a rowDisclosure listener. |
void |
addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Adds a selection listener. |
void |
broadcast(javax.faces.event.FacesEvent event)
|
protected void |
broadcastActionEvent(ThematicMapActionEvent ae)
|
protected org.apache.myfaces.trinidad.model.CollectionModel |
createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current,
java.lang.Object value)
|
int |
getAnimationDuration()
Gets the animation duration in milliseconds. |
java.lang.String |
getAnimationOnDataChange()
Gets the type of animation to apply when the value of an dataLayer changes. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getContentDelivery()
Gets whether data should be fetched when the component is rendered initially. |
org.apache.myfaces.trinidad.model.RowKeySet |
getDisclosedRowKeys()
Gets the disclosed state for this component. |
java.lang.String |
getEmptyText()
Gets the text to display in the legend when the data layer has no data |
java.lang.String |
getFamily()
|
org.apache.myfaces.trinidad.model.CollectionModel |
getModel()
|
java.lang.String[] |
getPartialTriggers()
Retrieves the ids of the partial triggers for the data layer |
protected java.lang.Object |
getPopupContextRowKey()
For internal use only |
java.lang.String |
getRendererType()
|
javax.el.MethodExpression |
getRowDisclosureListener()
Gets a method reference to an ExpansionListener |
org.apache.myfaces.trinidad.event.RowDisclosureListener[] |
getRowDisclosureListeners()
Returns an array of attached rowDisclosure listeners. |
org.apache.myfaces.trinidad.model.RowKeySet |
getSelectedRowKeys()
Gets the selection state for this component. |
javax.el.MethodExpression |
getSelectionListener()
Gets a method reference to a selection listener |
org.apache.myfaces.trinidad.event.SelectionListener[] |
getSelectionListeners()
Returns an array of attached selection listeners. |
java.lang.String |
getSelectionMode()
Gets whether stamps in the data layer can be selected or not. |
java.lang.String |
getShortDesc()
Gets the short description for the component |
java.lang.Object |
getValue()
Gets the data model being used by this data layer. |
java.lang.String |
getVarStatus()
|
boolean |
invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback)
|
protected void |
postCreateCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel model)
|
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
|
void |
removeRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
Removes a rowDisclosure listener. |
void |
removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Removes a selection listener. |
void |
setAnimationDuration(int animationDuration)
Specifies the animation duration in milliseconds. |
void |
setAnimationOnDataChange(java.lang.String animationOnDataChange)
Specifies the type of animation to apply when the value of a dataLayer changes. |
void |
setContentDelivery(java.lang.String contentDelivery)
Specifies whether data should be fetched when the component is rendered initially. |
void |
setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
Sets the disclosed state for this component. |
void |
setEmptyText(java.lang.String emptyText)
Sets the text to display in the legend when the data layer has no data |
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Specifies the ids of the partial triggers for the data layer |
protected void |
setPopupContextRowKey(java.lang.Object rowKey)
For internal use only |
void |
setRowDisclosureListener(javax.el.MethodExpression rowDisclosureListener)
Sets a method reference to an ExpansionListener |
void |
setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
Sets the selection state for this component. |
void |
setSelectionListener(javax.el.MethodExpression selectionListener)
Sets a method reference to a selection listener |
void |
setSelectionMode(java.lang.String selectionMode)
Specifies whether stamps in the data layer can be selected or not. |
void |
setShortDesc(java.lang.String shortDesc)
Sets the short description for the component |
void |
setValue(java.lang.Object value)
Sets the data model being used by this data layer. |
void |
setVarStatus(java.lang.String varStatus)
For internal use only |
protected boolean |
visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
|
boolean |
visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
|
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
|---|
areRowsAvailable, areRowsAvailable, areRowsAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, defaultVisitChildren, encodeBegin, encodeEnd, getCachingStrategy, getClientRowKey, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, isRowAvailable, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postRowDataChange, preRowDataChange, processComponent, processDecodes, processSaveState, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setVar, updateChildrenImpl, validateChildrenImpl, visitChildren, visitChildrenWithoutIterating, visitUnstampedFacets |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processUpdates, processValidators, removeAttributeChangeListener, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, subscribeToEvent, toString, unsubscribeFromEvent, updateChildren, validateChildren |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView |
| 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
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VAR_STATUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_DATACHANGE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ANIMATION_DURATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_MODE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey POPUP_CONTEXT_ROW_KEY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISCLOSED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROW_DISCLOSURE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
protected static final java.lang.String DEFAULT_SELECTION_MODE
protected static final java.lang.String DEFAULT_CONTENT_DELIVERY_MODE
protected static final java.lang.String DEFAULT_ANIMATIONONLAYERCHANGE
| Constructor Detail |
|---|
public UIDataLayer()
public UIDataLayer(java.lang.String rendererType)
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXCollectionjavax.faces.event.AbortProcessingExceptionprotected void broadcastActionEvent(ThematicMapActionEvent ae)
public final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the content delivery modepublic final java.lang.String getVarStatus()
getVarStatus in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final void setVarStatus(java.lang.String varStatus)
public void setAnimationOnDataChange(java.lang.String animationOnDataChange)
animationOnDataChange - the type of animation to apply a dataLayer changepublic java.lang.String getAnimationOnDataChange()
public void setAnimationDuration(int animationDuration)
animationDuration - animation duration in millisecondspublic int getAnimationDuration()
public final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
emptyText - text to display in legendpublic final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
shortDesc - short description for the componentpublic final java.lang.String getSelectionMode()
public final void setSelectionMode(java.lang.String selectionMode)
selectionMode - selection mode for the data layerpublic final org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
public final void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
selectedRowKeys - the new selectedRowKeys valuepublic final org.apache.myfaces.trinidad.model.RowKeySet getDisclosedRowKeys()
public final void setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)
disclosedRowKeys - the new disclosedRowKeys valuepublic final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
selectionListener - the new selectionListener valuepublic final org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
public final void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to addpublic final void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to removepublic final java.lang.String[] getPartialTriggers()
public final void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers - the ids of the partial triggers for this componentpublic final java.lang.Object getValue()
getValue in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final void setValue(java.lang.Object value)
value - data model used by this data layerpublic final javax.el.MethodExpression getRowDisclosureListener()
public final void setRowDisclosureListener(javax.el.MethodExpression rowDisclosureListener)
rowDisclosureListener - the new rowDisclosureListener valuepublic final org.apache.myfaces.trinidad.event.RowDisclosureListener[] getRowDisclosureListeners()
public final void addRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
listener - the rowDisclosure listener to addpublic final void removeRowDisclosureListener(org.apache.myfaces.trinidad.event.RowDisclosureListener listener)
listener - the rowDisclosure listener to remove
protected void processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
processFacetsAndChildren in class org.apache.myfaces.trinidad.component.UIXCollectionpublic org.apache.myfaces.trinidad.model.CollectionModel getModel()
protected org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current,
java.lang.Object value)
createCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollectionprotected void postCreateCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel model)
postCreateCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollectionprotected final java.lang.Object getPopupContextRowKey()
protected final void setPopupContextRowKey(java.lang.Object rowKey)
public boolean invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback)
throws javax.faces.FacesException
invokeOnComponent in class org.apache.myfaces.trinidad.component.UIXCollectionjavax.faces.FacesException
protected boolean visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
visitData in class org.apache.myfaces.trinidad.component.UIXCollection
public boolean visitTree(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
visitTree in class org.apache.myfaces.trinidad.component.UIXComponent
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||