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/BooleanColumn
< Scout | Concepts
Revision as of 10:38, 3 November 2011 by Claudio.guglielmo.gmail.com (Talk | contribs) (Category changed)
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Specific type of column to represent Boolean.
Description
Among the different types of data supported by scout, the BooleanColumn is made to represent Boolean. For example the functions setValue(row, value)
and getValue(row)
use directly Boolean.
Screenshot
Properties
Defined with getConfiguredXxxxxx() methods.
See also the Column page for the properties that all columns have in common.
Events
Defined with execXxxxxx() methods.
See also the Column page for the events that all columns have in common.
See Also
- Column
- The corresponding field: BooleanField (also called checkbox)
- Type of data supported by Scout in the columns