public final class SingleComponentSection extends SectionLifecycle
com.facebook.litho.sections.common.SingleComponentSectionSpec
Modifier and Type | Class and Description |
---|---|
static class |
SingleComponentSection.Builder |
SectionLifecycle.StateContainer, SectionLifecycle.StateUpdate
Modifier and Type | Method and Description |
---|---|
static SingleComponentSection.Builder |
create(SectionContext context) |
protected void |
generateChangeSet(SectionContext context,
ChangeSet changeSet,
Section _prevAbstractImpl,
Section _nextAbstractImpl)
This method will delegate to the
DiffSectionSpec
method annotated with OnDiff |
protected boolean |
isDiffSectionSpec() |
acquireDiff, acquireOutput, bindService, createChildren, createInitialState, createService, dataBound, dispatchLoadingEvent, dispatchOnEvent, getLoadingEventHandler, getService, getTreePropsForChildren, newEventHandler, newEventHandler, populateTreeProps, refresh, releaseDiff, releaseOutput, requestFocus, requestFocus, requestFocus, requestFocusWithOffset, requestFocusWithOffset, shouldUpdate, transferService, transferState, unbindService, viewportChanged
public static SingleComponentSection.Builder create(SectionContext context)
protected void generateChangeSet(SectionContext context, ChangeSet changeSet, Section _prevAbstractImpl, Section _nextAbstractImpl)
SectionLifecycle
DiffSectionSpec
method annotated with OnDiff
generateChangeSet
in class SectionLifecycle
protected boolean isDiffSectionSpec()
isDiffSectionSpec
in class SectionLifecycle