Skip to main content
Jump to: navigation, search

Scout/Concepts/PageField


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Type of field to display a page.

  • implements: I obj.pngIPageField<T extends IPage>
  • extends: C obj.pngAbstractPageField<T extends IPage>

Description

The PageField displays a whole page.

A page is a table including the detail form and the search form.

Per default the search form will be on the top of the table. The detail form is below the table

Note.png
TODO
add Description


Screenshots

Screenshot of a TablePage, opened once in the main windows of an Outline based application and once in a PageField: Scout Page in MainWindow and in PageField .png

PageField with different rendering technologies:

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

Properties

Defined with getConfiguredXxxxxx() methods.

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


Events

Defined with execXxxxxx() methods.

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


See Also

Back to the top