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.StandardComponentStandardComponent.BindingDirection
 
- 
 - 
Constructor SummaryConstructors Constructor Description MobileDigiSignComponent(ILinkParametrization parameterization)Instantiates a new mobile digi sign component.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleLinkClicked(IViewModel viewModel)Handles the link clicked event.- 
Methods inherited from class com._1c.g5.aef2.standard.components.LinkComponentcreateControlViewModel, dispose
 - 
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponentcreateViewModels, disposeViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModels
 - 
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponentbindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatus
 - 
Methods inherited from class com._1c.g5.aef2.components.ComponentaddComponent, 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- 
MobileDigiSignComponentpublic MobileDigiSignComponent(ILinkParametrization parameterization) Instantiates a new mobile digi sign component.- Parameters:
- parameterization- the parameterization
 
 
- 
 - 
Method Detail- 
handleLinkClickedprotected void handleLinkClicked(IViewModel viewModel) Description copied from class:LinkComponentHandles the link clicked event.- Overrides:
- handleLinkClickedin class- LinkComponent<IModel>
- Parameters:
- viewModel- the view model of the event sender.
 
 
- 
 
-