Interface FieldColumnControl

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, CellStyleProperties, ColumnStyleProperties, Control, Element, EventOwner, FieldControlProperties, MessageContainer, MessageProperties, PaddingStyleProperties, java.io.Serializable, TextStyleProperties, WebFormEventOwner

public interface FieldColumnControl
extends Control, FieldControlProperties, ColumnStyleProperties, MessageProperties
Field Column Control

Further documentation.

  • Method Details

    • getEditorInputBackgroundProperties

      BackgroundStyleProperties getEditorInputBackgroundProperties()
      Background properties for the data content of each table cell.
      Since:
      V4.4
    • getStripeEditorInputBackgroundProperties

      BackgroundStyleProperties getStripeEditorInputBackgroundProperties()
      Background properties for the data content of each table cell - applied to alternate (striped) rows. These properties override getEditorInputBackgroundProperties() properties.
      Since:
      V4.4
    • getEditorInputBorderProperties

      BorderStyleProperties getEditorInputBorderProperties()
      Border properties for the data content of each table cell.
      Since:
      V4.4
    • getStripeEditorInputBorderProperties

      BorderStyleProperties getStripeEditorInputBorderProperties()
      Border properties for the data content of each table cell - applied to alternate (striped) rows. These properties override getEditorInputBorderProperties() properties.
      Since:
      V4.4
    • getEditorInputTextProperties

      TextStyleProperties getEditorInputTextProperties()
      Text properties for the data content of each table cell.
      Since:
      V4.4
    • getStripeEditorInputTextProperties

      TextStyleProperties getStripeEditorInputTextProperties()
      Text properties for the data content of each table cell - applied to alternate (striped) rows. These properties override getEditorInputTextProperties() properties.
      Since:
      V4.4
    • getCalendarProperties

      ImageStyleProperties getCalendarProperties()
      Image properties for the calendar icon of date fields.
      Since:
      V4.4
    • getStripeCalendarProperties

      ImageStyleProperties getStripeCalendarProperties()
      Image properties for the calendar icon of date fields - applied to alternate (striped) rows. These properties override getCalendarProperties() properties.
      Since:
      V4.4
    • getValuePatternProperties

      TextStyleProperties getValuePatternProperties()
      Value pattern properties.
      Since:
      V4.4
    • isSortable

      boolean isSortable()
      Indicates whether or not the user can sort the table by this column. Sort icons are displayed next to the column header text when a column is sortable.

      Further documentation.

      Since:
      V4.4
    • setSortable

      void setSortable​(boolean sortable)
      Sets whether or not the user can sort the table by this column. Sort icons are displayed next to the column header text when a column is sortable.

      Further documentation.

      Since:
      V4.4
    • getTableColumn

      WebFormTableColumn getTableColumn()
      Returns the table column displayed by this Table Column Control.
      Since:
      V4.4