JViews Diagrammer
Tag dataSource


Not a visual component

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 Classilog.views.diagrammer.faces.dhtml.taglib.IlvFacesDiagrammerDataSourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameData Source

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
idfalsefalsejava.lang.StringThe ID of this component.
valuefalsefalsejava.lang.StringNo Description

Variables
No Variables Defined.


© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.