it.tidalwave.util.ui
Class UserNotificationWithFeedback
java.lang.Object
it.tidalwave.util.ui.UserNotification
it.tidalwave.util.ui.UserNotificationWithFeedback
@Immutable
public class UserNotificationWithFeedback
- extends UserNotification
- Version:
- $Id$
- Author:
- Fabrizio Giudici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
feedback
protected final UserNotificationWithFeedback.Feedback feedback
UserNotificationWithFeedback
protected UserNotificationWithFeedback(@Nonnull
String text,
@Nonnull
String caption,
@Nonnull
UserNotificationWithFeedback.Feedback feedback)
notificationWithFeedback
@Nonnull
public static UserNotificationWithFeedback notificationWithFeedback()
withCaption
@Nonnull
public UserNotificationWithFeedback withCaption(@Nonnull
String caption)
- Overrides:
withCaption
in class UserNotification
withText
@Nonnull
public UserNotificationWithFeedback withText(@Nonnull
String text)
- Overrides:
withText
in class UserNotification
withCaption
@Nonnull
public UserNotificationWithFeedback withCaption(@Nonnull
Class<?> bundleClass,
@Nonnull
String resourceName,
@Nonnull
Object... params)
- Overrides:
withCaption
in class UserNotification
withText
@Nonnull
public UserNotificationWithFeedback withText(@Nonnull
Class<?> bundleClass,
@Nonnull
String resourceName,
@Nonnull
Object... params)
- Overrides:
withText
in class UserNotification
withFeedback
@Nonnull
public UserNotificationWithFeedback withFeedback(@Nonnull
UserNotificationWithFeedback.Feedback feedback)
confirm
public void confirm()
throws Exception
- Throws:
Exception
cancel
public void cancel()
throws Exception
- Throws:
Exception
Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.