getLimitedRootSelectedChildCount method

int getLimitedRootSelectedChildCount()

获取当前节点对应根节点,返回根节点最后一级选中的子节点的数量

Implementation

int getLimitedRootSelectedChildCount() {
  return getSelectedChildCount(getRootEntity(this));
}