Interface IEditableComboParameterization

    • Field Detail

      • READ_ONLY_PARAMETERIZATION

        static final IEditableComboParameterization READ_ONLY_PARAMETERIZATION
        Parameterization for read only text of editable combo component
      • EDITABLE_PARAMETERIZATION

        static final IEditableComboParameterization EDITABLE_PARAMETERIZATION
        Parameterization for text of editable combo component
    • Method Detail

      • isReadOnly

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