Class DtActionBarParameterization

java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
All Implemented Interfaces:
IParameterization, IDtActionBarParameterization
Direct Known Subclasses:
ChartReferenceParameterization, ColorComponentParameterization, DataPathComponentParameterization, DirectorySelectionParameterization, DtActionBarWithSelectionParameterization, FileSelectionParameterization, FontComponentParameterization, SelectionParameterization

public class DtActionBarParameterization extends Object implements IDtActionBarParameterization
  • Constructor Details

    • DtActionBarParameterization

      public DtActionBarParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, String hintText, boolean passwordMode, int textLimit)
      Creates a new parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
      readOnly - the readonly flag.
      linesCount - the lines count.
      hintText - the hint text or null if none.
      passwordMode - the password mode of the text flag.
      textLimit - the text limit.
    • DtActionBarParameterization

      public DtActionBarParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, String hintText, boolean passwordMode)
      Creates a new parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
      readOnly - the readonly flag.
      linesCount - the lines count.
      hintText - the hint text or null if none.
      passwordMode - the password mode of the text flag.
    • DtActionBarParameterization

      public DtActionBarParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount)
      Creates a new parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
      readOnly - the readonly flag.
      linesCount - the lines count.
    • DtActionBarParameterization

      public DtActionBarParameterization(ValueChangeApply applyValueChange)
      Creates a new parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
  • Method Details