@Deprecated public class TestLayoutComponent extends TestComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
TestLayoutComponent.Builder
Deprecated.
|
SpecGeneratedComponent.TransitionContainerComponent.ContainerBuilder<T extends Component.ContainerBuilder<T>>, Component.MountType, Component.RenderData| Modifier and Type | Method and Description |
|---|---|
static TestLayoutComponent.Builder |
create(ComponentContext context)
Deprecated.
|
static TestLayoutComponent.Builder |
create(ComponentContext context,
boolean isPureRender)
Deprecated.
|
static TestLayoutComponent.Builder |
create(ComponentContext context,
int defStyleAttr,
int defStyleRes)
Deprecated.
|
static TestLayoutComponent.Builder |
create(ComponentContext context,
int defStyleAttr,
int defStyleRes,
boolean isPureRender,
boolean hasMountSpecChild,
boolean isDelegate)
Deprecated.
|
Component.MountType |
getMountType()
Deprecated.
This indicates the type of the
Object that will be returned by com.facebook.litho.Component#mount. |
protected boolean |
isPureRender()
Deprecated.
|
protected Component |
onCreateLayout(ComponentContext c)
Deprecated.
Generate a tree of
ComponentLayout representing the layout structure of the Component and its sub-components. |
dispatchOnEventImpl, getDispatchedEventHandlers, getEventState, isBound, isEquivalentProps, isEquivalentToCalled, isMounted, resetInteractions, wasMeasureCalled, wasOnAttachedCalled, wasOnBindCalled, wasOnBoundsDefinedCalled, wasOnDetachedCalled, wasOnMountCalled, wasOnUnbindCalled, wasOnUnmountCalledacceptTriggerEvent, 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, onCreateLayoutWithSizeSpec, onCreateMountContentPool, onDetached, onError, onMeasure, onMeasureBaseline, onMount, onPrepare, onUnbind, onUnmount, poolSize, populateTreeProps, prepare, recordEventTrigger, recordRenderData, render, shouldAlwaysRemeasure, usesLocalStateContainercanMeasure, clone, createMountContent, dispatchErrorEvent, dispatchOnEvent, equals, excludeFromIncrementalMount, getCommonProps, getDynamicProps, getErrorHandler, getEventDispatcher, getEventTrigger, getEventTrigger, getHandle, getTreePropFromParent, getTypeId, hasChildLithoViews, hasClickHandlerSet, hashCode, implementsShouldUpdate, isEqualivalentTreeProps, isEquivalentCommonProps, isEquivalentTo, isEquivalentTo, isLayoutSpecWithSizeSpec, isPureRender, makeShallowCopy, measure, measure, measureMightNotCacheInternalNode, newEventHandler, newEventTrigger, newEventTrigger, onCreateMountContent, onCreateTransition, onLoadStyle, onPopulateAccessibilityNode, onPopulateExtraAccessibilityNode, registerWorkingRange, resolve, retrieveValue, shouldUpdate, toString, transferState, willRenderprotected boolean isPureRender()
isPureRender in class Componentprotected Component onCreateLayout(ComponentContext c)
SpecGeneratedComponentComponentLayout representing the layout structure of the Component and its sub-components.onCreateLayout in class SpecGeneratedComponentc - The ComponentContext to build a ComponentLayout tree.public Component.MountType getMountType()
ComponentObject that will be returned by com.facebook.litho.Component#mount.getMountType in class ComponentComponent.MountTypepublic static TestLayoutComponent.Builder create(ComponentContext context, int defStyleAttr, int defStyleRes)
public static TestLayoutComponent.Builder create(ComponentContext context, int defStyleAttr, int defStyleRes, boolean isPureRender, boolean hasMountSpecChild, boolean isDelegate)
public static TestLayoutComponent.Builder create(ComponentContext context)
public static TestLayoutComponent.Builder create(ComponentContext context, boolean isPureRender)