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