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.VALUES
A public read-only list of all the 'Group Header Placement' enumerators.Methods in com._1c.g5.v8.dt.moxel that return GroupHeaderPlacementModifier and TypeMethodDescriptionstatic GroupHeaderPlacement
GroupHeaderPlacement.get
(int value) Returns the 'Group Header Placement' literal with the specified integer value.static GroupHeaderPlacement
Returns the 'Group Header Placement' literal with the specified literal value.static GroupHeaderPlacement
Returns the 'Group Header Placement' literal with the specified name.Group.getHeaderPlacement()
Returns the value of the 'Header Placement' attribute.static GroupHeaderPlacement
Returns 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 TypeMethodDescriptionvoid
Group.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 TypeMethodDescriptionvoid
GroupImpl.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 TypeMethodDescriptionvoid
SheetAccessor.addColumnsGroup
(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement) Добавить группировку в колонки.void
SheetAccessor.addColumnsGroup
(Columns columns, int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened) Add columns groupvoid
SheetAccessor.addRowsGroup
(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement) Добавить группировку строк.void
SheetAccessor.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 TypeMethodDescriptionvoid
GroupParametersDialog.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)