org.apertereports.util
Class NotificationUtil

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

public final class NotificationUtil
extends Object

Author:
MW

Nested Class Summary
static interface NotificationUtil.ConfirmListener
           
 
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 showErrorNotification(com.vaadin.ui.Window window, String messageId)
           
static void showExceptionNotification(com.vaadin.ui.Window window, org.apertereports.common.exception.ARRuntimeException 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
 

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,
                                             org.apertereports.common.exception.ARRuntimeException exception)

showErrorNotification

public static void showErrorNotification(com.vaadin.ui.Window window,
                                         String messageId)

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-2013. All Rights Reserved.