Skip to main content
Jump to: navigation, search

Scout/Concepts/NodePage

< Scout‎ | Concepts
Revision as of 05:38, 15 March 2013 by Jeremie.bresson.unblu.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Node-oriented page

  • implements: I obj.pngIPageWithNodes
  • extends: C obj.pngAbstractPageWithNodes


Description

A node page is a specific type of page that is used to display a controlled list of child pages.

HG NodePage.png

Screenshot

Screenshot of a node page in the main window of an outline based application:

ScoutScreenshotNodePage.png


Properties

Defined with getConfiguredXxxxxx() methods.

Note.png
TODO
Add a description of the more important properties (ore the properties specific to this element)


Events

Defined with execXxxxxx() methods.

Note.png
TODO
Add a description of the more important event and a list of the other events (grouped by type)


See Also

Back to the top