Constructor Summary |
---|
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) | |
Reserved for internal use. |
||
function | add(name, userId, providerId) | |
Adds one thread comment person.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(author) | |
Gets the index of ThreadedCommentAuthor object
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCurrentPerson() / function setCurrentPerson(value)
function getCount()
function get(index)
index
- The indexfunction get(name)
name
- The name of the author.function indexOf(author)
author: ThreadedCommentAuthor
- The ThreadedCommentAuthor objectfunction add(name, userId, providerId)
name: String
- The name of the person.userId: String
- providerId: String
- The id of the providerfunction clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)