Uses of Class
com._1c.g5.aef2.standard.viewModels.ValueChangeApply
- 
- 
Uses of ValueChangeApply in com._1c.g5.aef2.standard.componentsConstructors in com._1c.g5.aef2.standard.components with parameters of type ValueChangeApply Constructor Description SpinnerComponent(int min, int max, ValueChangeApply applyValueChange)
- 
Uses of ValueChangeApply in com._1c.g5.aef2.standard.parameterizationMethods in com._1c.g5.aef2.standard.parameterization that return ValueChangeApply Modifier and Type Method Description ValueChangeApplyISpinnerParameterization. getApplyValueChange()Returns aplly control value change.ValueChangeApplySpinnerParameterization. getApplyValueChange()Constructors in com._1c.g5.aef2.standard.parameterization with parameters of type ValueChangeApply Constructor Description SpinnerParameterization(T min, T max, ValueChangeApply applyValueChange)Creates a new spinner component parameterization.
- 
Uses of ValueChangeApply in com._1c.g5.aef2.standard.viewModelsFields in com._1c.g5.aef2.standard.viewModels with type parameters of type ValueChangeApply Modifier and Type Field Description static List<ValueChangeApply>ValueChangeApply. VALUESA public read-only list of all the 'Value Change Apply' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return ValueChangeApply Modifier and Type Method Description static ValueChangeApplyValueChangeApply. get(int value)Returns the 'Value Change Apply' literal with the specified integer value.static ValueChangeApplyValueChangeApply. get(String literal)Returns the 'Value Change Apply' literal with the specified literal value.ValueChangeApplyControlViewModel. getApplyValueChange()Returns the value of the 'Apply Value Change' attribute.static ValueChangeApplyValueChangeApply. getByName(String name)Returns the 'Value Change Apply' literal with the specified name.static ValueChangeApplyValueChangeApply. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueChangeApply[]ValueChangeApply. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ValueChangeApply Modifier and Type Method Description voidControlViewModel. setApplyValueChange(ValueChangeApply value)Sets the value of the 'Apply Value Change' attribute.
- 
Uses of ValueChangeApply in com._1c.g5.aef2.standard.viewModels.implFields in com._1c.g5.aef2.standard.viewModels.impl declared as ValueChangeApply Modifier and Type Field Description protected static ValueChangeApplyControlViewModelImpl. APPLY_VALUE_CHANGE_EDEFAULTThe default value of the 'Apply Value Change' attribute.protected ValueChangeApplyControlViewModelImpl. applyValueChangeThe cached value of the 'Apply Value Change' attribute.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ValueChangeApply Modifier and Type Method Description ValueChangeApplyAefStandardFactoryImpl. createValueChangeApplyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ValueChangeApplyControlViewModelImpl. getApplyValueChange()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ValueChangeApply Modifier and Type Method Description voidControlViewModelImpl. setApplyValueChange(ValueChangeApply newApplyValueChange)
- 
Uses of ValueChangeApply in com._1c.g5.v8.dt.form.ui.chart.aef.parameterizationConstructors in com._1c.g5.v8.dt.form.ui.chart.aef.parameterization with parameters of type ValueChangeApply Constructor Description ChartReferenceParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, ChartReferenceDialogType dialogType)The constructor.
- 
Uses of ValueChangeApply in com._1c.g5.v8.dt.md.ui.aef.componentsConstructors in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type ValueChangeApply Constructor Description NumberCodeMaxLengthSpinnerComponent(int min, int max, ValueChangeApply applyValueChange)ASpinnerParameterizationconstructor wrapper.
- 
Uses of ValueChangeApply in com._1c.g5.v8.dt.ui.aef.componentConstructors in com._1c.g5.v8.dt.ui.aef.component with parameters of type ValueChangeApply Constructor Description DirectorySelectionParameterization(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.parameterizationMethods in com._1c.g5.v8.dt.ui.aef.parameterization that return ValueChangeApply Modifier and Type Method Description ValueChangeApplyDtActionBarParameterization. getValueChangeApply()ValueChangeApplyIDtActionBarParameterization. getValueChangeApply()Returns apply control value change variant:ON_MODIFYvalue will change on every modification,ON_FOCUS_LOSTonly on focus lost or 'Return' key is pressed.Constructors in com._1c.g5.v8.dt.ui.aef.parameterization with parameters of type ValueChangeApply Constructor Description DtActionBarParameterization(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.
 
-