|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.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 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
void |
execute()
Executes a selection of this item. |
java.lang.String |
getDisplayString()
Gets the visible row in the popup as a HTML string. |
java.lang.String |
getIconUri()
Get the URI of the icon. |
java.lang.String |
getOptionKey()
Get the option key which represents the item on the server side. |
java.lang.String |
getReplacementString()
Get a string that represents this item. |
java.lang.String |
getStyle()
Gets the style set for this suggestion item. |
| Methods inherited from class java.lang.Object |
|---|
clone, 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 java.lang.String getDisplayString()
public java.lang.String getReplacementString()
public java.lang.String getOptionKey()
public java.lang.String getIconUri()
public java.lang.String getStyle()
ComboBox.ItemStyleGenerator.
The returned style is prefixed by v-filterselect-item-.
null to not apply any
custom style.public void execute()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||