Properties' Summary |
short
ID |
The ID uniquely identifies the roadmap item.
* When the RoadmapItem is inserted into the Roadmap via "insertByIndex"
* the default value of the ID is the first available absolute digit that
* has not yet been assigned to other existing RoadmapItems.
|
string
Label |
The Label of the RoadmapItem does not include its Prefix that is auto
* matically set after the following algorithm:
* (Index + 1) + ". " + Label
|
boolean
Interactive |
When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
* functionality":
* Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
* underline the Label for the time the mousepointer resides over the RoadmapItem.
* Clicking the mousepointer will then notify the Roadmap Container.
* The property Interactive" is readonly because it is adapted from the container of the
* RoadmapItem.
|
boolean
Enabled |
determines whether a control is enabled or disabled.
|
Properties' Details |
ID
short ID;
- Description
- The ID uniquely identifies the roadmap item.
* When the RoadmapItem is inserted into the Roadmap via "insertByIndex"
* the default value of the ID is the first available absolute digit that
* has not yet been assigned to other existing RoadmapItems.
|
|
Label
string Label;
- Description
- The Label of the RoadmapItem does not include its Prefix that is auto
* matically set after the following algorithm:
* (Index + 1) + ". " + Label
|
|
Interactive
boolean Interactive;
- Description
- When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
* functionality":
* Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
* underline the Label for the time the mousepointer resides over the RoadmapItem.
* Clicking the mousepointer will then notify the Roadmap Container.
* The property Interactive" is readonly because it is adapted from the container of the
* RoadmapItem.
|
|
Enabled
boolean Enabled;
- Description
- determines whether a control is enabled or disabled.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.