getLimitedRootSelectedChildCount method
获取当前节点对应根节点,返回根节点最后一级选中的子节点的数量
Implementation
int getLimitedRootSelectedChildCount() {
return getSelectedChildCount(getRootEntity(this));
}
获取当前节点对应根节点,返回根节点最后一级选中的子节点的数量
int getLimitedRootSelectedChildCount() {
return getSelectedChildCount(getRootEntity(this));
}