Klasse DetailedCell<T>

java.lang.Object
io.jenkins.plugins.datatables.DetailedCell<T>
Typparameter:
T - the type of the sort column

public class DetailedCell<T> extends Object
A table cell that provides a display and sort property so that a JQuery data table can use different properties to sort and display a column. In order to use such a cell the TableColumn has to be configured using the
  • Konstruktordetails

    • DetailedCell

      public DetailedCell(String display, T sort)
      Creates a new DetailedCell.
      Parameter:
      display - the value that should be used to display the cell
      sort - the value that should be used to sort the cell
      Siehe auch:
  • Methodendetails

    • getDisplay

      public String getDisplay()
    • getSort

      public T getSort()