Skip navigation links
JViews Diagrammer
Tag dataSource
Since JViews 8.0 this component is deprecated. Instead the preferred way to access business data is to set the data
attribute of the diagrammerView
or dashboardView
tags.
The data source faces component provides access to the business data that is to be displayed on the Diagrammer view faces component. It should be set directly on the Diagrammer view faces component as it exposes an IlvDiagrammerDataSource
as a JSF
component. The actual data source component can be accessed via its value
attribute.
Usage
<jvdf:dataSource
id="dataSource"
value="#{bean.dataSource}" />
...
<jvdf:diagrammerView
id="diagrammer"
dataSourceId="dataSource"/>
DHTML - JavaScript Types
This component has no JavaScript
representation.
JSF Component Class
IlvFacesDiagrammerDataSource
Tag Information |
Tag Class | ilog.views.diagrammer.faces.dhtml.taglib.IlvFacesDiagrammerDataSourceTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Data Source |
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression that links this component to a property in a backing bean. If this attribute is set, the tag will not create the component itself, but will retrieve it from the bean property. This attribute must be a value binding. |
id | false | false | java.lang.String | The ID of this component. |
value | false | false | java.lang.String | No Description |
Variables |
No Variables Defined. |
Skip navigation links
© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.