Package com._1c.g5.aef2.models.pojo
Class PojoValue<T>
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<T>
- All Implemented Interfaces:
IEditableModel
,IModel
,IValue<T>
,IValidable
- Direct Known Subclasses:
BmAdjustableBooleanGroupModel
,BmFontSelectionGroupModel
,ColorsGroupModel
,CommandActionModel
,CommonPictureContentTypeModel
,EmfBasedGroupValue
,EventHandlerModel
,EventHandlerModel
,FormTableNameValueGroupModel
,MdPictureModel
,MobileApplicationPublicationDebugEnablementModel
,PathTransformerValue
,PromptConfirmationOnRestructureModel
,SignOfUnfilledParentModel
,SimpleGroupValue
,StringTransformerValue
,StyleItemModel
POJO value model implementation.
-
Constructor Summary
Constructors -
Method Summary
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, 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, commit, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
PojoValue
Instantiates a new POJO value.- Parameters:
initialValue
- the initial value.
-
PojoValue
Instantiates a new POJO value.- Parameters:
initialValue
- the initial value.editable
- the editable flag.
-
-
Method Details
-
getChange
- Returns:
- change describing the modifications done to the model.
-