Class Snackbar
java.lang.Object
org.silverpeas.mobile.client.components.Snackbar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidshowConfirmation(String message, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand) static voidshowConfirmation(String message, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand, boolean buttonsCenter) static voidshowConfirmation(String message, String yesLabel, String noLabel, com.google.gwt.user.client.Command yesCommand, com.google.gwt.user.client.Command noCommand, boolean buttonsCenter) static voidshowWithCloseButton(String message, int type)
-
Field Details
-
DELAY
public static final int DELAY- See Also:
-
INFO
public static final int INFO- See Also:
-
WARNING
public static final int WARNING- See Also:
-
ERROR
public static final int ERROR- See Also:
-
-
Constructor Details
-
Snackbar
public Snackbar()
-
-
Method Details
-
show
-
showWithCloseButton
-
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
-