org.apertereports.util
Class NotificationUtil

java.lang.Object
  extended by org.apertereports.util.NotificationUtil

public class NotificationUtil
extends Object

Author:
MW

Nested Class Summary
static interface NotificationUtil.ConfirmListener
           
 
Constructor Summary
NotificationUtil()
           
 
Method Summary
static void notImplementedYet(com.vaadin.ui.Window window)
           
static void showCancelledNotification(com.vaadin.ui.Window window)
           
static void showConfirmNotification(com.vaadin.ui.Window window, String prefix)
           
static void showConfirmWindow(com.vaadin.ui.Window parent, String windowTitle, String message, NotificationUtil.ConfirmListener listener)
           
static void showExceptionNotification(com.vaadin.ui.Window window, AperteReportsRuntimeException exception)
           
static void showExceptionNotification(com.vaadin.ui.Window window, String prefix)
           
static void showExceptionNotification(com.vaadin.ui.Window window, String prefix, Exception e)
           
static void showExceptionNotification(com.vaadin.ui.Window window, String prefix, Object... details)
           
static void showExceptionNotification(com.vaadin.ui.Window window, String title, String message)
           
static void showSavedNotification(com.vaadin.ui.Window window)
           
static void showValidationErrors(com.vaadin.ui.Window window, String message)
           
static void showValuesChangedWindow(com.vaadin.ui.Window parent, NotificationUtil.ConfirmListener listener)
           
static void validationErrors(com.vaadin.ui.Window window)
           
static void validationErrors(com.vaadin.ui.Window window, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationUtil

public NotificationUtil()
Method Detail

notImplementedYet

public static void notImplementedYet(com.vaadin.ui.Window window)

showValidationErrors

public static void showValidationErrors(com.vaadin.ui.Window window,
                                        String message)

showExceptionNotification

public static void showExceptionNotification(com.vaadin.ui.Window window,
                                             String prefix)

showExceptionNotification

public static void showExceptionNotification(com.vaadin.ui.Window window,
                                             String prefix,
                                             Exception e)

showExceptionNotification

public static void showExceptionNotification(com.vaadin.ui.Window window,
                                             String prefix,
                                             Object... details)

showExceptionNotification

public static void showExceptionNotification(com.vaadin.ui.Window window,
                                             String title,
                                             String message)

showExceptionNotification

public static void showExceptionNotification(com.vaadin.ui.Window window,
                                             AperteReportsRuntimeException exception)

validationErrors

public static void validationErrors(com.vaadin.ui.Window window)

validationErrors

public static void validationErrors(com.vaadin.ui.Window window,
                                    String message)

showSavedNotification

public static void showSavedNotification(com.vaadin.ui.Window window)

showCancelledNotification

public static void showCancelledNotification(com.vaadin.ui.Window window)

showConfirmNotification

public static void showConfirmNotification(com.vaadin.ui.Window window,
                                           String prefix)

showValuesChangedWindow

public static void showValuesChangedWindow(com.vaadin.ui.Window parent,
                                           NotificationUtil.ConfirmListener listener)

showConfirmWindow

public static void showConfirmWindow(com.vaadin.ui.Window parent,
                                     String windowTitle,
                                     String message,
                                     NotificationUtil.ConfirmListener listener)


Copyright © 2011-2012. All Rights Reserved.