Class DtActionBarParameterization

    • Constructor Detail

      • 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