Class FilterLabel

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.IsElement

    public class FilterLabel
    extends Object
    implements org.jboss.errai.common.client.api.IsElement
    • Method Detail

      • getElement

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • setLabel

        public void setLabel​(String label)
      • getLabel

        public String getLabel()
      • setOnRemoveCommand

        public void setOnRemoveCommand​(org.uberfire.mvp.Command onRemoveCommand)