gov.nasa.pds.registry.ui.client
Class RegistryUI
java.lang.Object
gov.nasa.pds.registry.ui.client.RegistryUI
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener, EventListener
public class RegistryUI
- extends Object
- implements com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener
Entry point for the registry front end application. Front end currently
supplies browse, filter, and sort capabilities around registered products.
- Author:
- hyunlee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
protected TabList list
lbl
public static com.google.gwt.user.client.ui.Label lbl
TABLE_HEIGHT
public static final String TABLE_HEIGHT
- See Also:
- Constant Field Values
TABLE_HEIGHT_B
public static final String TABLE_HEIGHT_B
- See Also:
- Constant Field Values
TBL_HGT_50
public static final String TBL_HGT_50
- See Also:
- Constant Field Values
TBL_HGT_50_B
public static final String TBL_HGT_50_B
- See Also:
- Constant Field Values
TBL_HGT_100
public static final String TBL_HGT_100
- See Also:
- Constant Field Values
TBL_HGT_100_B
public static final String TBL_HGT_100_B
- See Also:
- Constant Field Values
PAGE_SIZE1
public static final int PAGE_SIZE1
- Default number of records for each page
- See Also:
- Constant Field Values
PAGE_SIZE2
public static final int PAGE_SIZE2
- See Also:
- Constant Field Values
PAGE_SIZE3
public static final int PAGE_SIZE3
- See Also:
- Constant Field Values
FETCH_ROW_SIZE
public static final int FETCH_ROW_SIZE
- See Also:
- Constant Field Values
logger
public static Logger logger
RegistryUI
public RegistryUI()
onHistoryChanged
public void onHistoryChanged(String token)
- Specified by:
onHistoryChanged
in interface com.google.gwt.user.client.HistoryListener
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
show
public void show(Tab.TabInfo info,
boolean affectHistory)
loadTabs
protected void loadTabs()
- Adds all tabs to the list. Note that this does not create actual instances
of all tabs yet (they are created on-demand). This can make a significant
difference in startup time.
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.