public class ReleasesTable extends Object
Modifier and Type | Field and Description |
---|---|
protected com.github.gwtbootstrap.client.ui.CellTable<Release> |
cellTables |
protected com.google.gwt.view.client.ListDataProvider<Release> |
dataProvider |
protected boolean |
showGroupId |
Constructor and Description |
---|
ReleasesTable(HandlerReleaseOperation handlerReleaseOperation)
Instantiates a new releases table.
|
Modifier and Type | Method and Description |
---|---|
void |
addReleases(List<Release> releases)
Adds the releases.
|
com.github.gwtbootstrap.client.ui.CellTable<Release> |
getDataGrid()
Gets the data grid.
|
com.google.gwt.view.client.ListDataProvider<Release> |
getDataProvider()
Gets the data provider.
|
void |
initTable(com.google.gwt.user.cellview.client.AbstractCellTable<Release> releaseTable,
com.google.gwt.user.cellview.client.SimplePager pager,
com.github.gwtbootstrap.client.ui.Pagination pagination)
Inits the table.
|
protected com.github.gwtbootstrap.client.ui.CellTable<Release> cellTables
protected com.google.gwt.view.client.ListDataProvider<Release> dataProvider
protected boolean showGroupId
public ReleasesTable(HandlerReleaseOperation handlerReleaseOperation)
handlerReleaseOperation
- the handler release operationpublic void addReleases(List<Release> releases)
releases
- the releasespublic void initTable(com.google.gwt.user.cellview.client.AbstractCellTable<Release> releaseTable, com.google.gwt.user.cellview.client.SimplePager pager, com.github.gwtbootstrap.client.ui.Pagination pagination)
releaseTable
- the release tablepager
- the pagerpagination
- the paginationpublic com.github.gwtbootstrap.client.ui.CellTable<Release> getDataGrid()
public com.google.gwt.view.client.ListDataProvider<Release> getDataProvider()
Copyright © 2016. All Rights Reserved.