public abstract class DefaultAsyncTableContentProvider extends Object implements AsyncTableContentProvider
AsyncTableContentProvider that provides a default implementation to extract the rows of a given date table
as JSON objects.| Constructor and Description |
|---|
DefaultAsyncTableContentProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableRows(String id)
Returns the rows of the table model with the specified ID.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableModel@JavaScriptMethod public String getTableRows(String id)
AsyncTableContentProviderdata attribute of the data table. Note that this method will be invoked asynchronously using an Ajax call after
the page has been rendered.getTableRows in interface AsyncTableContentProviderid - ID of the table modelCopyright © 2016–2020. All rights reserved.