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

Difference between revisions of "Scout/Concepts/PageField"

m (Category changed)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
Type of {{ScoutLink|Concepts|Field|field}} to display a {{ScoutLink|Concepts|Page|page}}.
 
Type of {{ScoutLink|Concepts|Field|field}} to display a {{ScoutLink|Concepts|Page|page}}.
  
* implements: {{ScoutJavadoc|IPageField|I}}
+
* implements: {{ScoutJavadoc|IPageField<T extends IPage>|I}}
* extends: {{ScoutJavadoc|AbstractPageField|C}}
+
* extends: {{ScoutJavadoc|AbstractPageField<T extends IPage>|C}}
  
 
== Description ==
 
== Description ==
 +
The PageField displays a whole {{ScoutLink|Concepts|Page|page}}.
 +
 +
A page is a {{ScoutLink|Concepts|Table|table}} including the detail form and the {{ScoutLink|Concepts|SearchForm|search form}}.
 +
 +
Per default the {{ScoutLink|Concepts|SearchForm|search form}} will be on the top of the {{ScoutLink|Concepts|Table|table}}. The detail form is below the {{ScoutLink|Concepts|Table|table}}
 
{{note|TODO|add Description}}
 
{{note|TODO|add Description}}
  
  
== Screenshot ==
+
== Screenshots ==
[[Image:Scout PageField.png]]
+
Screenshot of a {{ScoutLink|Concepts|TablePage}}, opened once in the main windows of an {{ScoutLink|Concepts|Outline based application}} and once in a PageField:
 +
[[Image:Scout Page in MainWindow and in PageField .png]]
  
This '''PageField''' displays a {{ScoutLink|Concepts|TablePage|table page}}. Per default, its {{ScoutLink|Concepts|SearchForm|search form}} is on top of the {{ScoutLink|Concepts|Table|table}} displaying the content of the {{ScoutLink|Concepts|Page|page}}.
+
PageField with different rendering technologies:
 +
{|{{BMTableStyle}}
 +
|-{{BMTHStyle}}
 +
! RAP
 +
! SWT
 +
! Swing
 +
! Swing Rayo
 +
|-
 +
| [[Image:Scout_3.8_PageField_RAP.png]] || [[Image:Scout_3.8_PageField_SWT.png]] || [[Image:Scout_3.8_PageField_Swing.png]] || [[Image:Scout_3.8_PageField_Swing_Rayo.png]]
 +
|-
 +
|}
  
 
== Properties ==
 
== Properties ==

Revision as of 04:41, 6 June 2013

The Scout documentation has been moved to https://eclipsescout.github.io/.

Type of The Scout documentation has been moved to https://eclipsescout.github.io/. to display a The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

The PageField displays a whole The Scout documentation has been moved to https://eclipsescout.github.io/..

A page is a The Scout documentation has been moved to https://eclipsescout.github.io/. including the detail form and the The Scout documentation has been moved to https://eclipsescout.github.io/..

Per default the The Scout documentation has been moved to https://eclipsescout.github.io/. will be on the top of the The Scout documentation has been moved to https://eclipsescout.github.io/.. The detail form is below the The Scout documentation has been moved to https://eclipsescout.github.io/.

Note.png
TODO
add Description


Screenshots

Screenshot of a The Scout documentation has been moved to https://eclipsescout.github.io/., opened once in the main windows of an The Scout documentation has been moved to https://eclipsescout.github.io/. 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 The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also The Scout documentation has been moved to https://eclipsescout.github.io/. for the properties that all fields have in common.


Events

Defined with The Scout documentation has been moved to https://eclipsescout.github.io/. methods.

See also The Scout documentation has been moved to https://eclipsescout.github.io/. for the events that all fields have in common.


See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.