Uses of Class
com.google.refine.model.ColumnGroup
Packages that use ColumnGroup
-
Uses of ColumnGroup in com.google.refine.model
Fields in com.google.refine.model declared as ColumnGroupFields in com.google.refine.model with type parameters of type ColumnGroupModifier and TypeFieldDescriptionprotected List<ColumnGroup>ColumnModel._rootColumnGroupsfinal List<ColumnGroup>ColumnModel.columnGroupsColumnGroup.subgroupsMethods in com.google.refine.model that return ColumnGroupMethods in com.google.refine.model that return types with arguments of type ColumnGroupMethods in com.google.refine.model with parameters of type ColumnGroup -
Uses of ColumnGroup in com.google.refine.model.changes
Fields in com.google.refine.model.changes with type parameters of type ColumnGroupModifier and TypeFieldDescriptionprotected List<ColumnGroup>ColumnAdditionChange._oldColumnGroupsprotected List<ColumnGroup>ColumnMoveChange._oldColumnGroupsprotected List<ColumnGroup>ColumnRemovalChange._oldColumnGroupsprotected List<ColumnGroup>ColumnReorderChange._oldColumnGroupsprotected List<ColumnGroup>ColumnSplitChange._oldColumnGroupsprotected List<ColumnGroup>MassRowColumnChange._oldColumnGroupsMethods in com.google.refine.model.changes that return types with arguments of type ColumnGroupModifier and TypeMethodDescriptionstatic List<ColumnGroup>ColumnChange.readOldColumnGroups(LineNumberReader reader, int oldColumnGroupCount) Method parameters in com.google.refine.model.changes with type arguments of type ColumnGroupModifier and TypeMethodDescriptionstatic voidColumnChange.writeOldColumnGroups(Writer writer, Properties options, List<ColumnGroup> oldColumnGroups)