A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
refreshPlaylist — Event in class cv.TempoLite |
|
Dispatched from the PlayListManager when ever an item is removed, or updated, or the entire list is updated
|
refreshPlaylist — Event in class cv.data.PlayListManager |
|
Dispatched when ever an item is removed, or updated, or the entire list is updated
|
REFRESH_PLAYLIST — Constant static property in class cv.TempoLite |
| |
remain — Property in class cv.events.PlayProgressEvent |
|
The reference to the remaining time of the media playing. |
remove(item) — Method in class cv.data.PlayList |
|
Removes the given item from the playlist. |
REMOVE — Constant static property in class fl.events.DataChangeType |
|
Items were removed from the data provider. |
removeAll() — Method in class fl.data.DataProvider |
|
Removes all items from the data provider and dispatches a DataChangeType.REMOVE_ALL
event. |
REMOVE_ALL — Constant static property in class fl.events.DataChangeType |
|
All items were removed from the data provider. |
removeAt(idx) — Method in class cv.data.PlayList |
|
Removes an item at a given index. |
removeEventListener(type, listener, useCapture) — Method in class cv.data.PlayList |
|
Removes a listener from the EventDispatcher object. |
removeItem(index) — Method in class cv.TempoLite |
|
Remove an item from the playlist from the end, or at index specified. |
removeItem(idx) — Method in class cv.data.PlayListManager |
|
Removes an item from the playlist. |
removeItem(item) — Method in class fl.data.DataProvider |
|
Removes the specified item from the data provider and dispatches a DataChangeType.REMOVE
event. |
removeItemAt(index) — Method in class fl.data.DataProvider |
|
Removes the item at the specified index and dispatches a DataChangeType.REMOVE
event. |
repeat — Property in class cv.TempoLite |
|
Sets whether repeat is enabled, or which type of repeat is enabled. |
repeat — Property in class cv.data.PlayList |
|
Gets or sets whether an item is repeated after it's finished. |
repeat — Property in class cv.data.PlayListManager |
|
Gets or sets whether repeat is enabled, or which type of repeat is enabled. |
repeatAll — Property in class cv.data.PlayList |
|
Gets or sets whether the playlist repeats when it's finished. |
REPEAT_ALL — Constant static property in class cv.TempoLite |
| |
REPEAT_NONE — Constant static property in class cv.TempoLite |
| |
REPEAT_TRACK — Constant static property in class cv.TempoLite |
| |
REPLACE — Constant static property in class fl.events.DataChangeType |
|
The items in the data provider were replaced by new items. |
replaceItem(newItem, oldItem) — Method in class fl.data.DataProvider |
|
Replaces an existing item with a new item and dispatches a DataChangeType.REPLACE
event. |
replaceItemAt(newItem, index) — Method in class fl.data.DataProvider |
|
Replaces the item at the specified index and dispatches a DataChangeType.REPLACE
event. |
rowIndex — Property in class fl.events.ListEvent |
|
Gets the row index of the item that is associated with this event. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |