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, setShowGroupIdpublic PackagesTable(boolean showGroupId)
showGroupId - the show group idpublic void addPackages(List<Package> packages)
AbstractPackageTableaddPackages in class AbstractPackageTablepackages - 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)
AbstractPackageTableinitTable in class AbstractPackageTablepackageTable - the package tablepager - the pagerpagination - the paginationpublic com.github.gwtbootstrap.client.ui.CellTable<Package> getDataGrid()
public com.google.gwt.view.client.ListDataProvider<Package> getDataProvider()
AbstractPackageTablegetDataProvider in class AbstractPackageTablepublic com.github.gwtbootstrap.client.ui.CellTable<Package> getCellTables()
AbstractPackageTablegetCellTables 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()
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 © 2015. All Rights Reserved.