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


Method Summary
 void clearCandidateView()
           
 List<android.view.inputmethod.CompletionInfo> getCompletions()
           
 android.view.View onCreateCandidatesView()
           
 void setCandidatesViewShown(boolean shown)
           
 void setCompletions(List<android.view.inputmethod.CompletionInfo> completions)
           
 void setSuggestions(List<String> suggestions, boolean completions, boolean typedWordValid)
           
 
Methods inherited from interface org.solovyev.android.keyboard.AKeyboardView
close, createAndroidKeyboardView, dismiss, getAndroidKeyboardView, isExtractViewShown, reloadAndroidKeyboardView, setKeyboard, setOnKeyboardActionListener, setSubtypeOnSpaceKey
 

Method Detail

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.