Class DMSTableAdapter

java.lang.Object
com.groiss.dms.DMSTableAdapter
All Implemented Interfaces:
DMSTableHandler

@Deprecated public class DMSTableAdapter extends Object implements DMSTableHandler
Deprecated.
since ep 10.0, implement interface DMSTableHandler directly which provides default implementations now
The default implementation of a DMSTableHandler.
  • Constructor Details

    • DMSTableAdapter

      public DMSTableAdapter()
      Deprecated.
  • Method Details

    • getHTMLPage

      public HTMLPage getHTMLPage()
      Deprecated.
      returns null
    • getTitle

      public String getTitle()
      Deprecated.
      returns null
    • modifyTableHeader

      @Deprecated public void modifyTableHeader(List<Pair<String,Object>> header)
      Deprecated.
      since ep 8.0, implement modifyColumns(List) instead
      empty implementation
    • modifyColumns

      public void modifyColumns(List<ColumnDescription> colDescs)
      Deprecated.
      Description copied from interface: DMSTableHandler
      You get the columns as we suggest it as a list of ColumnDescription (see the corresponding statics defined in this interface as values for the ids of the ColumnDescriptions, e.g. DMSTableHandler.NAME) You can change these columns as you like. The resulting column list is used to build the table: for all system definied columns we add the corresponding column value, for other ids we add "null" elements.
      Specified by:
      modifyColumns in interface DMSTableHandler
      Parameters:
      colDescs - a list of column descriptions