Skip to main content
Jump to: navigation, search

Scout/Concepts/Cell


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


A cell is an element of the scout model used to represent a table cell or a tree node.

  • interface: I obj.pngICell
  • class: C obj.pngCell

Description

A cell groups together different element used to represent the cell:

  • Text
  • Icon
  • Tooltip Text
  • Font
  • Background Color
  • Foreground Color
  • Horizontal Alignment
  • Value
  • Editable Flag (true or false)
  • Enabled Flag (true or false)


See also

Back to the top