Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.2.1.4.0)

E81450-01

<dvt:diagramLinks>

dvt:diagramLinks diagramLinks diagram links

UIComponent class: oracle.adf.view.faces.bi.component.diagram.UIDiagramLinks
Component type: oracle.dss.adf.diagram.DiagramLinks

DiagramLinks is used to define the collection of Links to be displayed in a Diagram

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
binding oracle.adf.view.faces.bi.component.diagram.UIDiagramLinks Only EL

Specifies a binding reference to store a specific instance of UIDiagramLinks from a backing bean. Set this attribute only to access code in a backing bean. For example, to reference a diagramLinks component in the sample managed bean, use the following code: binding="#{sample.diagramLinks}"

highlightBehavior String Yes Valid Values: none, link
Default Value: none

Specifies the highlight behavior when hovering over a Link in the Diagram. Valid values are:

  • "none" - (default) no highlight behavior
  • "link" - the link and its start and end nodes will be highlighted
highlightedRowKeys org.apache.myfaces.trinidad.model.RowKeySet Yes The set of highlighted rows for this component. Each entry in the set is a rowKey. Specifying highlightedRowKeys will disable the interactive highlightBehavior.
id String No Specifies the identifier for the component
linkChangeListener javax.el.MethodExpression Only EL Link change listener
linkCreateListener javax.el.MethodExpression Only EL Link create listener
linkDeleteListener javax.el.MethodExpression Only EL Link delete listener
rendered boolean Yes Default Value: true

whether the component is rendered. When set to false, no output will be delivered for this component (the component will not in any way be rendered, and cannot be made visible on the client). If you want to change a component's rendered attribute from false to true using PPR, set the partialTrigger attribute of its parent component so the parent refreshes and in turn will render this component.
selectedRowKeys org.apache.myfaces.trinidad.model.RowKeySet Yes The set of selected rows for this component.
selectionListener javax.el.MethodExpression Only EL a method reference to a selection listener, the method is invoked when the selected nodes are changed.
value String Yes The data model for the DiagramLinks - can be an instance of javax.faces.CollectionModel
var String No Name of the EL variable used to reference each element of this collection. Once this component has completed rendering, this variable is removed (or reverted back to its previous value).
varStatus String No Name of the EL variable used to reference the varStatus information. Once this component has completed rendering, this variable is removed (or reverted back to its previous value). The VarStatus provides contextual information about the state of the component to EL expressions. For components that iterate, varStatus also provides loop counter information. Please see the this component's documentation for the specific properties on the varStatus. The common properties on varStatus include:
  • model - returns the CollectionModel for this component
  • index - returns the zero based row index