|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
gov.nasa.pds.registry.ui.client.Tab
gov.nasa.pds.registry.ui.client.ClassificationNodes
public class ClassificationNodes
A tab to browse the registered ClassificationNodes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class gov.nasa.pds.registry.ui.client.Tab |
---|
Tab.Images, Tab.TabInfo |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
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<ViewClassificationNode> |
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
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ClassificationNodes()
|
Method Summary | |
---|---|
ClassificationNodes |
get()
|
com.google.gwt.gen2.table.client.CachedTableModel<ViewClassificationNode> |
getCachedTableModel()
|
com.google.gwt.gen2.table.client.FixedWidthGrid |
getDataTable()
|
com.google.gwt.gen2.table.client.FixedWidthFlexTable |
getFooterTable()
|
com.google.gwt.gen2.table.client.FixedWidthFlexTable |
getHeaderTable()
|
protected com.google.gwt.gen2.table.override.client.FlexTable |
getLayout()
|
com.google.gwt.gen2.table.client.PagingScrollTable<ViewClassificationNode> |
getPagingScrollTable()
|
com.google.gwt.gen2.table.client.AbstractScrollTable |
getScrollTable()
|
com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewClassificationNode> |
getTableDefinition()
|
ClassificationNodeTableModel |
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. |
Methods inherited from class gov.nasa.pds.registry.ui.client.Tab |
---|
onHide |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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<ViewClassificationNode> pagingScrollTable
PagingScrollTable
.
Constructor Detail |
---|
public ClassificationNodes()
Method Detail |
---|
public static Tab.TabInfo init()
public ClassificationNodes get()
this
instancepublic com.google.gwt.gen2.table.client.FixedWidthGrid getDataTable()
public com.google.gwt.gen2.table.client.FixedWidthFlexTable getFooterTable()
public com.google.gwt.gen2.table.client.FixedWidthFlexTable getHeaderTable()
public com.google.gwt.gen2.table.client.AbstractScrollTable getScrollTable()
public com.google.gwt.gen2.table.client.CachedTableModel<ViewClassificationNode> getCachedTableModel()
public com.google.gwt.gen2.table.client.PagingScrollTable<ViewClassificationNode> getPagingScrollTable()
PagingScrollTable
public com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewClassificationNode> getTableDefinition()
public ClassificationNodeTableModel getTableModel()
protected com.google.gwt.gen2.table.override.client.FlexTable getLayout()
protected void initTable()
public void initPaging()
protected void onModuleLoaded()
public void onShow()
Tab
onShow
in class Tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |