public interface SearchFieldView extends View
Modifier and Type | Interface and Description |
---|---|
static class |
SearchFieldView.SearchAction |
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_NAME
For use by tests only
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<SearchFieldView.SearchAction> listener) |
String |
getSearchText() |
void |
removeActionListener(ActionListener<SearchFieldView.SearchAction> listener) |
void |
setLabel(String label) |
void |
setSearchText(String text) |
void |
setTooltip(String tooltip) |
static final String VIEW_NAME
String getSearchText()
void setSearchText(String text)
void setLabel(String label)
void setTooltip(String tooltip)
void addActionListener(ActionListener<SearchFieldView.SearchAction> listener)
void removeActionListener(ActionListener<SearchFieldView.SearchAction> listener)
Copyright © 2013. All Rights Reserved.