Interface GomSingleLineable

All Known Implementing Classes:
GomCombobox, GomDate, GomNumber, GomText, GomToggle

public interface GomSingleLineable
GOM component that can be single-line instead of being framed
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSingleLine(YesNo singleLine)
    Make the component be single-line instead of being framed
  • Method Details

    • setSingleLine

      void setSingleLine(YesNo singleLine)
      Make the component be single-line instead of being framed
      Since:
      5.0