public class Packages extends Tab
Tab.Images, Tab.TabInfo
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.user.client.ui.Button |
closeButton
The close button used by the dialogBox to close the dialog.
|
protected com.google.gwt.user.client.ui.VerticalPanel |
dialogVPanel
A panel used for layout within the dialogBox
|
protected com.google.gwt.user.client.ui.HTML |
loadingPlaceholder |
protected com.google.gwt.gen2.table.client.PagingScrollTable<ViewRegistryPackage> |
pagingScrollTable
The
PagingScrollTable . |
protected com.google.gwt.user.client.ui.DialogBox |
productDetailsBox
The dialog box that displays product details.
|
protected com.google.gwt.user.client.ui.HTML |
recordCountContainer |
Constructor and Description |
---|
Packages() |
Modifier and Type | Method and Description |
---|---|
Packages |
get() |
com.google.gwt.gen2.table.client.CachedTableModel<ViewRegistryPackage> |
getCachedTableModel() |
com.google.gwt.gen2.table.client.FixedWidthGrid |
getDataTable() |
com.google.gwt.gen2.table.client.PagingScrollTable<ViewRegistryPackage> |
getPagingScrollTable() |
PackageTableModel |
getTableModel() |
static Tab.TabInfo |
init() |
void |
initFilterOptions()
Initialize the filter and search options for the table data.
|
protected void |
initializeInputs() |
void |
initPaging()
Initialize the paging widget.
|
protected void |
initTable()
Initialize scroll table and behaviors.
|
protected void |
onModuleLoaded()
Action to take once the module has loaded.
|
void |
onShow()
Called just after this tab is shown.
|
protected void |
reloadData() |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
protected final com.google.gwt.user.client.ui.DialogBox productDetailsBox
protected final com.google.gwt.user.client.ui.VerticalPanel dialogVPanel
protected final com.google.gwt.user.client.ui.HTML loadingPlaceholder
protected com.google.gwt.user.client.ui.Button closeButton
protected com.google.gwt.user.client.ui.HTML recordCountContainer
protected com.google.gwt.gen2.table.client.PagingScrollTable<ViewRegistryPackage> pagingScrollTable
PagingScrollTable
.public static Tab.TabInfo init()
public Packages get()
this
instancepublic com.google.gwt.gen2.table.client.FixedWidthGrid getDataTable()
public com.google.gwt.gen2.table.client.PagingScrollTable<ViewRegistryPackage> getPagingScrollTable()
PagingScrollTable
public PackageTableModel getTableModel()
public com.google.gwt.gen2.table.client.CachedTableModel<ViewRegistryPackage> getCachedTableModel()
public void initFilterOptions()
protected void initializeInputs()
protected void reloadData()
protected void initTable()
public void initPaging()
protected void onModuleLoaded()
Copyright © 2010–2017 Planetary Data System. All rights reserved.