|
||||||||||
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 | |
---|---|
private PagingScrollTableBuilder<ResultRow> |
builder
|
private List<com.google.gwt.gen2.table.client.AbstractColumnDefinition<ResultRow,?>> |
columnDefs
|
private com.google.gwt.user.client.ui.VerticalPanel |
layout
|
protected com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> |
pagingScrollTable
|
private String |
resultIdColumnKey
|
private List<ResultRow> |
resultRows
|
private CachingSearchService |
searchRpcServiceAsync
|
private GenericTableModel<ResultRow> |
tableModel
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
SearchBackedTable()
|
Method Summary | |
---|---|
void |
addSelectionHandler(com.google.gwt.gen2.table.event.client.RowSelectionHandler selectionHandler)
|
void |
clearTable()
|
List<String> |
getAllIds()
|
List<ResultRow> |
getAllRows()
|
List<String> |
getSelectedIds()
|
List<ResultRow> |
getSelectedRows()
|
private void |
initializeTable(List<LookupResultMetadata> listResultMetadata,
String resultIdKey)
|
void |
performSearch(SearchRequest searchRequest,
List<LookupResultMetadata> listResultMetadata,
String resultIdKey)
|
void |
redraw()
|
void |
removeSelected()
|
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 |
---|
addDomHandler, addHandler, 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, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private List<ResultRow> resultRows
private List<com.google.gwt.gen2.table.client.AbstractColumnDefinition<ResultRow,?>> columnDefs
private GenericTableModel<ResultRow> tableModel
private PagingScrollTableBuilder<ResultRow> builder
private String resultIdColumnKey
protected com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> pagingScrollTable
private com.google.gwt.user.client.ui.VerticalPanel layout
private CachingSearchService searchRpcServiceAsync
Constructor Detail |
---|
public SearchBackedTable()
Method Detail |
---|
public void clearTable()
public void removeSelected()
public void performSearch(SearchRequest searchRequest, List<LookupResultMetadata> listResultMetadata, String resultIdKey)
private void initializeTable(List<LookupResultMetadata> listResultMetadata, String resultIdKey)
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |