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

Scout/Concepts/TimeColumn


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Specific type of column to represent Time.

  • implements: I obj.pngITimeColumn
  • extends: C obj.pngAbstractTimeField

Description

Among the different types of data supported by scout, the TimeColumn is made to represent Time.

Note.png
TODO
Time are store as date


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