Uses of Class
com._1c.g5.v8.dt.moxel.GroupHeaderPlacement
-
-
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel
Fields in com._1c.g5.v8.dt.moxel with type parameters of type GroupHeaderPlacement Modifier and Type Field Description static 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 GroupHeaderPlacement Modifier and Type Method Description static GroupHeaderPlacement
GroupHeaderPlacement. get(int value)
Returns the 'Group Header Placement' literal with the specified integer value.static GroupHeaderPlacement
GroupHeaderPlacement. get(String literal)
Returns the 'Group Header Placement' literal with the specified literal value.static GroupHeaderPlacement
GroupHeaderPlacement. getByName(String name)
Returns the 'Group Header Placement' literal with the specified name.GroupHeaderPlacement
Group. getHeaderPlacement()
Returns the value of the 'Header Placement' attribute.static GroupHeaderPlacement
GroupHeaderPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupHeaderPlacement[]
GroupHeaderPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.moxel with parameters of type GroupHeaderPlacement Modifier and Type Method Description void
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 GroupHeaderPlacement Modifier and Type Method Description GroupHeaderPlacement
MoxelFactoryImpl. createGroupHeaderPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GroupHeaderPlacement
GroupImpl. getHeaderPlacement()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type GroupHeaderPlacement Modifier and Type Method Description void
GroupImpl. setHeaderPlacement(GroupHeaderPlacement newHeaderPlacement)
-
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type GroupHeaderPlacement Modifier and Type Method Description void
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)
void
SheetAccessor. addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement)
Добавить группировку строк.void
SheetAccessor. addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened)
-
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 GroupHeaderPlacement Modifier and Type Method Description GroupHeaderPlacement
GroupParametersDialog. getHeaderPlacement()
Get header placementMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type GroupHeaderPlacement Modifier and Type Method Description void
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 GroupHeaderPlacement Constructor Description AddRemoveGroupOperation(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)
-
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return GroupHeaderPlacement Modifier and Type Method Description static GroupHeaderPlacement
MxlSerializerUtil. getGroupHeaderPlacement(int val)
Get groups header placementMethods in com._1c.g5.v8.dt.moxel.util with parameters of type GroupHeaderPlacement Modifier and Type Method Description static int
MxlSerializerUtil. getMxlGroupHeaderPlacement(GroupHeaderPlacement placement)
Get mxl group placement
-