Package io.jenkins.plugins.datatables
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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetTableRows(String id) Returns the rows of the table model with the specified ID.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden io.jenkins.plugins.datatables.AsyncTableContentProvider
getTableModel
-
Konstruktordetails
-
DefaultAsyncTableContentProvider
public DefaultAsyncTableContentProvider()
-
-
Methodendetails
-
getTableRows
Beschreibung aus Schnittstelle kopiert:AsyncTableContentProviderReturns the rows of the table model with the specified ID. The rows must use the JSON specification of thedataattribute of the data table. Note that this method will be invoked asynchronously using an Ajax call after the page has been rendered.- Angegeben von:
getTableRowsin SchnittstelleAsyncTableContentProvider- Parameter:
id- ID of the table model- Gibt zurück:
- the table model with the specified ID
-