Class DtActionBarWithSelectionParameterization

java.lang.Object
com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarParameterization
com._1c.g5.v8.dt.ui.aef.parameterization.DtActionBarWithSelectionParameterization
All Implemented Interfaces:
IParameterization, IDtActionBarParameterization, IDtActionBarWithSelectionParameterization

public class DtActionBarWithSelectionParameterization extends DtActionBarParameterization implements IDtActionBarWithSelectionParameterization
Implementation of parameterization used for action bar components with selection.
  • Constructor Details

    • DtActionBarWithSelectionParameterization

      public DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean readOnly, int linesCount, boolean hasClearAction)
      Constructs a parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
      readOnly - the readonly flag
      linesCount - the lines count
      hasClearAction - has clear action flag
    • DtActionBarWithSelectionParameterization

      public DtActionBarWithSelectionParameterization(ValueChangeApply applyValueChange, boolean hasClearAction)
      Constructs a parameterization.
      Parameters:
      applyValueChange - the apply value change to set, cannot be null
      hasClearAction - has clear action flag
  • Method Details