java.lang.Object | |
↳ | chan.content.ChanPerformer.ReadPostsData |
Arguments holder for onReadPosts(ReadPostsData)
. Notify that this class might be used
as HttpRequest.Preset
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boardName | Board name argument. |
||||||||||
cachedPosts | Current cached posts model. |
||||||||||
holder | HTTP holder. |
||||||||||
lastPostNumber | Last post number argument. |
||||||||||
partialThreadLoading | Defines whether use partial thread loading or not. |
||||||||||
threadNumber | Thread number argument. |
||||||||||
validator | HTTP validator. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Board name argument.
Current cached posts model. Do not modity this model! This model is used only for reading.
Last post number argument. Used when partial thread loading enabled.
Defines whether use partial thread loading or not.
Thread number argument.
HTTP validator. With this argument you can check if page was changed.