public class RenderWithHideItemHandlerEvent
extends java.lang.Object
Event that gets triggered by a HideableDataDiffSectionSpec to render the edges
of the connection.
RenderWithHideItemHandlerEvent is triggered when the com.facebook.litho.sections.annotations.DiffSectionSpec is generating the ChangeSet.
This means that when RenderWithHideItemHandlerEvent is handled, the components are not
inserted into the adapter yet.
| Modifier and Type | Field and Description |
|---|---|
EventHandler<HideItemEvent> |
hideItemHandler |
int |
index |
Bundle |
loggingExtras |
java.lang.Object |
model |
| Constructor and Description |
|---|
RenderWithHideItemHandlerEvent() |
public int index
public java.lang.Object model
public EventHandler<HideItemEvent> hideItemHandler
public Bundle loggingExtras