Class FilterLabelSet
- java.lang.Object
-
- org.dashbuilder.common.client.widgets.FilterLabelSet
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
public class FilterLabelSet extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterLabelSet.View
-
Constructor Summary
Constructors Constructor Description FilterLabelSet(FilterLabelSet.View view, org.jboss.errai.ioc.client.container.SyncBeanManager beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterLabeladdLabel(String label)voidclear()org.jboss.errai.common.client.dom.HTMLElementgetElement()voidsetOnClearAllCommand(org.uberfire.mvp.Command onClearAllCommand)
-
-
-
Constructor Detail
-
FilterLabelSet
@Inject public FilterLabelSet(FilterLabelSet.View view, org.jboss.errai.ioc.client.container.SyncBeanManager beanManager)
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
clear
public void clear()
-
addLabel
public FilterLabel addLabel(String label)
-
setOnClearAllCommand
public void setOnClearAllCommand(org.uberfire.mvp.Command onClearAllCommand)
-
-