Difference between revisions of "Scout/Concepts/TableField"
(→Properties) |
m (→Description) |
||
(One intermediate revision by the same user 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 == |
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.