|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
com.google.gwt.user.client.ui.SuggestBox.DefaultSuggestionDisplay
public static class SuggestBox.DefaultSuggestionDisplay
The default implementation of SuggestBox.SuggestionDisplay displays
suggestions in a PopupPanel beneath the SuggestBox.
| Constructor Summary | |
|---|---|
SuggestBox.DefaultSuggestionDisplay()
Construct a new SuggestBox.DefaultSuggestionDisplay. |
|
| Method Summary | |
|---|---|
void |
hideSuggestions()
Hide the list of suggestions from view. |
boolean |
isAnimationEnabled()
|
boolean |
isSuggestionListShowing()
Check whether or not the list of suggestions is being shown. |
void |
setAnimationEnabled(boolean enable)
Enable or disable animations. |
void |
setPopupStyleName(java.lang.String style)
Sets the style name of the suggestion popup. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuggestBox.DefaultSuggestionDisplay()
SuggestBox.DefaultSuggestionDisplay.
| Method Detail |
|---|
public void hideSuggestions()
SuggestBox.SuggestionDisplay
public boolean isAnimationEnabled()
isAnimationEnabled in interface HasAnimationpublic boolean isSuggestionListShowing()
public void setAnimationEnabled(boolean enable)
HasAnimation
setAnimationEnabled in interface HasAnimationenable - true to enable, false to disablepublic void setPopupStyleName(java.lang.String style)
style - the new primary style nameUIObject.setStyleName(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||