| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | net.sf.jasperreports.jsf.taglib.SourceTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Source Tag |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String | Component identifier |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| Component binding |
converter | false | false | javax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.SourceConverter )
| Specific source converter instance used to override the default behaviour of the plugin. |
data | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| This value depends of the type of data source being configured. It can be a JDBC URL, an XML document, a bean array, etc. Consult the library documentation to obtain information about possible values. |
query | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Query to be used to filter the data obtained from the data source. The query language used depends on the type of data source the user is dealing with. |
type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Selection of the data source type to be used. The value to be used depends of the available data source types provided by means of the Filler interface. To know more, consult library documentation. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Source value representing the source for the data to be supplied to other report components. |
validator | false | false | javax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.validation.Validator )
| Specific validator instance used to override the default behaviour of the plugin. |
Variables | ||||
No Variables Defined. |
| |||||||
FRAMES NO FRAMES |