|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHTMLPanel
org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.SelectedItem
protected class MultivalueSuggestBoxBase.SelectedItem
This class represents a UI element for a selected item. It will have an anchor with an X to allow for this item to be dismissed
Constructor Summary | |
---|---|
MultivalueSuggestBoxBase.SelectedItem(java.lang.String id,
java.lang.String display)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getDisplay()
Get the display string |
void |
onClick(ClickEvent event)
|
void |
remove()
Remove this selected item |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultivalueSuggestBoxBase.SelectedItem(java.lang.String id, java.lang.String display)
id
- - the elements unique iddisplay
- - the string to displayMethod Detail |
---|
public void onClick(ClickEvent event)
public void remove()
public java.lang.String getDisplay()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |