org.gcube.portlets.user.results.client.panels
public class RecordsPanel extends com.google.gwt.user.client.ui.Composite
RecordsPanel class is the UI Component where the records are visible| Modifier and Type | Field and Description |
|---|---|
List<ResultItem> |
currentDisplayedItems |
static int |
HEADERPART_HEIGHT |
static int |
HEADERPART_WIDTH |
com.google.gwt.user.client.ui.DialogBox |
loading
loading gif as transparent popup
|
static RecordsPanel |
singleton |
| Constructor and Description |
|---|
RecordsPanel(Controller c,
FlexTableRowDragController dragController) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNextPreviousButtons() |
void |
addRecord(ResultItem toadd) |
void |
clear() |
void |
displayFieldValues(Vector<ResultObj> results,
int from,
int to,
String currTotal) |
void |
displayQuery(String toDisplay) |
void |
displayresults(Vector<ResultObj> results,
int from,
int to,
String currTotal,
boolean normalResults) |
static RecordsPanel |
get() |
void |
showCollectionListbox(com.google.gwt.user.client.ui.ListBox listbox) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, 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, unsinkEventspublic static final int HEADERPART_HEIGHT
public static final int HEADERPART_WIDTH
public static RecordsPanel singleton
public List<ResultItem> currentDisplayedItems
public com.google.gwt.user.client.ui.DialogBox loading
public RecordsPanel(Controller c, FlexTableRowDragController dragController)
c - the controller instancepublic static RecordsPanel get()
public void displayQuery(String toDisplay)
toDisplay - the query to displaypublic void addRecord(ResultItem toadd)
public void displayresults(Vector<ResultObj> results, int from, int to, String currTotal, boolean normalResults)
public void displayFieldValues(Vector<ResultObj> results, int from, int to, String currTotal)
results - from - to - currTotal - public void addNextPreviousButtons()
public void clear()
public void showCollectionListbox(com.google.gwt.user.client.ui.ListBox listbox)
listbox - : listbox with collection namesCopyright © 2013. All Rights Reserved.