Interface ColumnDescriptor

All Known Implementing Classes:
DefaultColumnDescriptor, InlineItemColumnDescriptor

public interface ColumnDescriptor
A ColumnDescriptor describes the properties of a certain column.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the language.
    Returns the name of this column.
    boolean
    Checks if column is dynamic.
    boolean
    Returns whether this column is editable or not.
    boolean
    Returns whether this column is selectable or not.
    boolean
    Returns whether this column is sortable or not.
    boolean
    Returns whether this column is visible or not.
    void
    setDynamic(boolean dynamic)
    Sets the dynamic.
  • Method Details

    • getName

      String getName()
      Returns the name of this column.
    • isEditable

      boolean isEditable()
      Returns whether this column is editable or not.
    • isSelectable

      boolean isSelectable()
      Returns whether this column is selectable or not.
    • isVisible

      boolean isVisible()
      Returns whether this column is visible or not.
    • isSortable

      boolean isSortable()
      Returns whether this column is sortable or not.
    • isDynamic

      boolean isDynamic()
      Checks if column is dynamic.
      Returns:
      true, if is dynamic
    • setDynamic

      void setDynamic(boolean dynamic)
      Sets the dynamic.
      Parameters:
      dynamic - the new dynamic
    • getLanguage

      LanguageModel getLanguage()
      Gets the language.
      Returns:
      the language