| 
 | ||||||||||
| 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.kuali.student.common.ui.client.widgets.search.TempSearchBackedTable
public class TempSearchBackedTable
| 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 | 
| private  com.google.gwt.gen2.table.client.PagingOptions | pagingOptions | 
| protected  com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> | pagingScrollTable | 
| private  String | resultIdColumnKey | 
| private  List<ResultRow> | resultRows | 
| private  SearchRpcServiceAsync | searchRpcServiceAsync | 
| private  GenericTableModel<ResultRow> | tableModel | 
| Fields inherited from class com.google.gwt.user.client.ui.UIObject | 
|---|
| DEBUG_ID_PREFIX | 
| Constructor Summary | |
|---|---|
| TempSearchBackedTable() | |
| Method Summary | |
|---|---|
|  void | addSelectionHandler(com.google.gwt.gen2.table.event.client.RowSelectionHandler selectionHandler) | 
|  void | clearTable() | 
| private  com.google.gwt.gen2.table.client.PagingOptions | createPagingOptions(com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> pagingScrollTable) | 
|  List<String> | getAllIds() | 
|  List<ResultRow> | getAllRows() | 
|  List<String> | getSelectedIds() | 
|  List<ResultRow> | getSelectedRows() | 
|  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 | 
|---|
| 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 | 
|---|
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 com.google.gwt.gen2.table.client.PagingOptions pagingOptions
private SearchRpcServiceAsync searchRpcServiceAsync
| Constructor Detail | 
|---|
public TempSearchBackedTable()
| Method Detail | 
|---|
private com.google.gwt.gen2.table.client.PagingOptions createPagingOptions(com.google.gwt.gen2.table.client.PagingScrollTable<ResultRow> pagingScrollTable)
public void clearTable()
public void removeSelected()
public void performSearch(SearchRequest searchRequest,
                          List<LookupResultMetadata> listResultMetadata,
                          String resultIdKey)
public 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 | |||||||||