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/SplitBox"

(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Type of {{ScoutLink|Concepts|CompositeField|composite field}} to associate in a sequence different  {{ScoutLink|Concepts|ValueField|Value field}}.
+
 
+
* implements: {{ScoutJavadoc|ISplitBox|I}}
+
* extends: {{ScoutJavadoc|AbstractSplitBox|C}}
+
 
+
 
+
== Description ==
+
The SplitBox separate content in two boxes with a separation that can be modified by the user (rendered by a Sash or JSplitPane).
+
 
+
{{note|TODO|Merge Screenshot and description from the forum discussion: [http://www.eclipse.org/forums/index.php/mv/msg/414629/957610/#msg_957610 SplitBox vs SequenceBox]}}
+
 
+
 
+
== Screenshot ==
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! RAP
+
! SWT
+
! Swing
+
! Swing Rayo
+
|-
+
| [[Image:Scout_3.8_SplitBox_RAP.png]] || [[Image:Scout_3.8_SplitBox_SWT.png]] || [[Image:Scout_3.8_SplitBox_Swing.png]] || [[Image:Scout_3.8_SplitBox_Swing_Rayo.png]]
+
|-
+
|}
+
 
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|CompositeField|Composite field}} pages for the properties that all fields have in common.
+
 
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also the {{ScoutLink|Concepts|Field|Field}} and the {{ScoutLink|Concepts|CompositeField|Composite field}} pages for the events that all fields have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|CompositeField|Composite field}}
+
* {{ScoutLink|Concepts|Field|Field}}
+
* {{ScoutLink|Concepts|Form|Form}}
+

Latest revision as of 07:20, 18 March 2024

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

Back to the top