Class Snackbar


  • public class Snackbar
    extends Object
    • Constructor Detail

      • Snackbar

        public Snackbar()
    • Method Detail

      • show

        public static void show​(String message,
                                int delay,
                                int type)
      • showWithCloseButton

        public static void showWithCloseButton​(String message,
                                               int type)
      • showConfirmation

        public static void showConfirmation​(String message,
                                            com.google.gwt.user.client.Command yesCommand,
                                            com.google.gwt.user.client.Command noCommand)
      • showConfirmation

        public static void showConfirmation​(String message,
                                            String yesLabel,
                                            String noLabel,
                                            com.google.gwt.user.client.Command yesCommand,
                                            com.google.gwt.user.client.Command noCommand)