|
||||||||||
| 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
org.gcube.portlets.user.results.client.panels.RecordsPanel
public class RecordsPanel
RecordsPanel class is the UI Component where the records are visible
| Nested Class Summary |
|---|
| 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 | |
|---|---|
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
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
RecordsPanel(Controller c,
FlexTableRowDragController dragController)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElement |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, 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, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public 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
| Constructor Detail |
|---|
public RecordsPanel(Controller c,
FlexTableRowDragController dragController)
c - the controller instance| Method Detail |
|---|
public 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 names
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||