|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.terminal.gwt.client.ui.VFilterSelect.FilterSelectSuggestion
public class VFilterSelect.FilterSelectSuggestion
Represents a suggestion in the suggestion popup box
| Constructor Summary | |
|---|---|
VFilterSelect.FilterSelectSuggestion(UIDL uidl)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Executes a selection of this item. |
String |
getDisplayString()
Gets the visible row in the popup as a HTML string. |
String |
getIconUri()
Get the URI of the icon. |
int |
getOptionKey()
Get the option key which represents the item on the server side. |
String |
getReplacementString()
Get a string that represents this item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VFilterSelect.FilterSelectSuggestion(UIDL uidl)
uidl - The UIDL recieved from the server| Method Detail |
|---|
public String getDisplayString()
getDisplayString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic String getReplacementString()
getReplacementString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic int getOptionKey()
public String getIconUri()
public void execute()
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommandexecute in interface com.google.gwt.user.client.Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||