|
||||||||||
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.collectionexplorer.client.panels.ItemsDisplayerPanel
public class ItemsDisplayerPanel
ItemsDisplayerPanel
is the entry point class
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
|
com.google.gwt.user.client.ui.DialogBox |
loading
loading gif as transparent popup |
static ItemsDisplayerPanel |
singleton
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ItemsDisplayerPanel(Controller c)
|
Method Summary | |
---|---|
void |
addRecord(ResultItem toadd)
|
void |
addSingleResult(ResultObj result,
int i,
int from,
boolean isLastOne)
|
void |
clear()
|
void |
displayQuery(String toDisplay)
|
void |
displayresults(Vector<ResultObj> results,
int from,
int to,
String currTotal,
boolean normalResults)
|
static ItemsDisplayerPanel |
get()
|
void |
removeSplasmessage()
|
void |
showCollectionListbox(com.google.gwt.user.client.ui.ListBox listbox)
|
void |
updateSize()
updateSize |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
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 ItemsDisplayerPanel singleton
public List<ResultItem> currentDisplayedItems
public com.google.gwt.user.client.ui.DialogBox loading
Constructor Detail |
---|
public ItemsDisplayerPanel(Controller c)
c
- the controller instanceMethod Detail |
---|
public static ItemsDisplayerPanel get()
public void updateSize()
public void removeSplasmessage()
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 addSingleResult(ResultObj result, int i, int from, boolean isLastOne)
result
- 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 |