Property Getters/Setters Summary | ||
---|---|---|
function | getActiveIndex() | |
function | setActiveIndex(value) | |
Gets and sets which scenario is selected. | ||
function | getCount() | |
function | getLastSelected() | |
function | setLastSelected(value) | |
Indicates which scenario was last selected by the user to be run/shown. | ||
function | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | add(name) | |
Adds a scenario.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getActiveIndex() / function setActiveIndex(value)
function getLastSelected() / function setLastSelected(value)
function getCount()
function get(index)
function add(name)
name: String
- The name of scenario.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)