|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Composite org.kuali.student.lum.lu.ui.tools.client.widgets.SearchBackedTable
public class SearchBackedTable
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 | |
---|---|
protected com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> |
pagingScrollTable
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
SearchBackedTable()
|
|
SearchBackedTable(int tableHeight)
|
Method Summary | |
---|---|
void |
addSelectionHandler(com.google.gwt.gen2.table.event.client.RowSelectionHandler selectionHandler)
|
void |
clearTable()
|
List<String> |
getAllIds()
|
List<ResultRow> |
getAllResults()
|
List<ResultRow> |
getAllRows()
|
List<ResultRow> |
getResultRows()
|
List<String> |
getSelectedIds()
|
List<ResultRow> |
getSelectedRows()
|
void |
performSearch(SearchRequestInfo searchRequest,
List<LookupResultMetadata> listResultMetadata,
String resultIdKey,
Callback<Boolean> callback)
|
void |
redraw()
|
void |
removeSelected()
|
void |
setDefaultHeight(int defaultHeight)
|
void |
setSelectionPolicy(com.google.gwt.gen2.table.client.SelectionGrid.SelectionPolicy selectionPolicy)
|
void |
setTableStyleName(String tableStyleName)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, 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 |
---|
protected com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> pagingScrollTable
Constructor Detail |
---|
public SearchBackedTable()
public SearchBackedTable(int tableHeight)
Method Detail |
---|
public void clearTable()
public void removeSelected()
public void performSearch(SearchRequestInfo searchRequest, List<LookupResultMetadata> listResultMetadata, String resultIdKey, Callback<Boolean> callback)
public void redraw()
public void addSelectionHandler(com.google.gwt.gen2.table.event.client.RowSelectionHandler selectionHandler)
public List<ResultRow> getSelectedRows()
public List<String> getSelectedIds()
public List<String> getAllIds()
public List<ResultRow> getAllRows()
public List<ResultRow> getAllResults()
public List<ResultRow> getResultRows()
public void setDefaultHeight(int defaultHeight)
public void setSelectionPolicy(com.google.gwt.gen2.table.client.SelectionGrid.SelectionPolicy selectionPolicy)
public void setTableStyleName(String tableStyleName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |