info.magnolia.messages.app
Class MessagesViewImpl

java.lang.Object
  extended by info.magnolia.messages.app.MessagesViewImpl
All Implemented Interfaces:
MessagesView, View, Serializable

public class MessagesViewImpl
extends Object
implements MessagesView

View implementation for the Messages app.

See Also:
Serialized Form

Nested Class Summary
 class MessagesViewImpl.Message
          The Message POJO.
 
Nested classes/interfaces inherited from interface info.magnolia.messages.app.MessagesView
MessagesView.Listener
 
Constructor Summary
MessagesViewImpl(info.magnolia.i18nsystem.SimpleTranslator i18n)
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 void setListener(MessagesView.Listener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagesViewImpl

@Inject
public MessagesViewImpl(info.magnolia.i18nsystem.SimpleTranslator i18n)
Method Detail

setListener

public void setListener(MessagesView.Listener listener)
Specified by:
setListener in interface MessagesView

asVaadinComponent

public com.vaadin.ui.Component asVaadinComponent()
Description copied from interface: View
Returns the Vaadin component managed by this view.

Specified by:
asVaadinComponent in interface View


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