Uses of Enum Class
com._1c.g5.aef2.standard.viewModels.ValueChangeApply
Packages that use ValueChangeApply
Package
Description
-
Uses of ValueChangeApply in com._1c.g5.aef2.standard.components
Constructors in com._1c.g5.aef2.standard.components with parameters of type ValueChangeApplyModifierConstructorDescriptionSpinnerComponent
(int min, int max, ValueChangeApply applyValueChange) -
Uses of ValueChangeApply in com._1c.g5.aef2.standard.parameterization
Methods in com._1c.g5.aef2.standard.parameterization that return ValueChangeApplyModifier and TypeMethodDescriptionISpinnerParameterization.getApplyValueChange()
Returns aplly control value change.SpinnerParameterization.getApplyValueChange()
Constructors in com._1c.g5.aef2.standard.parameterization with parameters of type ValueChangeApplyModifierConstructorDescriptionSpinnerParameterization
(T min, T max, ValueChangeApply applyValueChange) Creates a new spinner component parameterization. -
Uses of ValueChangeApply in com._1c.g5.aef2.standard.viewModels
Fields in com._1c.g5.aef2.standard.viewModels with type parameters of type ValueChangeApplyModifier and TypeFieldDescriptionstatic final List<ValueChangeApply>
ValueChangeApply.VALUES
A public read-only list of all the 'Value Change Apply' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return ValueChangeApplyModifier and TypeMethodDescriptionstatic ValueChangeApply
ValueChangeApply.get
(int value) Returns the 'Value Change Apply' literal with the specified integer value.static ValueChangeApply
Returns the 'Value Change Apply' literal with the specified literal value.ControlViewModel.getApplyValueChange()
Returns the value of the 'Apply Value Change' attribute.static ValueChangeApply
Returns the 'Value Change Apply' literal with the specified name.static ValueChangeApply
Returns the enum constant of this class with the specified name.static ValueChangeApply[]
ValueChangeApply.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ValueChangeApplyModifier and TypeMethodDescriptionvoid
ControlViewModel.setApplyValueChange
(ValueChangeApply value) Sets the value of the 'Apply Value Change
' attribute. -
Uses of ValueChangeApply in com._1c.g5.aef2.standard.viewModels.impl
Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ValueChangeApplyModifier and TypeFieldDescriptionprotected static final ValueChangeApply
ControlViewModelImpl.APPLY_VALUE_CHANGE_EDEFAULT
The default value of the 'Apply Value Change
' attribute.protected ValueChangeApply
ControlViewModelImpl.applyValueChange
The cached value of the 'Apply Value Change
' attribute.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ValueChangeApplyModifier and TypeMethodDescriptionAefStandardFactoryImpl.createValueChangeApplyFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ControlViewModelImpl.getApplyValueChange()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ValueChangeApplyModifier and TypeMethodDescriptionvoid
ControlViewModelImpl.setApplyValueChange
(ValueChangeApply newApplyValueChange) -
Uses of ValueChangeApply in com._1c.g5.v8.dt.form.ui.chart.aef.parameterization
Constructors in com._1c.g5.v8.dt.form.ui.chart.aef.parameterization with parameters of type ValueChangeApplyModifierConstructorDescriptionChartReferenceParameterization
(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, ChartReferenceDialogType dialogType) The constructor. -
Uses of ValueChangeApply in com._1c.g5.v8.dt.md.ui.aef.components
Constructors in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type ValueChangeApplyModifierConstructorDescriptionNumberCodeMaxLengthSpinnerComponent
(int min, int max, ValueChangeApply applyValueChange) ASpinnerParameterization
constructor wrapper. -
Uses of ValueChangeApply in com._1c.g5.v8.dt.ui.aef.component
Constructors in com._1c.g5.v8.dt.ui.aef.component with parameters of type ValueChangeApplyModifierConstructorDescriptionDirectorySelectionParameterization
(ValueChangeApply applyValueChange, String dialogTitle, String buttonTooltip, String dialogMessage) Constructor.FileSelectionParameterization
(ValueChangeApply applyValueChange, String dialogTitle, String buttonTooltip, String[] extensionFilters, String[] nameFilters) Constructor. -
Uses of ValueChangeApply in com._1c.g5.v8.dt.ui.aef.parameterization
Methods in com._1c.g5.v8.dt.ui.aef.parameterization that return ValueChangeApplyModifier and TypeMethodDescriptionDtActionBarParameterization.getValueChangeApply()
IDtActionBarParameterization.getValueChangeApply()
Returns apply control value change variant:ON_MODIFY
value will change on every modification,ON_FOCUS_LOST
only on focus lost or 'Return' key is pressed.Constructors in com._1c.g5.v8.dt.ui.aef.parameterization with parameters of type ValueChangeApplyModifierConstructorDescriptionDtActionBarParameterization
(ValueChangeApply applyValueChange) Creates a new parameterization.DtActionBarParameterization
(ValueChangeApply applyValueChange, boolean readOnly, int linesCount) Creates a new parameterization.DtActionBarParameterization
(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, String hintText, boolean passwordMode) Creates a new parameterization.DtActionBarParameterization
(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, String hintText, boolean passwordMode, int textLimit) Creates a new parameterization.DtActionBarWithSelectionParameterization
(ValueChangeApply applyValueChange, boolean hasClearAction) Constructs a parameterization.DtActionBarWithSelectionParameterization
(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction) Constructs a parameterization.