|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
javax.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.diagram.UIDiagramNodes
public class UIDiagramNodes
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CARD_INDEXES_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CENTER_ROW_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CREATE_NODE_LISTENER_KEY |
protected static java.lang.String |
DEFAULT_CONTENT_DELIVERY_MODE |
protected static java.lang.String |
DEFAULT_SELECTION_MODE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DELETE_NODE_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISCLOSED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_HIDDEN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
GROUP_BY_UNGROUPED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HIGHLIGHT_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HIGHLIGHTED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ISOLATED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PREVIEW_ROW_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROOT_ROW_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.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 |
|---|
bindings |
| Fields inherited from interface oracle.adf.view.rich.dnd.DragSourceFactory |
|---|
DEFAULT_DRAGSOURCE |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
UIDiagramNodes() |
|
| 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(DvtActionEvent nae) |
void |
clearCachedClientIds() |
protected org.apache.myfaces.trinidad.model.CollectionModel |
createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel collectionModel, java.lang.Object object) |
oracle.adf.view.rich.dnd.DragSource |
createDragSource(java.lang.String name, java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions, oracle.adf.view.rich.dnd.DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties) |
java.lang.CharSequence |
createDragSourceBehavior(java.lang.String name, oracle.adf.view.rich.dnd.DragSource dragSource, java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions, oracle.adf.view.rich.dnd.DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties) |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.Object |
getCenterRowKey()Gets the rowKey of a node that should be panned to the center of the viewport. |
java.lang.String |
getClientRowKey() |
javax.el.MethodExpression |
getCreateNodeListener() |
java.lang.Object |
getCurrentRowData()Get the row data object for the current row. |
javax.el.MethodExpression |
getDeleteNodeListener() |
org.apache.myfaces.trinidad.model.RowKeySet |
getDisclosedRowKeys()Gets the disclosed state for this component. |
java.lang.String |
getFamily() |
java.lang.String |
getGroupBy()Gets the (space-separated) list of attributeGroup IDs that should be used to group Nodes together. |
java.lang.String |
getHighlightBehavior()Gets the highlight behavior when hovering over a Node in the Diagram. |
org.apache.myfaces.trinidad.model.RowKeySet |
getHighlightedRowKeys()Gets the set of highlighted nodes for this component. |
org.apache.myfaces.trinidad.model.RowKeySet |
getIsolatedRowKeys()Gets the set of isolated nodes. |
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.Object |
getValue()Retrieves the model used for this component. |
java.lang.String |
getVarStatus() |
boolean |
invokeOnComponent(javax.faces.context.FacesContext context, java.lang.String clientId, javax.faces.component.ContextCallback callback) |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext facesContext, 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 |
setCenterRowKey(java.lang.Object centerRowKey)Sets the rowKey of a node that should be panned to the center of the viewport. |
void |
setCreateNodeListener(javax.el.MethodExpression listener) |
void |
setDeleteNodeListener(javax.el.MethodExpression listener) |
void |
setDisclosedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet disclosedRowKeys)Sets the disclosed state for this component. |
void |
setGroupBy(java.lang.String groupBy)Sets the (space-separated) list of attributeGroup IDs that should be used to group Nodes together. |
void |
setHighlightBehavior(java.lang.String highlightBehavior)Sets the highlight behavior when hovering over a Node in the Diagram. |
void |
setHighlightedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet highlightedRowKeys)Sets the set of highlighted nodes for this component. |
void |
setIsolatedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet isolatedRowKeys)Sets the set of isolated nodes. |
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 |
protected void |
setupVisitingContext(javax.faces.context.FacesContext context) |
void |
setValue(java.lang.Object value)Specified the model for the component. |
void |
setVarStatus(java.lang.String varStatus)For internal use only |
protected void |
tearDownVisitingContext(javax.faces.context.FacesContext context) |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processSaveState, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setVar, updateChildrenImpl, validateChildrenImpl |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processUpdates, processValidators, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, validateChildren |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, tearDownEncodingContext, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll |
| 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 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 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 GROUP_BY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GROUP_BY_UNGROUPED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GROUP_BY_HIDDEN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ISOLATED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PREVIEW_ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CREATE_NODE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DELETE_NODE_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HIGHLIGHT_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HIGHLIGHTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CENTER_ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROOT_ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CARD_INDEXES_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
| Constructor Detail |
|---|
public UIDiagramNodes()
| 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.UIXComponentBasepublic void clearCachedClientIds()
public final java.lang.Object getValue()
getValue in class org.apache.myfaces.trinidad.component.UIXCollectionsetValue(java.lang.Object)public final void setValue(java.lang.Object value)
getValue()public final java.lang.Object getCurrentRowData()
public 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 java.lang.String getVarStatus()
getVarStatus in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final void setVarStatus(java.lang.String varStatus)
public java.lang.String getClientRowKey()
getClientRowKey in class org.apache.myfaces.trinidad.component.UIXCollection
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.apache.myfaces.trinidad.component.UIXCollectionjavax.faces.event.AbortProcessingExceptionpublic 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 javax.el.MethodExpression getRowDisclosureListener()
public 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 removepublic final java.lang.String getGroupBy()
public final void setGroupBy(java.lang.String groupBy)
groupBy - the list of attributeGroupIDs
protected void processFacetsAndChildren(javax.faces.context.FacesContext facesContext,
javax.faces.event.PhaseId phaseId)
processFacetsAndChildren in class org.apache.myfaces.trinidad.component.UIXCollection
protected org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel collectionModel,
java.lang.Object object)
createCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollectionprotected void broadcastActionEvent(DvtActionEvent nae)
public final javax.el.MethodExpression getCreateNodeListener()
public final void setCreateNodeListener(javax.el.MethodExpression listener)
public final javax.el.MethodExpression getDeleteNodeListener()
public final void setDeleteNodeListener(javax.el.MethodExpression listener)
public final org.apache.myfaces.trinidad.model.RowKeySet getIsolatedRowKeys()
public final void setIsolatedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet isolatedRowKeys)
isolatedRowKeys - the RowKeySet representing the set of isolated nodes
public oracle.adf.view.rich.dnd.DragSource createDragSource(java.lang.String name,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties)
createDragSource in interface oracle.adf.view.rich.dnd.DragSourceFactory
public java.lang.CharSequence createDragSourceBehavior(java.lang.String name,
oracle.adf.view.rich.dnd.DragSource dragSource,
java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
oracle.adf.view.rich.dnd.DnDAction defaultAction,
java.lang.String discriminant,
javax.el.MethodExpression dragDropEndListener,
java.util.Map<java.lang.String,?> properties)
createDragSourceBehavior in interface oracle.adf.view.rich.dnd.DragSourceFactorypublic final java.lang.String getHighlightBehavior()
public final void setHighlightBehavior(java.lang.String highlightBehavior)
highlightBehavior - the highlight behaviorpublic final org.apache.myfaces.trinidad.model.RowKeySet getHighlightedRowKeys()
public final void setHighlightedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet highlightedRowKeys)
highlightedRowKeys - the set of highlighted nodespublic final java.lang.Object getCenterRowKey()
public final void setCenterRowKey(java.lang.Object centerRowKey)
centerRowKey - the rowKey of the node to be centered
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.FacesExceptionprotected void setupVisitingContext(javax.faces.context.FacesContext context)
setupVisitingContext in class org.apache.myfaces.trinidad.component.UIXComponentprotected void tearDownVisitingContext(javax.faces.context.FacesContext context)
tearDownVisitingContext in class org.apache.myfaces.trinidad.component.UIXComponent
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||