Class ISingleLanguageFormattedTextModel.SingleLanguageFormattedTextWorkingCopy
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.value.Value<T>
com._1c.g5.aef2.models.value.ValueWorkingCopy<String>
com._1c.g5.v8.dt.md.ui.aef.models.ISingleLanguageFormattedTextModel.SingleLanguageFormattedTextWorkingCopy
- All Implemented Interfaces:
IEditableModel
,IModel
,IValue<String>
,IValidable
- Enclosing interface:
- ISingleLanguageFormattedTextModel
public static class ISingleLanguageFormattedTextModel.SingleLanguageFormattedTextWorkingCopy
extends ValueWorkingCopy<String>
The working copy of
ISingleLanguageFormattedTextModel
.-
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.value.ValueWorkingCopy
getOriginalModel, isOnline, validate
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, dispose, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue, toString
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, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, 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, getComponent, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate
-
Constructor Details
-
SingleLanguageFormattedTextWorkingCopy
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
- Specified by:
getChange
in interfaceIModel
- Overrides:
getChange
in classValueWorkingCopy<String>
- Returns:
- change describing the modifications done to the model.
-