ThreadedCommentCollection
Contents
[
Hide
]ThreadedCommentCollection class
Represents the list of threaded comments.
Methods
| Name | Description |
|---|---|
| add(text, author) | Adds a threaded comment; |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets the threaded comment by the specific index. |
| get() | Reserved for internal use. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add(text, author)
Adds a threaded comment;
| Parameter | Type | Description |
|---|---|---|
| text | String | The text of the threaded comment. |
| author | ThreadedCommentAuthor | The author of the threaded comment |
Returns: Number — Number
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets the threaded comment by the specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index |
Returns: ThreadedComment — ThreadedComment
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.