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.moxel
Subinterfaces of Group in com._1c.g5.v8.dt.moxel Modifier and Type Interface Description interface
ColumnGroup
A representation of the model object 'Column Group'.interface
RowGroup
A representation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel that return Group Modifier and Type Method Description Group
MoxelFactory. 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 Group Modifier and Type Class Description class
ColumnGroupImpl
An implementation of the model object 'Column Group'.class
GroupImpl
An implementation of the model object 'Group'.class
RowGroupImpl
An implementation of the model object 'Row Group'.Methods in com._1c.g5.v8.dt.moxel.impl that return Group Modifier and Type Method Description Group
MoxelFactoryImpl. createGroup()
-
Uses of Group in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Group Modifier and Type Method Description Group
GroupInfo. 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 boolean
SheetAccessor. 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 void
SheetAccessor. addColumnGroups(List<Group> removedColumnsGroups)
Добавить группировки колонок.void
SheetAccessor. 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.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Group Modifier and Type Method Description T
MoxelSwitch. caseGroup(Group object)
Returns the result of interpreting the object as an instance of 'Group'.
-