JViews Gantt
Tag XMLDataSource


Not a visual component

Since JViews 8.0 this tag is deprecated. The preferred way to access business data stored in a XML file is to set the data attribute on the ganttView or scheduleView tags.

The XML data source faces component provides access to the business data stored in an XML file that is to be displayed on a Gantt or schedule view faces component. It exposes an IlvGanttModel as a JSF component.

Usage

<jvgf:XMLDataSource
      id="dataSource"
      filename="/data/dataSource.xml"

/>
...
<jvgf:ganttView
      id="gantt"
      dataSourceId="dataSource"/>

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvFacesGanttXMLDataSource



Tag Information
Tag Classilog.views.gantt.faces.dhtml.taglib.IlvFacesGanttXMLDataSourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameXML Data 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.
filenametruefalsejava.lang.StringThe URL of the XML file.
idtruefalsejava.lang.StringThe ID of the component.

Variables
No Variables Defined.


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