Package br.com.davinti.vitruvio.ui.root
Class MessageListViewImpl
Object
MessageListViewImpl
- All Implemented Interfaces:
View,MessageListView,Serializable
@Component
@Scope("prototype")
public class MessageListViewImpl
extends Object
implements MessageListView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()ComponentvoidremoveMessage(Component component) ComponentshowMessage(String message, Resource icon, Runnable onAction)
-
Constructor Details
-
MessageListViewImpl
public MessageListViewImpl()
-
-
Method Details
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
showMessage
- Specified by:
showMessagein interfaceMessageListView
-
removeMessage
public void removeMessage(Component component) - Specified by:
removeMessagein interfaceMessageListView
-