Interface FilterLabelSet.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<FilterLabelSet>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<FilterLabelSet>
- All Known Implementing Classes:
FilterLabelSetView
- Enclosing class:
- FilterLabelSet
public static interface FilterLabelSet.View extends org.uberfire.client.mvp.UberElement<FilterLabelSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLabel(FilterLabel label)voidclearAll()voidsetClearAllEnabled(boolean enabled)
-
-
-
Method Detail
-
clearAll
void clearAll()
-
setClearAllEnabled
void setClearAllEnabled(boolean enabled)
-
addLabel
void addLabel(FilterLabel label)
-
-