JViews TGO
Tag dataSource


Not a visual component

The data source faces component provides access to the business data that is to be displayed on the network view or equipment view faces components. It should be set directly on the network view or equipment view faces components as it exposes an IlpAbstractDataSource as a JSF component. The actual data source component can be accessed via its value attribute.

Usage

<jvtf:dataSource
      id="dataSource"
      value="#{dataSourceBean}" />
...
<jvtf:networkView
      id="network"
      context="#{context}"
      dataSourceId="dataSource"/>

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IltFacesDataSource



Tag Information
Tag Classilog.tgo.faces.datasource.dhtml.taglib.IltFacesDataSourceTag
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.
idtruefalsejava.lang.StringThe ID of this component, which is used to connect it to a JViews TGO Faces (network or equipment) component.
valuefalsefalsejava.lang.StringThe value binding expression linking this component to an implementation of 'IlpAbstractDataSources' bean.

Variables
No Variables Defined.


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