Class BigDecimalSpinnerComponent
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<IValue<BigDecimal>,ISpinnerParameterization<BigDecimal>,BigDecimalSpinnerViewModel>
com._1c.g5.aef2.standard.components.BigDecimalSpinnerComponent
- All Implemented Interfaces:
IComponent<IValue<BigDecimal>>,IEventChannel
public class BigDecimalSpinnerComponent
extends AbstractControlComponent<IValue<BigDecimal>,ISpinnerParameterization<BigDecimal>,BigDecimalSpinnerViewModel>
Component for big decimal spinner.
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection -
Constructor Summary
ConstructorsConstructorDescriptionBigDecimalSpinnerComponent(ISpinnerParameterization<BigDecimal> parameterization) The contructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimalSpinnerViewModelCreates control view model instance.Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponent
createViewModels, disposeViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModelsMethods inherited from class com._1c.g5.aef2.standard.components.StandardComponent
bindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatusMethods inherited from class com._1c.g5.aef2.components.Component
addComponent, addListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, attachToModel, beginExternalUpdate, checkComponents, checkViewModels, commit, createComponents, detachFromModel, dispose, 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 Details
-
BigDecimalSpinnerComponent
The contructor.- Parameters:
parameterization- The parametrization.
-
-
Method Details
-
createControlViewModel
Description copied from class:AbstractControlComponentCreates control view model instance.- Specified by:
createControlViewModelin classAbstractControlComponent<IValue<BigDecimal>,ISpinnerParameterization<BigDecimal>, BigDecimalSpinnerViewModel> - Returns:
- a newly created control view model.
-