Uses of Interface
com._1c.g5.v8.dt.moxel.Group
- 
Packages that use Group Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.ui.editor com._1c.g5.v8.dt.moxel.util 
- 
- 
Uses of Group in com._1c.g5.v8.dt.moxelSubinterfaces of Group in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interfaceColumnGroupA representation of the model object 'Column Group'.interfaceRowGroupA representation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel that return Group Modifier and Type Method Description GroupMoxelFactory. createGroup()Returns a new object of class 'Group'.
- 
Uses of Group in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement Group Modifier and Type Class Description classColumnGroupImplAn implementation of the model object 'Column Group'.classGroupImplAn implementation of the model object 'Group'.classRowGroupImplAn implementation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel.impl that return Group Modifier and Type Method Description GroupMoxelFactoryImpl. createGroup()
- 
Uses of Group in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor that return Group Modifier and Type Method Description GroupGroupInfo. getGroup()Methods in com._1c.g5.v8.dt.moxel.ui.editor that return types with arguments of type Group Modifier and Type Method Description List<Group>SheetAccessor. getAllColumnGroups()Получить все группировки колонок.List<Group>SheetAccessor. getAllRowGroups()Получить все группировки строк.List<Group>SheetAccessor. getGroupsAboveRow(int begin)Найти группировки выше строки.List<Group>SheetAccessor. getGroupsRightToColumn(Columns columns, int begin)Найти группировки выше строки.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Group Modifier and Type Method Description booleanSheetAccessor. isGroupHeaderAtBegin(Group group)Узнать выводится ли у группы итоговая запись в начале.Method parameters in com._1c.g5.v8.dt.moxel.ui.editor with type arguments of type Group Modifier and Type Method Description voidSheetAccessor. addColumnGroups(List<Group> removedColumnsGroups)Добавить группировки колонок.voidSheetAccessor. addRowGroups(List<Group> groups)Добавить группировки строк.Constructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type Group Constructor Description GroupInfo(Group group_, GroupInfo parent_)Конструтор.
- 
Uses of Group in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type Group Modifier and Type Method Description TMoxelSwitch. caseGroup(Group object)Returns the result of interpreting the object as an instance of 'Group'.
 
-