Class 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 Detail

      • DMNSearchableElement

        public DMNSearchableElement()
    • Method Detail

      • matches

        public boolean matches​(String text)
        Specified by:
        matches in interface org.kie.workbench.common.widgets.client.search.common.Searchable
      • onFound

        public org.uberfire.mvp.Command onFound()
        Specified by:
        onFound in interface org.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()