@Deprecated public abstract class TestComponent extends SpecGeneratedComponent
SpecGeneratedComponent.TransitionContainer
Component.Builder<T extends Component.Builder<T>>, Component.ContainerBuilder<T extends Component.ContainerBuilder<T>>, Component.MountType, Component.RenderData
Modifier | Constructor and Description |
---|---|
protected |
TestComponent()
Deprecated.
|
protected |
TestComponent(java.lang.String simpleName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
dispatchOnEventImpl(EventHandler eventHandler,
java.lang.Object eventState)
Deprecated.
|
java.util.Set<EventHandler<?>> |
getDispatchedEventHandlers()
Deprecated.
|
java.lang.Object |
getEventState(EventHandler eventHandler)
Deprecated.
|
boolean |
isBound()
Deprecated.
|
boolean |
isEquivalentProps(Component other,
boolean shouldCompareCommonProps)
Deprecated.
Determine if this component has equivalent props to a given component.
|
boolean |
isEquivalentToCalled()
Deprecated.
|
boolean |
isMounted()
Deprecated.
|
void |
resetInteractions()
Deprecated.
Reset the tracking of which methods have been called on this component.
|
boolean |
wasMeasureCalled()
Deprecated.
|
boolean |
wasOnAttachedCalled()
Deprecated.
|
boolean |
wasOnBindCalled()
Deprecated.
|
boolean |
wasOnBoundsDefinedCalled()
Deprecated.
|
boolean |
wasOnDetachedCalled()
Deprecated.
|
boolean |
wasOnMountCalled()
Deprecated.
|
boolean |
wasOnUnbindCalled()
Deprecated.
|
boolean |
wasOnUnmountCalled()
Deprecated.
|
acceptTriggerEvent, acceptTriggerEventImpl, applyPreviousRenderData, bindDynamicProp, canPreallocate, copyInterStageImpl, copyPrepareInterStageImpl, createContent, createInitialState, createInterStagePropsContainer, createPoolableContent, createPrepareInterStagePropsContainer, createRecyclingPool, createStateContainer, dispatchOnEnteredRange, dispatchOnExitedRange, getExtraAccessibilityNodeAt, getExtraAccessibilityNodesCount, getInterStagePropsContainer, getPoolableContentType, getPrepareInterStagePropsContainer, getSimpleName, getSimpleNameDelegate, getTreePropsForChildren, hasAttachDetachCallback, hasOwnErrorHandler, hasState, implementsAccessibility, implementsExtraAccessibilityNodes, isMountSizeDependent, isRecyclingDisabled, needsPreviousRenderData, onAttached, onBind, onBoundsDefined, onCreateLayout, onCreateLayoutWithSizeSpec, onCreateMountContentPool, onDetached, onError, onMeasure, onMeasureBaseline, onMount, onPrepare, onUnbind, onUnmount, poolSize, populateTreeProps, prepare, recordEventTrigger, recordRenderData, render, shouldAlwaysRemeasure, usesLocalStateContainer
canMeasure, clone, createMountContent, dispatchErrorEvent, dispatchOnEvent, equals, excludeFromIncrementalMount, getCommonProps, getDynamicProps, getErrorHandler, getEventDispatcher, getEventTrigger, getEventTrigger, getHandle, getMountType, getTreePropFromParent, getTypeId, hasChildLithoViews, hasClickHandlerSet, hashCode, implementsShouldUpdate, isEqualivalentTreeProps, isEquivalentCommonProps, isEquivalentTo, isEquivalentTo, isLayoutSpecWithSizeSpec, isPureRender, isPureRender, makeShallowCopy, measure, measure, measureMightNotCacheInternalNode, newEventHandler, newEventTrigger, newEventTrigger, onCreateMountContent, onCreateTransition, onLoadStyle, onPopulateAccessibilityNode, onPopulateExtraAccessibilityNode, registerWorkingRange, resolve, retrieveValue, shouldUpdate, toString, transferState, willRender
protected TestComponent(java.lang.String simpleName)
protected TestComponent()
public boolean wasOnMountCalled()
public boolean isMounted()
public boolean wasOnUnmountCalled()
public boolean wasOnBoundsDefinedCalled()
public boolean wasOnBindCalled()
public boolean isBound()
public boolean wasOnUnbindCalled()
public boolean wasMeasureCalled()
public boolean wasOnAttachedCalled()
public boolean wasOnDetachedCalled()
public boolean isEquivalentProps(Component other, boolean shouldCompareCommonProps)
Component
isEquivalentProps
in class Component
other
- the component to compare topublic void resetInteractions()
public java.lang.Object dispatchOnEventImpl(EventHandler eventHandler, java.lang.Object eventState)
dispatchOnEventImpl
in class Component
public java.util.Set<EventHandler<?>> getDispatchedEventHandlers()
public java.lang.Object getEventState(EventHandler eventHandler)
public boolean isEquivalentToCalled()