Scout/Concepts/SequenceBox
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Type of composite field to associate in a sequence different Value field.
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 |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
Properties
Defined with getConfiguredXxxxxx() 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 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.