Uses of Interface
com._1c.g5.v8.dt.moxel.Group
Packages that use Group
Package
Description
-
Uses of Group in com._1c.g5.v8.dt.moxel
Subinterfaces of Group in com._1c.g5.v8.dt.moxelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Column Group'.interface
A representation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel that return GroupModifier and TypeMethodDescriptionMoxelFactory.createGroup()
Returns a new object of class 'Group'. -
Uses of Group in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement GroupModifier and TypeClassDescriptionclass
An implementation of the model object 'Column Group'.class
An implementation of the model object 'Group'.class
An implementation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel.impl that return Group -
Uses of Group in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return GroupMethods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type GroupModifier and TypeMethodDescriptionSheetAccessor.getAllColumnGroups()
Получить все группировки колонок.SheetAccessor.getAllRowGroups()
Получить все группировки строк.SheetAccessor.getGroupsAboveRow
(int begin) Найти группировки выше строки.SheetAccessor.getGroupsRightToColumn
(Columns columns, int begin) Найти группировки выше строки.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type GroupModifier and TypeMethodDescriptionboolean
SheetAccessor.isGroupHeaderAtBegin
(Group group) Узнать выводится ли у группы итоговая запись в начале.Method parameters in com._1c.g5.v8.dt.moxel.sheet with type arguments of type GroupModifier and TypeMethodDescriptionvoid
SheetAccessor.addRowGroups
(List<Group> groups) Добавить группировки строк.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type Group -
Uses of Group in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Group