Class DMNSearchableElement
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.search.DMNSearchableElement
-
- All Implemented Interfaces:
org.kie.workbench.common.widgets.client.search.common.Searchable
public class DMNSearchableElement extends Object implements org.kie.workbench.common.widgets.client.search.common.Searchable
-
-
Constructor Summary
Constructors Constructor Description DMNSearchableElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetRow()StringgetText()booleanmatches(String text)org.uberfire.mvp.CommandonFound()voidsetColumn(int column)voidsetOnFound(org.uberfire.mvp.Command onFound)voidsetRow(int row)voidsetText(String text)
-
-
-
Method Detail
-
matches
public boolean matches(String text)
- Specified by:
matchesin interfaceorg.kie.workbench.common.widgets.client.search.common.Searchable
-
onFound
public org.uberfire.mvp.Command onFound()
- Specified by:
onFoundin interfaceorg.kie.workbench.common.widgets.client.search.common.Searchable
-
setOnFound
public void setOnFound(org.uberfire.mvp.Command onFound)
-
setText
public void setText(String text)
-
getText
public String getText()
-
setRow
public void setRow(int row)
-
setColumn
public void setColumn(int column)
-
getRow
public int getRow()
-
getColumn
public int getColumn()
-
-