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