public interface Searchable
Searchable represents a searchable element.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String text)
Returns true when
text satisfies the match logic. |
org.uberfire.mvp.Command |
onFound()
Returns the command that is triggered when the element is found.
|
boolean matches(String text)
text satisfies the match logic.text - represent the text used by the search mechanism.org.uberfire.mvp.Command onFound()
Command with the onFound logic.Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.