Constructor#
new ReportBean(id, $data)#
ReportBean constructor
Parameters:
Name | Type | Description |
---|---|---|
id | string | The main identifier of this ReportBean. Current valid values are: |
$data | external:jQuery |
|
- Source
Members#
$bean :external:jQuery#
The main jQuery XML object managed by this ReportBean
Type:
- Source
Methods#
appendData($data)#
Adds an XML element to the bean
Parameters:
Name | Type | Description |
---|---|---|
$data | external:jQuery | The XML element to be added to this bean |
- Source
setParam(name, value)#
Adds an XML element of type param
to this ReportBean
Parameters:
Name | Type | Description |
---|---|---|
name | string | The key name of the parameter |
value | string | | The value of the parameter |
- Source