Skip to main content
Jump to: navigation, search

Scout/Concepts/SplitBox


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Type of composite field to associate in a sequence different Value field.

  • implements: I obj.pngISplitBox
  • extends: C obj.pngAbstractSplitBox


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.png
TODO
Merge Screenshot and description from the forum discussion: SplitBox vs SequenceBox


Screenshot

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


Properties

Defined with getConfiguredXxxxxx() methods.

See also the Field and the Composite field pages for the properties that all fields have in common.


Events

Defined with execXxxxxx() methods.

See also the Field and the Composite field pages for the events that all fields have in common.


See Also

Back to the top