public class FNotification extends com.vaadin.ui.Notification implements FluentNotification<FNotification>
DELAY_FOREVER, DELAY_NONE, POSITION_BOTTOM_LEFT, POSITION_BOTTOM_RIGHT, POSITION_CENTERED, POSITION_CENTERED_BOTTOM, POSITION_CENTERED_TOP, POSITION_TOP_LEFT, POSITION_TOP_RIGHT, TYPE_ERROR_MESSAGE, TYPE_HUMANIZED_MESSAGE, TYPE_TRAY_NOTIFICATION, TYPE_WARNING_MESSAGE
Constructor and Description |
---|
FNotification(String caption) |
FNotification(String caption,
com.vaadin.ui.Notification.Type type) |
FNotification(String caption,
String description) |
FNotification(String caption,
String description,
com.vaadin.ui.Notification.Type type) |
FNotification(String caption,
String description,
com.vaadin.ui.Notification.Type type,
boolean htmlContentAllowed) |
getCaption, getDelayMsec, getDescription, getIcon, getPosition, getStyleName, isHtmlContentAllowed, setCaption, setDelayMsec, setDescription, setHtmlContentAllowed, setIcon, setPosition, setStyleName, show, show, show, show
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
withCaption, withDelayMsec, withDescription, withHtmlContentAllowed, withIcon, withPosition, withStyleName
Copyright © 2017 Jean-Christophe Fortier. All rights reserved.