Class Snackbar

java.lang.Object
org.silverpeas.mobile.client.components.Snackbar

public class Snackbar extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    show(String message, int delay, int type)
     
    static void
    showConfirmation(String message, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand)
     
    static void
    showConfirmation(String message, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand, boolean buttonsCenter)
     
    static void
    showConfirmation(String message, String yesLabel, String noLabel, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand, boolean buttonsCenter)
     
    static void
    showWithCloseButton(String message, int type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Snackbar

      public Snackbar()
  • Method Details

    • 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, boolean buttonsCenter)
    • 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, boolean buttonsCenter)