Class MobileDigiSignComponent
- 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,ILinkParametrization,LinkViewModel>
-
- com._1c.g5.aef2.standard.components.LinkComponent<IModel>
-
- com._1c.g5.v8.dt.md.mobiledigisign.ui.MobileDigiSignComponent
-
- All Implemented Interfaces:
IComponent<IModel>
,IEventChannel
public class MobileDigiSignComponent extends LinkComponent<IModel>
Component for working with mobile client digital signature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection
-
-
Constructor Summary
Constructors Constructor Description MobileDigiSignComponent(ILinkParametrization parameterization)
Instantiates a new mobile digi sign component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleLinkClicked(IViewModel viewModel)
Handles the link clicked event.-
Methods inherited from class com._1c.g5.aef2.standard.components.LinkComponent
createControlViewModel, dispose
-
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponent
createViewModels, 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
-
MobileDigiSignComponent
public MobileDigiSignComponent(ILinkParametrization parameterization)
Instantiates a new mobile digi sign component.- Parameters:
parameterization
- the parameterization
-
-
Method Detail
-
handleLinkClicked
protected void handleLinkClicked(IViewModel viewModel)
Description copied from class:LinkComponent
Handles the link clicked event.- Overrides:
handleLinkClicked
in classLinkComponent<IModel>
- Parameters:
viewModel
- the view model of the event sender.
-
-