org.solovyev.android.keyboard
Interface AKeyboardViewWithSuggestions<K extends AKeyboard>
- All Superinterfaces:
- AKeyboardView<K>
- All Known Implementing Classes:
- AKeyboardViewWithSuggestionsImpl
public interface AKeyboardViewWithSuggestions<K extends AKeyboard>
- extends AKeyboardView<K>
User: serso
Date: 11/3/12
Time: 1:02 PM
setCandidatesViewShown
void setCandidatesViewShown(boolean shown)
setSuggestions
void setSuggestions(@Nonnull
List<String> suggestions,
boolean completions,
boolean typedWordValid)
setCompletions
void setCompletions(@Nonnull
List<android.view.inputmethod.CompletionInfo> completions)
getCompletions
@Nonnull
List<android.view.inputmethod.CompletionInfo> getCompletions()
clearCandidateView
void clearCandidateView()
onCreateCandidatesView
android.view.View onCreateCandidatesView()
Copyright © 2013. All Rights Reserved.