public class StatisticsTableManager extends AbstractPackageTable
cellTables, dataProvider, showGroupId| Constructor and Description |
|---|
StatisticsTableManager(boolean showGroupId)
Instantiates a new package table mng.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.cellview.client.TextColumn<Package> |
getArtifactID()
Gets the artifact id.
|
com.github.gwtbootstrap.client.ui.CellTable<Package> |
getCellTables()
Gets the cell tables.
|
com.google.gwt.view.client.ListDataProvider<Package> |
getDataProvider()
Gets the data provider.
|
com.google.gwt.user.cellview.client.TextColumn<Package> |
getGroupId()
Gets the group id.
|
com.google.gwt.user.cellview.client.TextColumn<Package> |
getPackageVersion()
Gets the package version.
|
void |
initTable(com.google.gwt.user.cellview.client.AbstractCellTable<Package> packageTable,
com.google.gwt.user.cellview.client.SimplePager pager,
com.github.gwtbootstrap.client.ui.Pagination pagination)
Inits the table.
|
boolean |
isShowGroupId()
Checks if is show group id.
|
addPackages, setDataProvider, setShowGroupIdpublic StatisticsTableManager(boolean showGroupId)
showGroupId - the show group idpublic void initTable(com.google.gwt.user.cellview.client.AbstractCellTable<Package> packageTable, com.google.gwt.user.cellview.client.SimplePager pager, com.github.gwtbootstrap.client.ui.Pagination pagination)
AbstractPackageTableinitTable in class AbstractPackageTablepackageTable - the package tablepager - the pagerpagination - the paginationpublic com.github.gwtbootstrap.client.ui.CellTable<Package> getCellTables()
AbstractPackageTablegetCellTables in class AbstractPackageTablepublic com.google.gwt.view.client.ListDataProvider<Package> getDataProvider()
AbstractPackageTablegetDataProvider in class AbstractPackageTablepublic boolean isShowGroupId()
AbstractPackageTableisShowGroupId in class AbstractPackageTablepublic com.google.gwt.user.cellview.client.TextColumn<Package> getGroupId()
public com.google.gwt.user.cellview.client.TextColumn<Package> getArtifactID()
public com.google.gwt.user.cellview.client.TextColumn<Package> getPackageVersion()
Copyright © 2015. All Rights Reserved.