Uses of Enum Class
com._1c.g5.v8.dt.moxel.GroupHeaderPlacement
Packages that use GroupHeaderPlacement
Package
Description
-
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type GroupHeaderPlacementModifier and TypeFieldDescriptionstatic final List<GroupHeaderPlacement>GroupHeaderPlacement.VALUESA public read-only list of all the 'Group Header Placement' enumerators.Methods in com._1c.g5.v8.dt.moxel that return GroupHeaderPlacementModifier and TypeMethodDescriptionstatic GroupHeaderPlacementGroupHeaderPlacement.get(int value) Returns the 'Group Header Placement' literal with the specified integer value.static GroupHeaderPlacementReturns the 'Group Header Placement' literal with the specified literal value.static GroupHeaderPlacementReturns the 'Group Header Placement' literal with the specified name.Group.getHeaderPlacement()Returns the value of the 'Header Placement' attribute.static GroupHeaderPlacementReturns the enum constant of this class with the specified name.static GroupHeaderPlacement[]GroupHeaderPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type GroupHeaderPlacementModifier and TypeMethodDescriptionvoidGroup.setHeaderPlacement(GroupHeaderPlacement value) Sets the value of the 'Header Placement' attribute. -
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return GroupHeaderPlacementModifier and TypeMethodDescriptionMoxelFactoryImpl.createGroupHeaderPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GroupImpl.getHeaderPlacement()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type GroupHeaderPlacementModifier and TypeMethodDescriptionvoidGroupImpl.setHeaderPlacement(GroupHeaderPlacement newHeaderPlacement) -
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type GroupHeaderPlacementModifier and TypeMethodDescriptionvoidSheetAccessor.addColumnsGroup(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement) Добавить группировку в колонки.voidSheetAccessor.addColumnsGroup(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened) Add columns groupvoidSheetAccessor.addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement) Добавить группировку строк.voidSheetAccessor.addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened) Add rows group -
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return GroupHeaderPlacementModifier and TypeMethodDescriptionGroupParametersDialog.getHeaderPlacement()Get header placementMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type GroupHeaderPlacementModifier and TypeMethodDescriptionvoidGroupParametersDialog.setHeaderPlacement(GroupHeaderPlacement headerPlacement) Set up header placement -
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type GroupHeaderPlacementModifierConstructorDescriptionAddRemoveGroupOperation(String label, SheetAccessor sheet_, int begin_, int end_, Columns columns_, boolean add_, LocalString groupName_, GroupHeaderPlacement headerPlacement_) Конструктор.ChangeGroupParametersOperation(String label, SheetAccessor sheet_, GroupInfo groupInfo, LocalString newName, GroupHeaderPlacement newHeaderPlacement)