Uses of Class
com._1c.g5.v8.dt.moxel.GroupHeaderPlacement
- 
- 
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxelFields in com._1c.g5.v8.dt.moxel with type parameters of type GroupHeaderPlacement Modifier and Type Field Description static 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 GroupHeaderPlacement Modifier and Type Method Description static GroupHeaderPlacementGroupHeaderPlacement. get(int value)Returns the 'Group Header Placement' literal with the specified integer value.static GroupHeaderPlacementGroupHeaderPlacement. get(String literal)Returns the 'Group Header Placement' literal with the specified literal value.static GroupHeaderPlacementGroupHeaderPlacement. getByName(String name)Returns the 'Group Header Placement' literal with the specified name.GroupHeaderPlacementGroup. getHeaderPlacement()Returns the value of the 'Header Placement' attribute.static GroupHeaderPlacementGroupHeaderPlacement. 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 voidGroup. setHeaderPlacement(GroupHeaderPlacement value)Sets the value of the 'Header Placement' attribute.
- 
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.implMethods in com._1c.g5.v8.dt.moxel.impl that return GroupHeaderPlacement Modifier and Type Method Description GroupHeaderPlacementMoxelFactoryImpl. createGroupHeaderPlacementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)GroupHeaderPlacementGroupImpl. getHeaderPlacement()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type GroupHeaderPlacement Modifier and Type Method Description voidGroupImpl. setHeaderPlacement(GroupHeaderPlacement newHeaderPlacement)
- 
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.editorMethods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type GroupHeaderPlacement Modifier and Type Method Description voidSheetAccessor. 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)voidSheetAccessor. addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement)Добавить группировку строк.voidSheetAccessor. addRowsGroup(int begin, int end, LocalString groupName, GroupHeaderPlacement headerPlacement, boolean isOpened)
- 
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.editor.dialogsMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return GroupHeaderPlacement Modifier and Type Method Description GroupHeaderPlacementGroupParametersDialog. getHeaderPlacement()Get header placementMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type GroupHeaderPlacement Modifier and Type Method Description voidGroupParametersDialog. setHeaderPlacement(GroupHeaderPlacement headerPlacement)Set up header placement
- 
Uses of GroupHeaderPlacement in com._1c.g5.v8.dt.moxel.ui.operationsConstructors 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.utilMethods in com._1c.g5.v8.dt.moxel.util that return GroupHeaderPlacement Modifier and Type Method Description static GroupHeaderPlacementMxlSerializerUtil. 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 intMxlSerializerUtil. getMxlGroupHeaderPlacement(GroupHeaderPlacement placement)Get mxl group placement
 
-