SpagoBI - Table
|
|
Parameters
|
Description
|
Default
|
paramWidth
|
Set the table width
|
300
|
paramHeight
|
Set the table height
|
180
|
xColName
|
Name of the label that identifies a special column from the dataset. This will be the first column on the left and it will be possible to assign it a different background color.
|
xLabel
|
refreshRate
|
Set the delay between two consecutive data requests to server
|
15000
|
rowsNumber
|
Set the number of visible rows on the table
|
5
|
rowsSpacing
|
Set the space between two rows
|
0
|
headerHeight
|
Select the percentage of table for header
|
20
|
dataurl
|
Specify the URL of the servlet that returns data
|
http://localhost:8080/openlaszlo/OpenLaszloEngineDash
|
xColHeadBGcolor
|
Set the background color for the header of the column identified by xColName. If -1, this cell will be transparent
|
0x140f7e
|
colHeadBGcolor
|
Set the background color for the header of all the columns but the one identified by xColName. If -1, these cells will be transparent
|
0x140f7e
|
headBGColor
|
Set the background color for header. This will be visible if colHeader or xColHeader are -1
|
0xffffff
|
xColBGColor
|
Set the background color for the cells of the column identified by xColName. If -1, this cell will be transparent
|
0xf2f4c5
|
colBGColor
|
Set the background color for the cells of all the columns but the one identified by xColName. If -1, these cells will be transparent
|
-1
|
BGColor
|
Set the background color for cells. This will be visible if colBGColor or xColBGColor are -1
|
0xffffff
|
gradOpacityBck
|
Set the opacity parameter for background gradients
|
0.5
|
gradOpacityCell
|
Set the opacity parameter for cells gradients
|
0.3
|
vertScrollBar
|
Set the vertical ScrollBar visible if required
|
true
|
horizScrollBar
|
Set the horizontal ScrollBar visible if required
|
true
|
fontSizeCell
|
Set the fontsize for cells
|
12
|
fontSizeHeader
|
Set the fontsize for headers
|
12
|