Interface NoItemsComponentView
-
- All Superinterfaces:
org.jboss.errai.common.client.api.IsElement
- All Known Implementing Classes:
NoItemsComponentViewImpl
public interface NoItemsComponentView extends org.jboss.errai.common.client.api.IsElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhide()voidsetMessage(String message)voidshow()
-
-
-
Method Detail
-
setMessage
void setMessage(String message)
-
hide
void hide()
-
show
void show()
-
-