public class PackageTableMng extends AbstractPackageTable
cellTables, dataProvider, showGroupId
Constructor and Description |
---|
PackageTableMng(boolean showGroupId,
HandlerPackageDeletable handlerPackageDeletableInterface)
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> |
getPackageStatus()
Gets the package status.
|
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.
|
void |
setArtifactID(com.google.gwt.user.cellview.client.TextColumn<Package> artifactID)
Sets the artifact id.
|
void |
setCellTables(com.github.gwtbootstrap.client.ui.CellTable<Package> cellTables)
Sets the cell tables.
|
void |
setDataProvider(com.google.gwt.view.client.ListDataProvider<Package> dataProvider)
Sets the data provider.
|
void |
setGroupId(com.google.gwt.user.cellview.client.TextColumn<Package> groupId)
Sets the group id.
|
void |
setPackageStatus(com.google.gwt.user.cellview.client.TextColumn<Package> packageStatus)
Sets the package status.
|
void |
setPackageVersion(com.google.gwt.user.cellview.client.TextColumn<Package> packageVersion)
Sets the package version.
|
void |
setShowGroupId(boolean showGroupId)
Sets the show group id.
|
addPackages
public PackageTableMng(boolean showGroupId, HandlerPackageDeletable handlerPackageDeletableInterface)
showGroupId
- the show group idhandlerPackageDeletableInterface
- the handler package deletable interfacepublic 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()
public com.google.gwt.user.cellview.client.TextColumn<Package> getPackageStatus()
public void setCellTables(com.github.gwtbootstrap.client.ui.CellTable<Package> cellTables)
cellTables
- the new cell tablespublic void setDataProvider(com.google.gwt.view.client.ListDataProvider<Package> dataProvider)
AbstractPackageTable
setDataProvider
in class AbstractPackageTable
dataProvider
- the new data providerpublic void setShowGroupId(boolean showGroupId)
AbstractPackageTable
setShowGroupId
in class AbstractPackageTable
showGroupId
- the new show group idpublic void setGroupId(com.google.gwt.user.cellview.client.TextColumn<Package> groupId)
groupId
- the new group idpublic void setArtifactID(com.google.gwt.user.cellview.client.TextColumn<Package> artifactID)
artifactID
- the new artifact idpublic void setPackageVersion(com.google.gwt.user.cellview.client.TextColumn<Package> packageVersion)
packageVersion
- the new package versionpublic void setPackageStatus(com.google.gwt.user.cellview.client.TextColumn<Package> packageStatus)
packageStatus
- the new package statusCopyright © 2016. All Rights Reserved.