Skip to main content
Jump to: navigation, search

Scout/Concepts/DoubleColumn


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Specific type of column to represent Double.

  • implements: I obj.pngIDoubleColumn
  • extends: C obj.pngAbstractDoubleField

Description

Among the different types of data supported by scout, the DoubleColumn is made to represent Double. For example the functions setValue(row, value) and getValue(row) use directly Double.

Screenshot

Note.png
TODO
Add a screenshot of the column in a table


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

Back to the top