Interface FilterTable.Export

Enclosing class:
FilterTable<R,C>

public static interface FilterTable.Export
Exports the table data to a String.
  • Method Details

    • delimiter

      FilterTable.Export delimiter(char delimiter)
      Parameters:
      delimiter - the column delimiter (TAB by default)
      Returns:
      this Export instance
    • header

      FilterTable.Export header(boolean header)
      Parameters:
      header - include a column header
      Returns:
      this Export instance
    • hidden

      FilterTable.Export hidden(boolean hidden)
      Parameters:
      hidden - include hidden columns
      Returns:
      this Export instance
    • selected

      FilterTable.Export selected(boolean selected)
      Parameters:
      selected - include only selected rows (default false)
      Returns:
      this Export instance
    • get

      String get()
      Returns:
      the table data exported to a String