Interface AddContentPresentation
-
public interface AddContentPresentationThe presentation for the "add content" feature.- Author:
- Fabrizio Giudici
- Stereotype:
- presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAddContentPresentation.Bindings
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbind(AddContentPresentation.Bindings bindings)Binds to a modelvoidshowUp(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
-
-