public class RenderWithHideItemHandlerEvent extends 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 |
Object |
model |
| Constructor and Description |
|---|
RenderWithHideItemHandlerEvent() |
public int index
public Object model
public EventHandler<HideItemEvent> hideItemHandler
public Bundle loggingExtras