JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Classes
Deprecated Methods
Deprecated Classes
Class and Description
com.facebook.litho.ComponentSelector
com.facebook.litho.reference.Reference
Just use the object directly instead.
com.facebook.litho.reference.ReferenceLifecycle
Deprecated Methods
Method and Description
com.facebook.litho.ComponentHost.addView(View)
com.facebook.litho.ComponentHost.addView(View, int)
com.facebook.litho.ComponentHost.addView(View, int, LayoutParams)
com.facebook.litho.ComponentHost.addViewInLayout(View, int, LayoutParams, boolean)
com.facebook.litho.ComponentHost.attachViewToParent(View, int, LayoutParams)
com.facebook.litho.ComponentLayout.Builder.background(Reference.Builder<? extends Drawable>)
just use
ComponentLayout.Builder.background(Drawable)
instead.
com.facebook.litho.ComponentLayout.ContainerBuilder.background(Reference.Builder<? extends Drawable>)
just use
ComponentLayout.ContainerBuilder.background(Drawable)
instead.
com.facebook.litho.ComponentLayout.Builder.background(Reference<? extends Drawable>)
just use
ComponentLayout.Builder.background(Drawable)
instead.
com.facebook.litho.ComponentLayout.ContainerBuilder.background(Reference<? extends Drawable>)
just use
ComponentLayout.ContainerBuilder.background(Drawable)
instead.
com.facebook.litho.ComponentHost.removeAllViewsInLayout()
com.facebook.litho.ComponentHost.removeDetachedView(View, boolean)
com.facebook.litho.ComponentHost.removeView(View)
com.facebook.litho.ComponentHost.removeViewAt(int)
com.facebook.litho.ComponentHost.removeViewInLayout(View)
com.facebook.litho.ComponentHost.removeViews(int, int)
com.facebook.litho.ComponentHost.removeViewsInLayout(int, int)
com.facebook.litho.LithoView.setDoesOwnIncrementalMount(boolean)
com.facebook.litho.Component.Builder.withLayout()
You no longer need to use this method in order to add layout attributes, you can just add them directly to the component.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes