org.kuali.student.common.ui.client.widgets.suggestbox
Class SearchSuggestOracle
java.lang.Object
com.google.gwt.user.client.ui.SuggestOracle
org.kuali.student.common.ui.client.widgets.suggestbox.IdableSuggestOracle
org.kuali.student.common.ui.client.widgets.suggestbox.SearchSuggestOracle
public class SearchSuggestOracle
- extends IdableSuggestOracle
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.SuggestOracle |
com.google.gwt.user.client.ui.SuggestOracle.Callback, com.google.gwt.user.client.ui.SuggestOracle.Request, com.google.gwt.user.client.ui.SuggestOracle.Response, com.google.gwt.user.client.ui.SuggestOracle.Suggestion |
Methods inherited from class com.google.gwt.user.client.ui.SuggestOracle |
requestDefaultSuggestions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSuggestOracle
public SearchSuggestOracle(String searchTypeKey,
String searchTextKey,
String searchIdKey,
String resultIdKey,
String resultDisplayKey)
- Deprecated.
- Parameters:
searchTypeKey
- the type to be search onsearchTextKey
- the column/key that to search onidKey
- the column/key that is the primary key for this type
SearchSuggestOracle
public SearchSuggestOracle(LookupMetadata lookupMetadata)
setAdditionalSearchParams
public void setAdditionalSearchParams(List<SearchParam> params)
requestSuggestions
public void requestSuggestions(com.google.gwt.user.client.ui.SuggestOracle.Request request,
com.google.gwt.user.client.ui.SuggestOracle.Callback callback)
- Specified by:
requestSuggestions
in class com.google.gwt.user.client.ui.SuggestOracle
sendRequest
public void sendRequest(com.google.gwt.user.client.ui.SuggestOracle.Request request,
com.google.gwt.user.client.ui.SuggestOracle.Callback callback)
isDisplayStringHTML
public boolean isDisplayStringHTML()
- Overrides:
isDisplayStringHTML
in class com.google.gwt.user.client.ui.SuggestOracle
getSuggestionByText
public IdableSuggestOracle.IdableSuggestion getSuggestionByText(String text)
- Specified by:
getSuggestionByText
in class IdableSuggestOracle
setTextWidget
public void setTextWidget(com.google.gwt.user.client.ui.HasText widget)
getSuggestionByIdSearch
public void getSuggestionByIdSearch(String id,
Callback<IdableSuggestOracle.IdableSuggestion> callback)
- Specified by:
getSuggestionByIdSearch
in class IdableSuggestOracle
addSearchCompletedCallback
public void addSearchCompletedCallback(Callback<IdableSuggestOracle.IdableSuggestion> callback)
- Specified by:
addSearchCompletedCallback
in class IdableSuggestOracle
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.