| Class | Description |
|---|---|
| ConnectionStateEvent |
An
Event that gets triggered by the com.facebook.litho.sections.fb.datasources.BaseGraphQLConnectionSectionServiceListener in com.facebook.litho.sections.fb.datasources.BaseGraphQLConnectionSection as the connection state
of com.facebook.litho.sections.fb.datasources.GraphQLConnectionService changes. |
| DataDiffSection<T> |
A
DiffSectionSpec that creates a changeSet diffing a generic List of data. |
| DataDiffSection.Builder<T> | |
| GetUniqueIdentifierEvent |
This event is triggered by
HideableDataDiffSectionSpec when it needs to get a unique
identifier for the edge model provided. |
| HideableDataDiffSection<T> |
A
HideableDataDiffSectionSpec that wraps a DataDiffSectionSpec. |
| HideableDataDiffSection.Builder<T> | |
| HideItemEvent |
An
Event that is handled by a HideableDataDiffSectionSpec to remove an edge from
the DataDiffSection |
| OnCheckIsSameContentEvent |
This event is triggered by
DataDiffSectionSpec when it needs to verify whether two model
objects that represent the same item also have the same content. |
| OnCheckIsSameItemEvent |
This event is triggered by
DataDiffSectionSpec when it needs to verify whether two model
objects represent the same item in the collection. |
| RenderEvent |
An
Event that gets triggered by a com.facebook.litho.sections.annotations.DiffSectionSpec to render the edges of the connection. |
| RenderSectionEvent |
An
Event that gets triggered by a com.facebook.litho.sections.annotations.GroupSectionSpec to render the section of the com.facebook.litho.sections.fb.datasources.GraphQLRootQuerySectionSpec result. |
| RenderWithHideItemHandlerEvent |
An
Event that gets triggered by a HideableDataDiffSectionSpec to render the edges
of the connection. |
| SingleComponentSection |
This is the simplest Section within a Sections hierarchy and it can be used to represent one row
in a complex list.
|
| SingleComponentSection.Builder |
| Enum | Description |
|---|---|
| RenderSectionEvent.DataSource | |
| RenderSectionEvent.FetchState | |
| RenderSectionEvent.FetchType |