Interface IEditableComboParameterization

All Superinterfaces:
IParameterization
All Known Implementing Classes:
EditableIntegerComboParameterization, IEditableComboParameterization.EditableComboParameterization

public interface IEditableComboParameterization extends IParameterization
The IParameterization for text of editable combo component.
  • Field Details

    • 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 Details

    • isReadOnly

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