Uses of Interface
com._1c.g5.v8.dt.moxel.content.LocalString
Packages that use LocalString
Package
Description
-
Uses of LocalString in com._1c.g5.v8.dt.dcs.ui.templates.util
Methods in com._1c.g5.v8.dt.dcs.ui.templates.util with parameters of type LocalStringModifier and TypeMethodDescriptionTemplateStringParser.getParameters
(LocalString cellText) Parse cell text to extract parameters.void
TemplateStringParser.parse
(LocalString localString) Parse local string to tokens. -
Uses of LocalString in com._1c.g5.v8.dt.internal.moxel.sheet
Constructors in com._1c.g5.v8.dt.internal.moxel.sheet with parameters of type LocalStringModifierConstructorDescriptionLocalStringInfo
(LocalString localString) Creates new local string info. -
Uses of LocalString in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return LocalStringModifier and TypeMethodDescriptionFormat.getDataFormat()
Returns the value of the 'Data Format' containment reference.Format.getEditFormat()
Returns the value of the 'Edit Format' containment reference.Format.getMask()
Returns the value of the 'Mask' containment reference.Cell.getText()
Returns the value of the 'Text' containment reference.Group.getText()
Returns the value of the 'Text' containment reference.TextDrawing.getText()
Returns the value of the 'Text' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type LocalStringModifier and TypeMethodDescriptionvoid
Format.setDataFormat
(LocalString value) Sets the value of the 'Data Format
' containment reference.void
Format.setEditFormat
(LocalString value) Sets the value of the 'Edit Format
' containment reference.void
Format.setMask
(LocalString value) Sets the value of the 'Mask
' containment reference.void
Cell.setText
(LocalString value) Sets the value of the 'Text
' containment reference.void
Group.setText
(LocalString value) Sets the value of the 'Text
' containment reference.void
TextDrawing.setText
(LocalString value) Sets the value of the 'Text
' containment reference. -
Uses of LocalString in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return LocalStringModifier and TypeMethodDescriptionContentFactory.createLocalString()
Returns a new object of class 'Local String'.BaseFormattingCellProperties.getDataFormat()
Returns the value of the 'Data Format' containment reference.TextDrawingProperties.getDataFormat()
Returns the value of the 'Data Format' containment reference.BaseFormattingCellProperties.getEditFormat()
Returns the value of the 'Edit Format' containment reference.TextDrawingProperties.getEditFormat()
Returns the value of the 'Edit Format' containment reference.BaseFormattingCellProperties.getMask()
Returns the value of the 'Mask' containment reference.TextDrawingProperties.getMask()
Returns the value of the 'Mask' containment reference.CellsProperties.getText()
Returns the value of the 'Text' containment reference.TextDrawingProperties.getText()
Returns the value of the 'Text' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type LocalStringModifier and TypeMethodDescriptionvoid
BaseFormattingCellProperties.setDataFormat
(LocalString value) Sets the value of the 'Data Format
' containment reference.void
TextDrawingProperties.setDataFormat
(LocalString value) Sets the value of the 'Data Format
' containment reference.void
BaseFormattingCellProperties.setEditFormat
(LocalString value) Sets the value of the 'Edit Format
' containment reference.void
TextDrawingProperties.setEditFormat
(LocalString value) Sets the value of the 'Edit Format
' containment reference.void
BaseFormattingCellProperties.setMask
(LocalString value) Sets the value of the 'Mask
' containment reference.void
TextDrawingProperties.setMask
(LocalString value) Sets the value of the 'Mask
' containment reference.void
CellsProperties.setText
(LocalString value) Sets the value of the 'Text
' containment reference.void
TextDrawingProperties.setText
(LocalString value) Sets the value of the 'Text
' containment reference. -
Uses of LocalString in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement LocalStringModifier and TypeClassDescriptionclass
An implementation of the model object 'Local String'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return LocalStringModifier and TypeMethodDescriptionContentFactoryImpl.createLocalString()
BaseFormattingCellPropertiesImpl.getDataFormat()
TextDrawingPropertiesImpl.getDataFormat()
BaseFormattingCellPropertiesImpl.getEditFormat()
TextDrawingPropertiesImpl.getEditFormat()
BaseFormattingCellPropertiesImpl.getMask()
TextDrawingPropertiesImpl.getMask()
CellsPropertiesImpl.getText()
TextDrawingPropertiesImpl.getText()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type LocalStringModifier and TypeMethodDescriptionvoid
BaseFormattingCellPropertiesImpl.setDataFormat
(LocalString newDataFormat) void
TextDrawingPropertiesImpl.setDataFormat
(LocalString newDataFormat) void
BaseFormattingCellPropertiesImpl.setEditFormat
(LocalString newEditFormat) void
TextDrawingPropertiesImpl.setEditFormat
(LocalString newEditFormat) void
BaseFormattingCellPropertiesImpl.setMask
(LocalString newMask) void
TextDrawingPropertiesImpl.setMask
(LocalString newMask) void
CellsPropertiesImpl.setText
(LocalString newText) void
TextDrawingPropertiesImpl.setText
(LocalString newText) -
Uses of LocalString in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type LocalStringModifier and TypeMethodDescriptionContentSwitch.caseLocalString
(LocalString object) Returns the result of interpreting the object as an instance of 'Local String'. -
Uses of LocalString in com._1c.g5.v8.dt.moxel.impl
Methods in com._1c.g5.v8.dt.moxel.impl that return LocalStringModifier and TypeMethodDescriptionFormatImpl.getDataFormat()
FormatImpl.getEditFormat()
FormatImpl.getMask()
CellImpl.getText()
GroupImpl.getText()
TextDrawingImpl.getText()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type LocalStringModifier and TypeMethodDescriptionvoid
FormatImpl.setDataFormat
(LocalString newDataFormat) void
FormatImpl.setEditFormat
(LocalString newEditFormat) void
FormatImpl.setMask
(LocalString newMask) void
CellImpl.setText
(LocalString newText) void
GroupImpl.setText
(LocalString newText) void
TextDrawingImpl.setText
(LocalString newText) -
Uses of LocalString in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return LocalStringModifier and TypeMethodDescriptionSheetAccessor.getCellValueFormatByIndex
(int cellValueFormatIndex) Returns cell value format by index.ReadOnlyCellFullFormat.getDataFormat()
ReadOnlyFormat.getDataFormat()
ReadOnlyCellFullFormat.getEditFormat()
ReadOnlyFormat.getEditFormat()
ReadOnlyCellFullFormat.getMask()
ReadOnlyFormat.getMask()
SheetAccessor.getMaskByIndex
(int maskIndex) Returns mask by index.Methods in com._1c.g5.v8.dt.moxel.sheet that return types with arguments of type LocalStringModifier and TypeMethodDescriptionSheetAccessor.getCellValueFormats()
Returns cell value formats.SheetAccessor.getMasks()
Returns masks.Methods in com._1c.g5.v8.dt.moxel.sheet with parameters of type LocalStringModifier 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 groupint
SheetAccessor.getCellValueFormatIndex
(LocalString cellValueFormat) Returns cell value format index by format.int
SheetAccessor.getMaskIndex
(LocalString mask) Gets mask index. -
Uses of LocalString in com._1c.g5.v8.dt.moxel.ui.editor.dialogs
Methods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs that return LocalStringMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type LocalStringModifier and TypeMethodDescriptionvoid
GroupParametersDialog.setGroupName
(LocalString groupName) Set group name -
Uses of LocalString in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type LocalStringModifierConstructorDescriptionAddRemoveGroupOperation
(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 LocalString in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return LocalStringModifier and TypeMethodDescriptionstatic LocalString
MoxelUtil.normalizeFormattedString
(LocalString formattedString) Normalizes formatted string.static LocalString
MoxelUtil.normalizeLocalString
(LocalString localString) Normalizes local string to pure data.Methods in com._1c.g5.v8.dt.moxel.util with parameters of type LocalStringModifier and TypeMethodDescriptionstatic boolean
MoxelUtil.compareLocalStrings
(LocalString string1, LocalString string2) Compare two instances ofLocalString
.static boolean
MoxelUtil.isEmptyString
(LocalString string) Check ifLocalString
is empty.static LocalString
MoxelUtil.normalizeFormattedString
(LocalString formattedString) Normalizes formatted string.static LocalString
MoxelUtil.normalizeLocalString
(LocalString localString) Normalizes local string to pure data.