Interface IDtActionBarParameterization

    • Field Detail

      • SINGLE_LINE_READONLY

        static final IDtActionBarParameterization SINGLE_LINE_READONLY
        The action bar parameterization that corresponds to read only single line field.
      • SINGLE_LINE_LIVE

        static final IDtActionBarParameterization SINGLE_LINE_LIVE
        The action bar parameterization that corresponds to live (on modify) single line field.
      • SINGLE_LINE_LAZY

        static final IDtActionBarParameterization SINGLE_LINE_LAZY
        The action bar parameterization that corresponds to lazy (on focus lost or traverse return) single line field.
      • MULTI_LINE_LIVE

        static final IDtActionBarParameterization MULTI_LINE_LIVE
        The action bar parameterization that corresponds to live (on modify) multi line field.
      • MULTI_LINE_LAZY

        static final IDtActionBarParameterization MULTI_LINE_LAZY
        The action bar parameterization that corresponds to lazy (on focus lost or traverse return) multi line field.
      • MULTI_LINE_READONLY

        static final IDtActionBarParameterization MULTI_LINE_READONLY
        The action bar parameterization for multi line field that is read only.
    • Method Detail

      • isReadOnly

        boolean isReadOnly()
        Returns the value indicating the action bar editor is readonly or not.
        Returns:
        true if the action bar editor is readonly, false - otherwise.
      • isPasswordMode

        boolean isPasswordMode()
        Returns whether the text is in password mode.
        Returns:
        whether the text is in password mode
      • getLinesCount

        int getLinesCount()
        Returns the lines count.
        Returns:
        the lines count.
      • getTextLimit

        int getTextLimit()
        Returns the text limit.
        Returns:
        the text limit or '-1' for unlimited text.
      • getHintText

        String getHintText()
        Returns the hint text of the text. Can return null if none hint is set.
        Returns:
        the hint text of the text or null if none hint is set