public interface SearchControlListener
| Modifier and Type | Method and Description |
|---|---|
de.cismet.cids.server.search.MetaObjectNodeServerSearch |
assembleSearch()
Has to assemble a AbstractCidsServerSearch which corresponds to the current user input.
|
void |
searchCanceled()
Invoked by SearchControlPanel when the user canceled the search.
|
void |
searchDone(int numberOfResults)
Is invoked by SearchControlPanel when the search is done.
|
void |
searchStarted()
Is invoked by SearchControlPanel as soon as the user clicks the search button.
|
boolean |
suppressEmptyResultMessage()
Tells the SearchControlPanel to suppress or display a message if no result was found.
|
de.cismet.cids.server.search.MetaObjectNodeServerSearch assembleSearch()
void searchStarted()
void searchDone(int numberOfResults)
numberOfResults - Count of result objects.void searchCanceled()
boolean suppressEmptyResultMessage()
false if SearchControlPanel should display a message if the search didn't provide a result.Copyright © 2012–2026 cismet GmbH. All rights reserved.