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, setShowGroupId
public 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)
AbstractPackageTable
initTable
in class AbstractPackageTable
packageTable
- the package tablepager
- the pagerpagination
- the paginationpublic com.github.gwtbootstrap.client.ui.CellTable<Package> getCellTables()
AbstractPackageTable
getCellTables
in class AbstractPackageTable
public com.google.gwt.view.client.ListDataProvider<Package> getDataProvider()
AbstractPackageTable
getDataProvider
in class AbstractPackageTable
public boolean isShowGroupId()
AbstractPackageTable
isShowGroupId
in class AbstractPackageTable
public 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 © 2016. All Rights Reserved.