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.
Scout/Concepts/CheckboxField
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Checkbox field (or Boolean Field) is specific type of value field to represent Boolean.
- implements:
IBooleanField
(or convenienceICheckBox
) - extends:
AbstractBooleanField
(or convenienceAbstractCheckBox
)
Description
Among the different types of data supported by scout, the BooleanField is made to represent Boolean. For example the functions setValue(value)
and getValue()
use directly Boolean.
For the user, the field is a checkbox that can be clicked.
Screenshot
Type | RAP | SWT | Swing | Swing Rayo |
---|---|---|---|---|
Checked | ![]() |
![]() |
![]() |
![]() |
Unchecked | ![]() |
![]() |
![]() |
![]() |
Properties
Defined with getConfiguredXxxxxx() methods.
See also the Field and the Value field pages for the properties that all fields have in common.
Events
Defined with execXxxxxx() methods.
See also the Field and the value field pages for the events that all fields have in common.
See Also
- Value field
- Field
- Form
- The corresponding column: BooleanColumn
- Type of data supported by Scout in the fields