|
||||||||||
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.Products
public class Products
A tab to browse the registered products.
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.gen2.table.event.client.RowSelectionHandler |
associationClickHander
|
protected com.google.gwt.user.client.ui.Button |
associationCloseButton
|
protected com.google.gwt.user.client.ui.DialogBox |
associationDetailsBox
|
protected com.google.gwt.user.client.ui.HTML |
associationPlaceholder
|
protected com.google.gwt.gen2.table.client.ScrollTable |
associationScrollTable
|
protected com.google.gwt.user.client.ui.VerticalPanel |
associationVPanel
|
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<ViewProduct> |
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 List<ViewAssociation> |
tempAssociations
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
Products()
|
Method Summary | |
---|---|
Products |
get()
|
com.google.gwt.gen2.table.client.CachedTableModel<ViewProduct> |
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()
|
static String |
getNice(String string,
Boolean capitalize,
Boolean replaceUnderscore)
Get a display version of an underscore separated string. |
com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> |
getPagingScrollTable()
|
com.google.gwt.gen2.table.client.AbstractScrollTable |
getScrollTable()
|
com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewProduct> |
getTableDefinition()
|
ProductTableModel |
getTableModel()
|
protected List<ViewAssociation> |
getTempAssociations()
|
static Tab.TabInfo |
init()
|
void |
initFilterOptions()
Initialize the filter and search options for the table data. |
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 |
setTempAssociations(List<ViewAssociation> tempAssociations)
|
static String |
toSeparatedString(List<?> list)
Convert a list to a comma separated string. |
static String |
toUpper(String string)
Uppercase each word of a string. |
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, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, 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, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, 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.DialogBox associationDetailsBox
protected com.google.gwt.gen2.table.event.client.RowSelectionHandler associationClickHander
protected com.google.gwt.gen2.table.client.ScrollTable associationScrollTable
protected List<ViewAssociation> tempAssociations
protected final com.google.gwt.user.client.ui.VerticalPanel dialogVPanel
protected final com.google.gwt.user.client.ui.VerticalPanel associationVPanel
protected final com.google.gwt.user.client.ui.HTML associationPlaceholder
protected com.google.gwt.user.client.ui.Button closeButton
protected com.google.gwt.user.client.ui.Button associationCloseButton
protected com.google.gwt.user.client.ui.HTML recordCountContainer
protected com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> pagingScrollTable
PagingScrollTable
.
Constructor Detail |
---|
public Products()
Method Detail |
---|
public static Tab.TabInfo init()
public Products 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<ViewProduct> getCachedTableModel()
public com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> getPagingScrollTable()
PagingScrollTable
public com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewProduct> getTableDefinition()
public ProductTableModel getTableModel()
protected com.google.gwt.gen2.table.override.client.FlexTable getLayout()
protected List<ViewAssociation> getTempAssociations()
protected void setTempAssociations(List<ViewAssociation> tempAssociations)
public void initFilterOptions()
protected void initTable()
public void initPaging()
protected void onModuleLoaded()
public static String getNice(String string, Boolean capitalize, Boolean replaceUnderscore)
public static String toUpper(String string)
public static String toSeparatedString(List<?> list)
public void onShow()
Tab
onShow
in class Tab
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |