Class DtTextComponent
- java.lang.Object
-
- com._1c.g5.aef2.components.Component<M,P>
-
- com._1c.g5.aef2.standard.components.StandardComponent<M,P>
-
- com._1c.g5.aef2.standard.components.AbstractControlComponent<M,P,VM>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractDtSelectComponent<M,P,ActionBarViewModel>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractDtActionBarComponent<IValue<T>,P>
-
- com._1c.g5.v8.dt.ui.aef.component.DtValueActionBarComponent<String,IDtActionBarParameterization>
-
- com._1c.g5.v8.dt.ui.aef.component.DtTextComponent
-
- All Implemented Interfaces:
IComponent<IValue<String>>
,IEventChannel
- Direct Known Subclasses:
ShortcutComponent
,SourceUrlComponent
public class DtTextComponent extends DtValueActionBarComponent<String,IDtActionBarParameterization>
The component that operates with the given model as with text field.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractDtSelectComponent
CLEAR_BUTTON_COMMAND_ID, DEFAULT_CONTEXT, OPEN_BUTTON_COMMAND_ID, SELECT_BUTTON_COMMAND_ID
-
-
Constructor Summary
Constructors Constructor Description DtTextComponent(IDtActionBarParameterization parameterization)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IMapper<String,String>
createMapper()
Creates anIMapper
instance that maps the domain model objects to view model.-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.DtValueActionBarComponent
createControlViewModel
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractDtSelectComponent
createButtonItem, createButtons, createClearButtonItem, createOpenButtonItem, createSelectButtonItem, createViewModels, dispose, handleButtonClicked
-
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponent
disposeViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModels
-
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponent
bindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatus
-
Methods inherited from class com._1c.g5.aef2.components.Component
addComponent, addListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, attachToModel, beginExternalUpdate, checkComponents, checkViewModels, commit, createComponents, detachFromModel, disposeComponents, endExternalUpdate, getComponents, getModel, getParameterization, getParent, getRunnableQueue, getScene, getServiceEventQualifiers, getViewModels, isDisposed, isInExternalUpdate, queueAndWaitEvent, queueEvent, removeComponent, removeListener, removeViewModel, setChildCommitsEnabled, setChildRefreshEnable, setModel, setParent, setScene, subscribeOnEvents, subscribeOnEvents, unsubscribeOnEvents
-
-
-
-
Constructor Detail
-
DtTextComponent
public DtTextComponent(IDtActionBarParameterization parameterization)
Creates a new instance.- Parameters:
parameterization
- the parameterization.
-
-
Method Detail
-
createMapper
protected IMapper<String,String> createMapper()
Description copied from class:DtValueActionBarComponent
Creates anIMapper
instance that maps the domain model objects to view model.- Overrides:
createMapper
in classDtValueActionBarComponent<String,IDtActionBarParameterization>
- Returns:
- the
IMapper
.
-
-