Skip navigation links
JViews Gantt
Tag dataSource
Since JViews 8.0 this tag is deprecated, the preferred way to access business data is to set the data
attribute on the ganttView
or scheduleView
tags.
Usage
<jvgf:dataSource
id="dataSource"
value="#{bean.dataSource}" />
...
<jvgf:ganttView
id="gantt"
dataSourceId="dataSource"/>
DHTML - JavaScript Types
This component has no JavaScript
representation.
JSF Component Class
IlvFacesGanttDataSource
Tag Information |
Tag Class | ilog.views.gantt.faces.dhtml.taglib.IlvFacesGanttDataSourceTag |
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 linking this component to a property in a backing Bean. If this attribute is set, the tag does not create the component itself but retrieves 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 | The value is a binding expression to a Gantt model. |
Variables |
No Variables Defined. |
Skip navigation links
© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.