info.magnolia.ui.admincentral.shellapp.pulse.message
Interface PulseMessagesView

All Superinterfaces:
PulseSubView, Serializable, View
All Known Implementing Classes:
PulseMessagesViewImpl

public interface PulseMessagesView
extends PulseSubView

Messages Pulse tab UI.


Nested Class Summary
static interface PulseMessagesView.Listener
          Listener interface to call back to PulseMessagesPresenter.
 
Method Summary
 void refresh()
           
 void setDataSource(com.vaadin.data.Container dataSource)
           
 void setListener(PulseMessagesView.Listener listener)
           
 void updateCategoryBadgeCount(PulseMessageCategoryNavigator.MessageCategory type, int count)
           
 
Methods inherited from interface info.magnolia.ui.admincentral.shellapp.pulse.PulseSubView
asVaadinComponent
 

Method Detail

setDataSource

void setDataSource(com.vaadin.data.Container dataSource)

setListener

void setListener(PulseMessagesView.Listener listener)

refresh

void refresh()

updateCategoryBadgeCount

void updateCategoryBadgeCount(PulseMessageCategoryNavigator.MessageCategory type,
                              int count)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.