Class FilterLabelSetView
- java.lang.Object
-
- org.dashbuilder.common.client.widgets.FilterLabelSetView
-
- All Implemented Interfaces:
FilterLabelSet.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<FilterLabelSet>,org.uberfire.client.mvp.UberElement<FilterLabelSet>
@Templated public class FilterLabelSetView extends Object implements FilterLabelSet.View, org.jboss.errai.ui.client.local.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description FilterLabelSetView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLabel(FilterLabel label)voidclearAll()voidinit(FilterLabelSet presenter)voidsetClearAllEnabled(boolean enabled)
-
-
-
Method Detail
-
init
public void init(FilterLabelSet presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<FilterLabelSet>
-
clearAll
public void clearAll()
- Specified by:
clearAllin interfaceFilterLabelSet.View
-
setClearAllEnabled
public void setClearAllEnabled(boolean enabled)
- Specified by:
setClearAllEnabledin interfaceFilterLabelSet.View
-
addLabel
public void addLabel(FilterLabel label)
- Specified by:
addLabelin interfaceFilterLabelSet.View
-
-