接口 IGroupInfo


public interface IGroupInfo
Represents the information of a group
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Collapses current group.
    void
    Expands current group.
    int
    Gets the end index of current group.
    boolean
    Get whether the current group is collapsed
    int
    Gets the level of current group.
    Get the parent of current group
    int
    Gets the start index of current group.
  • 方法详细资料

    • expand

      void expand()
      Expands current group.
    • collapse

      void collapse()
      Collapses current group.
    • getStartIndex

      int getStartIndex()
      Gets the start index of current group.
    • getEndIndex

      int getEndIndex()
      Gets the end index of current group.
    • getLevel

      int getLevel()
      Gets the level of current group.
    • getIsCollapsed

      boolean getIsCollapsed()
      Get whether the current group is collapsed
    • getParent

      IGroupInfo getParent()
      Get the parent of current group