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

(Properties)
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
== Description ==
 
== Description ==
The SequenceBox shows the contents in one line.
+
The SequenceBox shows the contents in one line, this is typically used in Scout to show two date fields as shown in the screenshots below. An alternative use could be to show a field with a button directly next to it to give the user the possibility to enter data into the field or browse for a value.
 
+
  
 
== Screenshot ==
 
== Screenshot ==
Line 26: Line 25:
 
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
 
''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.
+
The property AutoCheckFromTo (default true) specifies that the input of the fields is checked in a way that they form a valid range. If you use the SequenceBox for other purpose then two fields that are comparable, you must uncheck the AutoCheckFromTo property.
  
 +
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 ==
 
== Events ==

Revision as of 10:51, 26 October 2012

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 associate in a sequence different The Scout documentation has been moved to https://eclipsescout.github.io/..

Description

The SequenceBox shows the contents in one line, this is typically used in Scout to show two date fields as shown in the screenshots below. An alternative use could be to show a field with a button directly next to it to give the user the possibility to enter data into the field or browse for a value.

Screenshot

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


Properties

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

The property AutoCheckFromTo (default true) specifies that the input of the fields is checked in a way that they form a valid range. If you use the SequenceBox for other purpose then two fields that are comparable, you must uncheck the AutoCheckFromTo property.

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages 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 The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the events that all fields have in common.


See Also

Back to the top