JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.facebook.litho.specmodels.model
Interface HasPureRender
All Known Implementing Classes:
LayoutSpecModel
,
MockSpecModel
,
MountSpecModel
public interface
HasPureRender
An interface for
SpecModel
s that can be pure render.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isPureRender
()
Whether this spec is pure render or not.
Method Detail
isPureRender
boolean isPureRender()
Whether this spec is pure render or not. If a spec is pure render then when the ComponentTree for this component is updated, if nothing changes then the measurements for this component can be re-used.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method