Class AbstractGomCombobox

All Implemented Interfaces:
Cloneable<GomFormElement>, OptionFactoryProvider, GomCheckable, GomElement, GomEntryProvider, GomFormElement, GomHideable, GomLangInfoProvider, GomSearchRelevancy, LineBreakable, RelationEnabling, Serializable, Cloneable
Direct Known Subclasses:
GomCombobox, GomListSelect

@NonExtendable public abstract class AbstractGomCombobox extends AbstractGomSelect
Abstract base class for combo-boxes.
Since:
4.0.30
See Also:
  • Constructor Details

    • AbstractGomCombobox

      public AbstractGomCombobox()
  • Method Details

    • getLength

      public PositiveInteger getLength()
      Returns the width of the combobox as number of letters
      Since:
      4.0.30
    • setLength

      public void setLength(PositiveInteger length)
      Sets the width of the combobox as number of letters
      Since:
      4.0.30
    • length

      public int length()
      Convenience API for getLength() returning an integer value
      Since:
      4.0.30
    • getPrototypeDisplayValue

      @NotNull public @NotNull Option getPrototypeDisplayValue()
      Provides a String containing length() times M.
      Returns:
      The display value.
      Since:
      4.0.30