public static class TestSectionCreator.TestSection extends Section
Section.Builder<T extends Section.Builder<T>>
SectionLifecycle.StateContainer, SectionLifecycle.StateUpdate
Modifier and Type | Field and Description |
---|---|
int |
firstFullyVisibleIndex |
int |
firstVisibleIndex |
int |
lastFullyVisibleIndex |
int |
lastVisibleIndex |
boolean |
refreshCalled |
Modifier | Constructor and Description |
---|---|
protected |
TestSection(int initialCount,
String key,
boolean forceShouldUpdate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
getChildren, getEventDispatcher, getGlobalKey, getScopedContext, getSimpleName, getStateContainer, isEquivalentTo, makeShallowCopy, makeShallowCopy, recordEventTrigger, setChildren, setCount, setGlobalKey, setKey, setScopedContext
acceptTriggerEvent, acquireDiff, acquireOutput, bindService, createChildren, createInitialState, createService, dataBound, dispatchLoadingEvent, dispatchOnEvent, generateChangeSet, getEventTrigger, getLoadingEventHandler, getService, getTreePropsForChildren, isDiffSectionSpec, newEventHandler, newEventHandler, newEventTrigger, populateTreeProps, refresh, releaseDiff, releaseOutput, requestFocus, requestFocus, requestFocus, requestFocusWithOffset, requestFocusWithOffset, requestFocusWithOffset, shouldUpdate, transferService, transferState, unbindService, viewportChanged
public boolean refreshCalled
public int firstVisibleIndex
public int lastVisibleIndex
public int firstFullyVisibleIndex
public int lastFullyVisibleIndex
protected TestSection(int initialCount, String key, boolean forceShouldUpdate)