public class DebugComponentDescriptor
extends com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>
| Constructor and Description |
|---|
DebugComponentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.facebook.flipper.plugins.inspector.Named<java.lang.String>> |
getAttributes(com.facebook.litho.DebugComponent node) |
java.lang.Object |
getChildAt(com.facebook.litho.DebugComponent node,
int index) |
int |
getChildCount(com.facebook.litho.DebugComponent node) |
java.util.List<com.facebook.flipper.plugins.inspector.Named<com.facebook.flipper.core.FlipperObject>> |
getData(com.facebook.litho.DebugComponent node) |
java.lang.String |
getDecoration(com.facebook.litho.DebugComponent node) |
com.facebook.flipper.core.FlipperObject |
getExtraInfo(com.facebook.litho.DebugComponent node) |
java.lang.String |
getId(com.facebook.litho.DebugComponent node) |
java.lang.String |
getName(com.facebook.litho.DebugComponent node) |
void |
hitTest(com.facebook.litho.DebugComponent node,
com.facebook.flipper.plugins.inspector.Touch touch) |
void |
init(com.facebook.litho.DebugComponent node) |
boolean |
matches(java.lang.String query,
com.facebook.litho.DebugComponent node) |
void |
setHighlighted(com.facebook.litho.DebugComponent node,
boolean selected,
boolean isAlignmentMode) |
void |
setValue(com.facebook.litho.DebugComponent node,
java.lang.String[] path,
com.facebook.flipper.core.FlipperDynamic value) |
public void init(com.facebook.litho.DebugComponent node)
init in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.lang.String getId(com.facebook.litho.DebugComponent node)
getId in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.lang.String getName(com.facebook.litho.DebugComponent node)
throws java.lang.Exception
getName in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>java.lang.Exceptionpublic int getChildCount(com.facebook.litho.DebugComponent node)
getChildCount in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.lang.Object getChildAt(com.facebook.litho.DebugComponent node,
int index)
getChildAt in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.util.List<com.facebook.flipper.plugins.inspector.Named<com.facebook.flipper.core.FlipperObject>> getData(com.facebook.litho.DebugComponent node)
throws java.lang.Exception
getData in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>java.lang.Exceptionpublic void setValue(com.facebook.litho.DebugComponent node,
java.lang.String[] path,
com.facebook.flipper.core.FlipperDynamic value)
setValue in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.util.List<com.facebook.flipper.plugins.inspector.Named<java.lang.String>> getAttributes(com.facebook.litho.DebugComponent node)
getAttributes in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public com.facebook.flipper.core.FlipperObject getExtraInfo(com.facebook.litho.DebugComponent node)
getExtraInfo in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public void setHighlighted(com.facebook.litho.DebugComponent node,
boolean selected,
boolean isAlignmentMode)
setHighlighted in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public void hitTest(com.facebook.litho.DebugComponent node,
com.facebook.flipper.plugins.inspector.Touch touch)
hitTest in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>public java.lang.String getDecoration(com.facebook.litho.DebugComponent node)
throws java.lang.Exception
getDecoration in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>java.lang.Exceptionpublic boolean matches(java.lang.String query,
com.facebook.litho.DebugComponent node)
throws java.lang.Exception
matches in class com.facebook.flipper.plugins.inspector.NodeDescriptor<com.facebook.litho.DebugComponent>java.lang.Exception