Class InfobaseDebugPortModel
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.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model.AbstractInfobaseApplicationEditorModel<Integer>
com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model.InfobaseDebugPortModel
- All Implemented Interfaces:
IEditableModel
,IModel
,IValue<Integer>
,IValidable
,IApplicationEditingContextAwareModel
The AEF 2.0 model for infobase debug port.
-
Constructor Summary
ConstructorsConstructorDescriptionInfobaseDebugPortModel
(IApplicationAttributeRepository attributeRepository, IInfobaseApplication application) Creates a new model. -
Method Summary
Modifier and TypeMethodDescriptionprotected IApplicationEditorTask
createEditorTask
(Integer uncommitedValue, Integer commitedValue) Creates the application editor task.protected Integer
Returns the current value obtained from the business service.Methods inherited from class com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model.AbstractInfobaseApplicationEditorModel
dispose, getApplication, getChange, getEditingContext, setEditingContext
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, 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
-
InfobaseDebugPortModel
public InfobaseDebugPortModel(IApplicationAttributeRepository attributeRepository, IInfobaseApplication application) Creates a new model.- Parameters:
attributeRepository
- theIApplicationAttributeRepository
instance, cannot benull
.application
- the application, cannot benull
.
-
-
Method Details
-
createEditorTask
Description copied from class:AbstractInfobaseApplicationEditorModel
Creates the application editor task.- Specified by:
createEditorTask
in classAbstractInfobaseApplicationEditorModel<Integer>
- Returns:
- a newly created application editor task, never
null
.
-
getCurrentValue
Description copied from class:AbstractInfobaseApplicationEditorModel
Returns the current value obtained from the business service.- Specified by:
getCurrentValue
in classAbstractInfobaseApplicationEditorModel<Integer>
- Returns:
- the current value obtained from the business service or
null
.
-