Interface JmixSuggestionFieldServerRpc
- All Superinterfaces:
 Serializable,com.vaadin.shared.communication.ServerRpc
public interface JmixSuggestionFieldServerRpc
extends com.vaadin.shared.communication.ServerRpc
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonArrowDownKeyPressed(String currentSearchString) voidonEnterKeyPressed(String currentSearchString) voidsearchSuggestions(String query) voidselectSuggestion(String suggestionId)  
- 
Method Details
- 
searchSuggestions
 - 
selectSuggestion
 - 
onEnterKeyPressed
 - 
onArrowDownKeyPressed
 - 
cancelSearch
void cancelSearch() 
 -