Class FilterLabel
- java.lang.Object
-
- org.dashbuilder.common.client.widgets.FilterLabel
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement
public class FilterLabel extends Object implements org.jboss.errai.common.client.api.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFilterLabel.View
-
Constructor Summary
Constructors Constructor Description FilterLabel(FilterLabel.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()StringgetLabel()voidsetLabel(String label)voidsetOnRemoveCommand(org.uberfire.mvp.Command onRemoveCommand)
-
-
-
Constructor Detail
-
FilterLabel
@Inject public FilterLabel(FilterLabel.View view)
-
-
Method Detail
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.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)
-
-