public class DMNSearchableElement extends Object implements Searchable
| Constructor and Description |
|---|
DMNSearchableElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText() |
boolean |
matches(String text) |
org.uberfire.mvp.Command |
onFound() |
void |
setOnFound(org.uberfire.mvp.Command onFound) |
void |
setText(String text) |
public boolean matches(String text)
matches in interface Searchablepublic org.uberfire.mvp.Command onFound()
onFound in interface Searchablepublic void setOnFound(org.uberfire.mvp.Command onFound)
public void setText(String text)
public String getText()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.