gov.nasa.pds.registry.ui.client
Class RegistryUI

java.lang.Object
  extended by 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

Field Summary
static int FETCH_ROW_SIZE
           
static com.google.gwt.user.client.ui.Label lbl
           
protected  TabList list
           
static int PAGE_SIZE
          Default number of records for each page
static String TABLE_HEIGHT
           
 
Constructor Summary
RegistryUI()
           
 
Method Summary
protected  void loadTabs()
          Adds all tabs to the list.
 void onHistoryChanged(String token)
           
 void onModuleLoad()
           
 void show(Tab.TabInfo info, boolean affectHistory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

PAGE_SIZE

public static final int PAGE_SIZE
Default number of records for each page

See Also:
Constant Field Values

FETCH_ROW_SIZE

public static final int FETCH_ROW_SIZE
See Also:
Constant Field Values
Constructor Detail

RegistryUI

public RegistryUI()
Method Detail

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-2011 Planetary Data System. All Rights Reserved.