Difference between revisions of "Scout/Concepts/TableField"
m (Category changed) |
(→Properties) |
||
Line 18: | Line 18: | ||
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 == |
Revision as of 04:30, 12 July 2012
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Type of field to display a table.
Description
Screenshot
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.