| Constructor Summary |
|---|
ThreadedCommentAuthorCollection()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | getCurrentPerson() | |
function | setCurrentPerson(value) | |
| Gets and sets the current user. | ||
function | get(index) | |
| Gets the person who create threaded comments. | ||
function | get(name) | |
| Gets the person who create threaded comments. | ||
| Method Summary | ||
|---|---|---|
function | add(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | add(name, userId, providerId) | |
| Adds one thread comment person. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
| Constructor Detail |
|---|
function ThreadedCommentAuthorCollection()
| Property Getters/Setters Detail |
|---|
getCurrentPerson/setCurrentPerson : ThreadedCommentAuthor | |
function getCurrentPerson() / function setCurrentPerson(value) | |
getCount : Number | |
function getCount() | |
get : ThreadedCommentAuthor | |
function get(index) | |
index - The indexget : ThreadedCommentAuthor | |
function get(name) | |
name - The index| Method Detail |
|---|
add | |
function add(name, userId, providerId) | |
name: String - The name of the person.userId: String - providerId: String - The id of the providerclear | |
function clear() | |
removeAt | |
function removeAt(index) | |
iterator | |
function iterator() | |
get | |
function get(index) | |
contains | |
function contains(value) | |
add | |
function add(value) | |
indexOf | |
function indexOf(value) | |