JViews Gantt
Tag dataSource


Not a visual component

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

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
idfalsefalsejava.lang.StringThe ID of this component.
valuefalsefalsejava.lang.StringThe value is a binding expression to a Gantt model.

Variables
No Variables Defined.


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