Uses of Class
com._1c.g5.aef2.standard.viewModels.ValueChangeApply
-
-
Uses of ValueChangeApply in com._1c.g5.aef2.standard.components
Constructors 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.parameterization
Methods in com._1c.g5.aef2.standard.parameterization that return ValueChangeApply Modifier and Type Method Description ValueChangeApply
ISpinnerParameterization. getApplyValueChange()
Returns aplly control value change.ValueChangeApply
SpinnerParameterization. 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.viewModels
Fields in com._1c.g5.aef2.standard.viewModels with type parameters of type ValueChangeApply Modifier and Type Field Description static 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 ValueChangeApply Modifier and Type Method Description static ValueChangeApply
ValueChangeApply. get(int value)
Returns the 'Value Change Apply' literal with the specified integer value.static ValueChangeApply
ValueChangeApply. get(String literal)
Returns the 'Value Change Apply' literal with the specified literal value.ValueChangeApply
ControlViewModel. getApplyValueChange()
Returns the value of the 'Apply Value Change' attribute.static ValueChangeApply
ValueChangeApply. getByName(String name)
Returns the 'Value Change Apply' literal with the specified name.static ValueChangeApply
ValueChangeApply. 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 void
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 ValueChangeApply Modifier and Type Field Description protected static 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 ValueChangeApply Modifier and Type Method Description ValueChangeApply
AefStandardFactoryImpl. createValueChangeApplyFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ValueChangeApply
ControlViewModelImpl. getApplyValueChange()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ValueChangeApply Modifier and Type Method Description void
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 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.components
Constructors in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type ValueChangeApply Constructor Description NumberCodeMaxLengthSpinnerComponent(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 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.parameterization
Methods in com._1c.g5.v8.dt.ui.aef.parameterization that return ValueChangeApply Modifier and Type Method Description ValueChangeApply
DtActionBarParameterization. getValueChangeApply()
ValueChangeApply
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 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.
-