Uses of Class
com._1c.g5.v8.dt.moxel.sheet.GroupInfo
Packages that use GroupInfo
Package
Description
-
Uses of GroupInfo in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return GroupInfoModifier and TypeMethodDescriptionSheetAccessor.findColumnsGroupInfo
(Columns columns, int groupBegin, int groupEnd) Найти группировку колонок.SheetAccessor.findGroupToExpandCollapse
(int y, int x, boolean expand) Найти группировку для скрытия/раскрытия.SheetAccessor.findRowGroupInfo
(int groupBegin, int groupEnd) Найти группировку строк.GroupInfo.getParent()
Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type GroupInfoModifier and TypeMethodDescriptionSheetAccessor.getAllGroupsInAllColumns()
Получить группировки во всех колонках.SheetAccessor.getAllGroupsInRows()
Получить все группировки строк.GroupInfo.getChildren()
Получить дочерние группировки.SheetAccessor.getGroupsInColumns
(Columns columns, int beginColumnIndex, int endColumnIndex, boolean getHidden) Получить группировки, которые находятся в колонках.SheetAccessor.getGroupsInRows
(int beginRowIndex, int endRowIndex, boolean getHidden) Получить группировки, которые находятся в строках.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type GroupInfoModifier and TypeMethodDescriptionvoid
SheetAccessor.changeGroup
(GroupInfo groupInfo, int newBegin, int newEnd) Изменить группировку.void
SheetAccessor.expandCollapseColumnsGroup
(Columns columns, GroupInfo groupInfo, boolean expand, boolean withChildren) Скрыть/раскрыть группировку строк.void
SheetAccessor.expandCollapseRowsGroup
(GroupInfo groupInfo, boolean expand, boolean withChildren) Скрыть/раскрыть группировку строк.boolean
Поместится ли указанная группа в группу.Method parameters in com._1c.g5.v8.dt.moxel.sheet with type arguments of type GroupInfoModifier and TypeMethodDescriptionvoid
GroupInfo.getAllChildren
(List<GroupInfo> allChildren) Получить все дочерние группировки.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type GroupInfo -
Uses of GroupInfo in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return GroupInfoModifier and TypeMethodDescriptionMoxelControl.findGroupOpener
(int x, int y) Найти кнопку открытия/закрытия группировки.MoxelControl.findGroupToSelect
(int x, int y) Найти группировку для выделения. -
Uses of GroupInfo in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type GroupInfoModifierConstructorDescriptionChangeGroupOperation
(String label, SheetAccessor sheet_, GroupInfo groupInfo, int newBegin_, int newEnd_) Конструктор.ChangeGroupParametersOperation
(String label, SheetAccessor sheet_, GroupInfo groupInfo, LocalString newName, GroupHeaderPlacement newHeaderPlacement) ExpandCollapseOperation
(String label, SheetAccessor sheet_, GroupInfo groupInfo, boolean expand_, boolean withChildren_, PositionHolder positionHolder)