Interface DataObjectFieldPickerItemLabelView
-
- All Superinterfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement
- All Known Implementing Classes:
DataObjectFieldPickerItemLabelViewImpl
public interface DataObjectFieldPickerItemLabelView extends org.jboss.errai.ui.client.local.api.IsElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetName(String name)voidsetRemoveLabelCommand(org.uberfire.mvp.Command command)
-
-
-
Method Detail
-
setName
void setName(String name)
-
setRemoveLabelCommand
void setRemoveLabelCommand(org.uberfire.mvp.Command command)
-
-