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