public class RegistryUI extends Object implements com.google.gwt.core.client.EntryPoint, com.google.gwt.event.logical.shared.ValueChangeHandler<String>
Modifier and Type | Field and Description |
---|---|
static int |
FETCH_ROW_SIZE |
static com.google.gwt.user.client.ui.Label |
lbl |
protected TabList |
list |
static Logger |
logger |
static int |
PAGE_SIZE1
Default number of records for each page
|
static int |
PAGE_SIZE2 |
static int |
PAGE_SIZE3 |
static String |
serverUrl |
static StatusInfo |
statusInfo |
static String |
TABLE_HEIGHT |
static String |
TABLE_HEIGHT_B |
static String |
TBL_HGT_100 |
static String |
TBL_HGT_100_B |
static String |
TBL_HGT_50 |
static String |
TBL_HGT_50_B |
Constructor and Description |
---|
RegistryUI() |
Modifier and Type | Method and Description |
---|---|
protected void |
loadTabs()
Adds all tabs to the list.
|
void |
onModuleLoad() |
void |
onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event) |
void |
show(Tab.TabInfo info,
boolean affectHistory) |
protected TabList list
public static com.google.gwt.user.client.ui.Label lbl
public static final String TABLE_HEIGHT
public static final String TABLE_HEIGHT_B
public static final String TBL_HGT_50
public static final String TBL_HGT_50_B
public static final String TBL_HGT_100
public static final String TBL_HGT_100_B
public static final int PAGE_SIZE1
public static final int PAGE_SIZE2
public static final int PAGE_SIZE3
public static final int FETCH_ROW_SIZE
public static Logger logger
public static String serverUrl
public static StatusInfo statusInfo
public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
onValueChange
in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void show(Tab.TabInfo info, boolean affectHistory)
protected void loadTabs()
Copyright © 2010–2015 Planetary Data System. All rights reserved.