Interface ColumnDescriptor

    • Method Detail

      • getName

        java.lang.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