Scout/Concepts/TableField

From Eclipsepedia

Jump to: navigation, search

Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitter
Bugzilla
Bugzilla


Type of field to display a table.

  • implements: Image:I_obj.pngITableField
  • extends: Image:C_obj.pngAbstractTableField

Contents

Description

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

TODO
Add a description


Screenshot

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

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

Image:Scout table statusbar.png

Events

Defined with execXxxxxx() methods.

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


See Also