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) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(name) | |
Adds a scenario. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getActiveIndex/setActiveIndex : int | |
int getActiveIndex() / setActiveIndex(value) |
getLastSelected/setLastSelected : int | |
int getLastSelected() / setLastSelected(value) |
getCount : int | |
int getCount() |
get : Scenario | |
Scenario get(index) |
index
- The specific index in the list.Method Detail |
---|
add | |
int add(name) |
name: String
- The name of scenario.clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |