Uses of Interface
com._1c.g5.v8.dt.moxel.content.LocalString
-
-
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 LocalString Modifier and Type Method Description List<AreaTemplateParameter>
TemplateStringParser. 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.moxel
Methods in com._1c.g5.v8.dt.moxel that return LocalString Modifier and Type Method Description LocalString
Format. getDataFormat()
Returns the value of the 'Data Format' containment reference.LocalString
Format. getEditFormat()
Returns the value of the 'Edit Format' containment reference.LocalString
Format. getMask()
Returns the value of the 'Mask' containment reference.LocalString
Cell. getText()
Returns the value of the 'Text' containment reference.LocalString
Group. getText()
Returns the value of the 'Text' containment reference.LocalString
TextDrawing. getText()
Returns the value of the 'Text' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type LocalString Modifier and Type Method Description void
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 LocalString Modifier and Type Method Description LocalString
ContentFactory. createLocalString()
Returns a new object of class 'Local String'.LocalString
BaseFormattingCellProperties. getDataFormat()
Returns the value of the 'Data Format' containment reference.LocalString
TextDrawingProperties. getDataFormat()
Returns the value of the 'Data Format' containment reference.LocalString
BaseFormattingCellProperties. getEditFormat()
Returns the value of the 'Edit Format' containment reference.LocalString
TextDrawingProperties. getEditFormat()
Returns the value of the 'Edit Format' containment reference.LocalString
BaseFormattingCellProperties. getMask()
Returns the value of the 'Mask' containment reference.LocalString
TextDrawingProperties. getMask()
Returns the value of the 'Mask' containment reference.LocalString
CellsProperties. getText()
Returns the value of the 'Text' containment reference.LocalString
TextDrawingProperties. getText()
Returns the value of the 'Text' containment reference.Methods in com._1c.g5.v8.dt.moxel.content with parameters of type LocalString Modifier and Type Method Description void
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 LocalString Modifier and Type Class Description class
LocalStringImpl
An implementation of the model object 'Local String'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return LocalString Modifier and Type Method Description LocalString
ContentFactoryImpl. createLocalString()
LocalString
BaseFormattingCellPropertiesImpl. getDataFormat()
LocalString
TextDrawingPropertiesImpl. getDataFormat()
LocalString
BaseFormattingCellPropertiesImpl. getEditFormat()
LocalString
TextDrawingPropertiesImpl. getEditFormat()
LocalString
BaseFormattingCellPropertiesImpl. getMask()
LocalString
TextDrawingPropertiesImpl. getMask()
LocalString
CellsPropertiesImpl. getText()
LocalString
TextDrawingPropertiesImpl. getText()
Methods in com._1c.g5.v8.dt.moxel.content.impl with parameters of type LocalString Modifier and Type Method Description void
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 LocalString Modifier and Type Method Description T
ContentSwitch. 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 LocalString Modifier and Type Method Description LocalString
FormatImpl. getDataFormat()
LocalString
FormatImpl. getEditFormat()
LocalString
FormatImpl. getMask()
LocalString
CellImpl. getText()
LocalString
GroupImpl. getText()
LocalString
TextDrawingImpl. getText()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type LocalString Modifier and Type Method Description void
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.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return LocalString Modifier and Type Method Description LocalString
ReadOnlyCellFullFormat. getDataFormat()
LocalString
ReadOnlyCellFullFormat. getEditFormat()
LocalString
ReadOnlyCellFullFormat. getMask()
Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type LocalString 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)
List<String>
SheetAccessor. findInLocalString(LocalString localString, SearchParameters searchParameters)
Найти текст в локальной строке.String
SheetAccessor. getString(LocalString localString)
Получить текст на текущем языке.void
SheetAccessor. setString(LocalString localString, String text)
Установить текст. -
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 LocalString Modifier and Type Method Description LocalString
GroupParametersDialog. getGroupName()
Get group nameMethods in com._1c.g5.v8.dt.moxel.ui.editor.dialogs with parameters of type LocalString Modifier and Type Method Description void
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 LocalString 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 LocalString in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util that return LocalString Modifier and Type Method Description LocalString
ReadOnlyFormat. getDataFormat()
LocalString
ReadOnlyFormat. getEditFormat()
LocalString
ReadOnlyFormat. getMask()
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type LocalString Modifier and Type Method Description static boolean
MoxelUtil. compareLocalStrings(LocalString string1, LocalString string2)
Compare two instances ofLocalString
.static boolean
MoxelUtil. isEmptyString(LocalString string)
Check ifLocalString
is empty.
-