Interface ColumnPropertiesTypeAdapter

All Known Implementing Classes:
AbstractTypeAdapter, BirthdateTypeAdapter, BooleanTypeAdapter, CounterTypeAdapter, DatetimeTypeAdapter, DateTypeAdapter, DurationTypeAdapter, EmailTypeAdapter, IntegerTypeAdapter, IpAddressTypeAdapter, LongTypeAdapter, MoneyAmountTypeAdapter, PasswordTypeAdapter, PercentTypeAdapter, PhoneTypeAdapter, PostcodeTypeAdapter, SortingTypeAdapter, TimeTypeAdapter, UploadTypeAdapter, UuidTypeAdapter

@Deprecated public interface ColumnPropertiesTypeAdapter
Deprecated.
Provides datatype-based default values for when used in a grid column.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    Return a number of pixels.
    boolean
    Deprecated.
    Tells if the width is fixed.
    boolean
    use()
    Deprecated.
    Tells if the type is displayed in a column.
  • Method Details

    • use

      boolean use()
      Deprecated.
      Tells if the type is displayed in a column. Most are (or may be), few are prohibited completely (eg PasswordMd5).
    • getWidth

      int getWidth()
      Deprecated.
      Return a number of pixels. It is respected intially as space permits, may grow and shrink in relation to the other values unless isFixed().
    • isFixed

      boolean isFixed()
      Deprecated.
      Tells if the width is fixed. Then the cell won't adjust size automatically, nor will it be possible for the user. (ext settings are kinda limited for now for the grid, they plan to enhance it.)