2012-07-21 14:15:29 +02:00
|
|
|
Table < UITable
|
|
|
|
layout: verticalBox
|
2015-01-21 23:40:15 +01:00
|
|
|
header-column-style: TableHeaderColumn
|
|
|
|
header-row-style: TableHeaderRow
|
2012-07-21 19:17:03 +02:00
|
|
|
column-style: TableColumn
|
|
|
|
row-style: TableRow
|
2012-07-28 05:54:47 +02:00
|
|
|
|
2012-07-22 16:02:01 +02:00
|
|
|
TableData < UIScrollArea
|
|
|
|
layout: verticalBox
|
2012-07-21 14:15:29 +02:00
|
|
|
|
2015-01-21 23:40:15 +01:00
|
|
|
TableRow < UITableRow
|
2012-07-21 14:15:29 +02:00
|
|
|
layout: horizontalBox
|
|
|
|
height: 10
|
2012-07-22 16:02:01 +02:00
|
|
|
text-wrap: true
|
2015-01-21 23:40:15 +01:00
|
|
|
focusable: true
|
|
|
|
even-background-color: alpha
|
|
|
|
odd-background-color: #00000022
|
|
|
|
|
|
|
|
$focus:
|
|
|
|
background-color: #294f6d
|
|
|
|
color: #ffffff
|
2012-07-21 14:15:29 +02:00
|
|
|
|
2012-07-21 19:17:03 +02:00
|
|
|
TableColumn < Label
|
2012-07-21 14:15:29 +02:00
|
|
|
width: 30
|
2012-07-22 16:02:01 +02:00
|
|
|
text-wrap: true
|
2015-01-21 23:40:15 +01:00
|
|
|
focusable: false
|
2012-07-22 16:02:01 +02:00
|
|
|
|
|
|
|
TableHeaderRow < Label
|
|
|
|
layout: horizontalBox
|
2015-01-21 23:40:15 +01:00
|
|
|
focusable: false
|
2012-07-22 16:02:01 +02:00
|
|
|
height: 10
|
|
|
|
text-wrap: true
|
|
|
|
|
2015-01-21 23:40:15 +01:00
|
|
|
TableHeaderColumn < UITableHeaderColumn
|
|
|
|
font: verdana-11px-antialised
|
|
|
|
background-color: alpha
|
|
|
|
color: #dfdfdfff
|
|
|
|
height: 23
|
|
|
|
focusable: true
|
|
|
|
text-offset: 0 0
|
|
|
|
image-source: /images/ui/button
|
|
|
|
image-color: #dfdfdf
|
|
|
|
image-clip: 0 0 22 23
|
|
|
|
image-border: 3
|
|
|
|
padding: 5 10 5 10
|
|
|
|
enabled: false
|
|
|
|
focusable: false
|
|
|
|
|
|
|
|
$hover !disabled:
|
|
|
|
image-clip: 0 23 22 23
|
|
|
|
|
|
|
|
$pressed:
|
|
|
|
image-clip: 0 46 22 23
|
|
|
|
text-offset: 1 1
|
|
|
|
|
|
|
|
$disabled:
|
|
|
|
color: #dfdfdf88
|
|
|
|
opacity: 0.8
|
|
|
|
|
|
|
|
SortableTableHeaderColumn < TableHeaderColumn
|
|
|
|
enabled: true
|
|
|
|
focusable: true
|