Class PathTransformerValue
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.pojo.PojoValue<Path>
com._1c.g5.v8.dt.internal.platform.services.ui.aef.models.PathTransformerValue
- All Implemented Interfaces:
IEditableModel
,IModel
,IValue<Path>
,IValidable
Value that transforms
String
to Path
and vice versa.-
Constructor Summary
ConstructorsConstructorDescriptionPathTransformerValue
(IValue<String> originalValue) Constructor ofPathTransformerValue
. -
Method Summary
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, 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, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, 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, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
PathTransformerValue
Constructor ofPathTransformerValue
.- Parameters:
originalValue
- the original value, cannot benull
-
-
Method Details
-
discard
public void discard()Description copied from interface:IModel
Discards the changes stored in the model buffer since lastIModel.commit()
operation. -
get
-
set
-
commit
public void commit()Description copied from interface:IModel
Commits the changes to the data model. -
dispose
public void dispose()Description copied from interface:IModel
Disposes this model.
-