Class IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.map.MapModel<K,V>
com._1c.g5.aef2.models.map.MapWorkingCopy<String,String>
com._1c.g5.v8.dt.md.ui.aef.models.IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy
- All Implemented Interfaces:
IEditableModel
,IModel
,IMap<String,
,String> IValidable
,Map<String,
String>
- Enclosing interface:
- IMultilanguageFormattedTextModel
public static final class IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy
extends MapWorkingCopy<String,String>
The working copy of
IMultilanguageFormattedTextModel
.-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new working copy. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether formatted text is used.void
setFormatted
(boolean isFormatted) Sets whether formatted text is used.Methods inherited from class com._1c.g5.aef2.models.map.MapWorkingCopy
getOriginalModel, isOnline, validate
Methods inherited from class com._1c.g5.aef2.models.map.MapModel
addMapListener, clear, containsKey, containsValue, createWorkingCopy, discard, entrySet, fill, fromCollection, get, getCommittedMap, getUncommittedMap, isElementEqual, isEmpty, isEqual, keySet, notifyMapChanged, put, putAll, queueNotifyMapChanged, remove, removeMapListener, setCommittedMap, setMap, setUncommitedMap, size, toString, values
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, dispose, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, dispose, getComponent, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MultilanguageFormattedTextWorkingCopy
Creates a new working copy.- Parameters:
original
- the original map.
-
-
Method Details
-
isFormatted
public boolean isFormatted()Returns whether formatted text is used.- Returns:
- true if formatted text is used, false otherwise
-
setFormatted
public void setFormatted(boolean isFormatted) Sets whether formatted text is used.- Parameters:
isFormatted
- is formatted text or not
-
getChange
-