info.magnolia.ui.vaadin.dialog
Class Notification

java.lang.Object
  extended by info.magnolia.ui.vaadin.dialog.Notification
All Implemented Interfaces:
View, Serializable

public class Notification
extends Object
implements View

Component for showing notification messages.

See Also:
Serialized Form

Constructor Summary
Notification(MessageStyleType type)
           
 
Method Summary
 void addCloseButtonListener(com.vaadin.ui.Button.ClickListener listener)
           
 void addNotificationBodyClickListener(com.vaadin.event.LayoutEvents.LayoutClickListener listener)
           
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 void setContent(com.vaadin.ui.Component content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(MessageStyleType type)
Method Detail

setContent

public void setContent(com.vaadin.ui.Component content)

addCloseButtonListener

public void addCloseButtonListener(com.vaadin.ui.Button.ClickListener listener)

addNotificationBodyClickListener

public void addNotificationBodyClickListener(com.vaadin.event.LayoutEvents.LayoutClickListener listener)

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.