JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
G
I
L
M
O
P
R
S
T
V
C
com.facebook.litho.annotations
- package com.facebook.litho.annotations
com.facebook.proguard.annotations
- package com.facebook.proguard.annotations
D
DoNotStrip
- Annotation Type in
com.facebook.proguard.annotations
E
Event
- Annotation Type in
com.facebook.litho.annotations
F
FromBind
- Annotation Type in
com.facebook.litho.annotations
FromBoundsDefined
- Annotation Type in
com.facebook.litho.annotations
FromEvent
- Annotation Type in
com.facebook.litho.annotations
Annotates a parameter to a component's event handler callback method indicating that it will be supplied by the event object.
FromMeasure
- Annotation Type in
com.facebook.litho.annotations
FromMeasureBaseline
- Annotation Type in
com.facebook.litho.annotations
FromPrepare
- Annotation Type in
com.facebook.litho.annotations
FromTrigger
- Annotation Type in
com.facebook.litho.annotations
Parameters declared in a class annotated with
Event
that are used in
OnTrigger
For example:
G
GetExtraAccessibilityNodeAt
- Annotation Type in
com.facebook.litho.annotations
GetExtraAccessibilityNodesCount
- Annotation Type in
com.facebook.litho.annotations
I
IMPORTANT_FOR_ACCESSIBILITY_AUTO
- Static variable in annotation type com.facebook.litho.annotations.
ImportantForAccessibility
Automatically determine whether a view is important for accessibility.
IMPORTANT_FOR_ACCESSIBILITY_NO
- Static variable in annotation type com.facebook.litho.annotations.
ImportantForAccessibility
The view is not important for accessibility.
IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS
- Static variable in annotation type com.facebook.litho.annotations.
ImportantForAccessibility
The view is not important for accessibility, nor are any of its descendant views.
IMPORTANT_FOR_ACCESSIBILITY_YES
- Static variable in annotation type com.facebook.litho.annotations.
ImportantForAccessibility
The view is important for accessibility.
ImportantForAccessibility
- Annotation Type in
com.facebook.litho.annotations
L
LayoutSpec
- Annotation Type in
com.facebook.litho.annotations
A class that is annotated with this annotation will be used to create a component lifecycle that is made up of other components.
M
MountSpec
- Annotation Type in
com.facebook.litho.annotations
A class that is annotated with this annotation will be used to create a component that renders something, in the form of either a Drawable or a View.
O
OnBind
- Annotation Type in
com.facebook.litho.annotations
A method annotation used in classes that are annotated with
MountSpec
.
OnBoundsDefined
- Annotation Type in
com.facebook.litho.annotations
OnCreateInitialState
- Annotation Type in
com.facebook.litho.annotations
A method annotated with this annotation is responsible for creating the initial value for params annotated with the
State
annotation in this spec.
OnCreateLayout
- Annotation Type in
com.facebook.litho.annotations
OnCreateLayoutWithSizeSpec
- Annotation Type in
com.facebook.litho.annotations
Whether the LayoutSpec component will perform measurement while computing its layout tree.
OnCreateMountContent
- Annotation Type in
com.facebook.litho.annotations
The method annotated with this annotation will be called to instantiate the mount content for the
MountSpec
.
OnCreateTransition
- Annotation Type in
com.facebook.litho.annotations
Annotation for a method that specifies how to animate this component to its new layout and props.
OnCreateTreeProp
- Annotation Type in
com.facebook.litho.annotations
An annotation for a Spec method that generates tree props.
OnEvent
- Annotation Type in
com.facebook.litho.annotations
OnLoadStyle
- Annotation Type in
com.facebook.litho.annotations
OnMeasure
- Annotation Type in
com.facebook.litho.annotations
OnMeasureBaseline
- Annotation Type in
com.facebook.litho.annotations
A method that is annotated with this annotation will be used to compute the baseline of your component.
OnMount
- Annotation Type in
com.facebook.litho.annotations
OnPopulateAccessibilityNode
- Annotation Type in
com.facebook.litho.annotations
OnPopulateExtraAccessibilityNode
- Annotation Type in
com.facebook.litho.annotations
OnPrepare
- Annotation Type in
com.facebook.litho.annotations
OnTrigger
- Annotation Type in
com.facebook.litho.annotations
Annotated function in the component will allow its parents to call it with an EventTrigger.
OnUnbind
- Annotation Type in
com.facebook.litho.annotations
A method annotation used in classes that are annotated with
MountSpec
.
OnUnmount
- Annotation Type in
com.facebook.litho.annotations
OnUpdateState
- Annotation Type in
com.facebook.litho.annotations
Used to mark a method that can update the state of a Component.
P
Param
- Annotation Type in
com.facebook.litho.annotations
Prop
- Annotation Type in
com.facebook.litho.annotations
Annotates a parameter to a component's spec method indicating that it will be supplied as a prop for this component.
PropDefault
- Annotation Type in
com.facebook.litho.annotations
R
ResType
- Enum in
com.facebook.litho.annotations
S
ShouldUpdate
- Annotation Type in
com.facebook.litho.annotations
State
- Annotation Type in
com.facebook.litho.annotations
T
TreeProp
- Annotation Type in
com.facebook.litho.annotations
A prop passed silently down from a Spec's parents.
V
valueOf(String)
- Static method in enum com.facebook.litho.annotations.
ResType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.facebook.litho.annotations.
ResType
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
E
F
G
I
L
M
O
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes