public class Services 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.gen2.table.client.PagingScrollTable<ViewService> |
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 |
protected com.google.gwt.user.client.ui.HTML |
servicePlaceholder |
Constructor and Description |
---|
Services() |
Modifier and Type | Method and Description |
---|---|
Services |
get() |
com.google.gwt.gen2.table.client.FixedWidthGrid |
getDataTable() |
com.google.gwt.gen2.table.client.PagingScrollTable<ViewService> |
getPagingScrollTable() |
ServiceTableModel |
getTableModel() |
static Tab.TabInfo |
init() |
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.
|
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 servicePlaceholder
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<ViewService> pagingScrollTable
PagingScrollTable
.public static Tab.TabInfo init()
public Services get()
this
instancepublic com.google.gwt.gen2.table.client.FixedWidthGrid getDataTable()
public com.google.gwt.gen2.table.client.PagingScrollTable<ViewService> getPagingScrollTable()
PagingScrollTable
public ServiceTableModel getTableModel()
protected void initTable()
public void initPaging()
protected void onModuleLoaded()
Copyright © 2010–2018 Planetary Data System. All rights reserved.