Klasse DefaultAsyncTableContentProvider

java.lang.Object
io.jenkins.plugins.datatables.DefaultAsyncTableContentProvider
Alle implementierten Schnittstellen:
AsyncTableContentProvider

public abstract class DefaultAsyncTableContentProvider extends Object implements AsyncTableContentProvider
An AsyncTableContentProvider that provides a default implementation to extract the rows of a given date table as JSON objects.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • DefaultAsyncTableContentProvider

      public DefaultAsyncTableContentProvider()
  • Methodendetails

    • getTableRows

      @JavaScriptMethod public String getTableRows(String id)
      Beschreibung aus Schnittstelle kopiert: AsyncTableContentProvider
      Returns the rows of the table model with the specified ID. The rows must use the JSON specification of the data attribute of the data table. Note that this method will be invoked asynchronously using an Ajax call after the page has been rendered.
      Angegeben von:
      getTableRows in Schnittstelle AsyncTableContentProvider
      Parameter:
      id - ID of the table model
      Gibt zurück:
      the table model with the specified ID