Difference between revisions of "Scout/Concepts/TableField"
m (Category changed) |
m (→Description) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
− | {{ | + | A TableField shows the table of a {{ScoutLink|Concepts|TablePage|TablePage}} or a new table. |
+ | {{note|TODO|Add a description}} | ||
== Screenshot == | == Screenshot == | ||
− | [[Image: | + | {|{{BMTableStyle}} |
+ | |-{{BMTHStyle}} | ||
+ | ! RAP | ||
+ | ! SWT | ||
+ | ! Swing | ||
+ | ! Swing Rayo | ||
+ | |- | ||
+ | | [[Image:Scout_3.8_TableField_RAP.png]] || [[Image:Scout_3.8_TableField_SWT.png]] || [[Image:Scout_3.8_TableField_Swing.png]] || [[Image:Scout_3.8_TableField_Swing_Rayo.png]] | ||
+ | |- | ||
+ | |} | ||
== Properties == | == Properties == | ||
Line 18: | Line 28: | ||
See also {{ScoutLink|Concepts|Field|Field}} for the properties that all fields have in common. | See also {{ScoutLink|Concepts|Field|Field}} for the properties that all fields have in common. | ||
+ | With the property {{ScoutProp|TableStatusVisible}} (default not visible - <code>false</code>), it is possible to display a status bar for the table. | ||
+ | This status bar provide usefull information on number of rows, selection, ... | ||
+ | |||
+ | [[Image:Scout table statusbar.png]] | ||
== Events == | == Events == |
Latest revision as of 03:03, 5 October 2012
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Type of field to display a table.
Description
A TableField shows the table of a TablePage or a new table.
Screenshot
RAP | SWT | Swing | Swing Rayo |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Properties
Defined with getConfiguredXxxxxx() methods.
See also Field for the properties that all fields have in common.
With the property TableStatusVisible (default not visible - false
), it is possible to display a status bar for the table.
This status bar provide usefull information on number of rows, selection, ...
Events
Defined with execXxxxxx() methods.
See also Field for the events that all fields have in common.