public class PackagesTable extends AbstractPackageTable
cellTables, dataProvider, showGroupId
Constructor and Description |
---|
PackagesTable(boolean showGroupId)
Instantiates a new packages table.
|
Modifier and Type | Method and Description |
---|---|
void |
addPackages(List<Package> packages)
Adds the packages.
|
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.github.gwtbootstrap.client.ui.CellTable<Package> |
getDataGrid()
Gets the data grid.
|
com.google.gwt.view.client.ListDataProvider<Package> |
getDataProvider()
Gets the data provider.
|
com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> |
getDownload()
Gets the download.
|
com.google.gwt.user.cellview.client.TextColumn<Package> |
getGroupId()
Gets the group id.
|
com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> |
getJavadoc()
Gets the javadoc.
|
com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> |
getMvnCoordinates()
Gets the mvn coordinates.
|
com.google.gwt.user.cellview.client.TextColumn<Package> |
getPackageVersion()
Gets the package version.
|
com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> |
getWikidoc()
Gets the wikidoc.
|
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.
|
setDataProvider, setShowGroupId
public PackagesTable(boolean showGroupId)
showGroupId
- the show group idpublic void addPackages(List<Package> packages)
AbstractPackageTable
addPackages
in class AbstractPackageTable
packages
- the packagespublic 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> getDataGrid()
public com.google.gwt.view.client.ListDataProvider<Package> getDataProvider()
AbstractPackageTable
getDataProvider
in class AbstractPackageTable
public com.github.gwtbootstrap.client.ui.CellTable<Package> getCellTables()
AbstractPackageTable
getCellTables
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()
public com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> getDownload()
public com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> getJavadoc()
public com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> getWikidoc()
public com.google.gwt.user.cellview.client.Column<Package,com.google.gwt.resources.client.ImageResource> getMvnCoordinates()
Copyright © 2016. All Rights Reserved.