newAtt = DRAttribute.withKeyPathFormatLabelTotalUserInfo(att.keyPath(), att.format(), att.label(), att.shouldTotal(), att.userInfo());
} else {
newAtt = DRAttributeGroup.withKeyPathFormatLabelTotalListUserInfo(att.keyPath(), att.format(), att.label(), att.shouldTotal(), new NSMutableArray(), att.userInfo());
}
arr.insertObjectAtIndex(newAtt, curDex);
arr.removeObjectAtIndex(curDex+1);
}
public WOComponent toggleGroup() {