Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts/TableField


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Type of field to display a table.

  • implements: I obj.pngITableField
  • extends: C obj.pngAbstractTableField

Description

A TableField shows the table of a TablePage or a new table.

Note.png
TODO
Add a description


Screenshot

RAP SWT Swing Swing Rayo
Scout 3.8 TableField RAP.png Scout 3.8 TableField SWT.png Scout 3.8 TableField Swing.png Scout 3.8 TableField Swing Rayo.png

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, ...

Scout table statusbar.png

Events

Defined with execXxxxxx() methods.

See also Field for the events that all fields have in common.


See Also

Back to the top