Interface AddContentPresentation
-
public interface AddContentPresentation
The presentation for the "add content" feature.- Author:
- Fabrizio Giudici
- Stereotype:
- presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AddContentPresentation.Bindings
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(AddContentPresentation.Bindings bindings)
Binds to a modelvoid
showUp(it.tidalwave.util.ui.UserNotificationWithFeedback notification)
Renders the dialog and provides a confirm/cancel feedback.
-
-
-
Method Detail
-
bind
void bind(@Nonnull AddContentPresentation.Bindings bindings)
Binds to a model- Parameters:
bindings
- the model
-
showUp
void showUp(@Nonnull it.tidalwave.util.ui.UserNotificationWithFeedback notification)
Renders the dialog and provides a confirm/cancel feedback.- Parameters:
notification
- the user notification
-
-