Class MessageDialog

    • Constructor Detail

      • MessageDialog

        public MessageDialog​(String id,
                             String title,
                             String message,
                             DialogButtons buttons)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - button set to be displayed
      • MessageDialog

        public MessageDialog​(String id,
                             String title,
                             String message,
                             List<DialogButton> buttons)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - list of buttons to be displayed
      • MessageDialog

        public MessageDialog​(String id,
                             String title,
                             String message,
                             DialogButtons buttons,
                             DialogIcon icon)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - button set to be displayed
        icon - the predefined icon to display
      • MessageDialog

        public MessageDialog​(String id,
                             String title,
                             String message,
                             List<DialogButton> buttons,
                             DialogIcon icon)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - list of buttons to be displayed
        icon - the predefined icon to display
      • MessageDialog

        public MessageDialog​(String id,
                             IModel<String> title,
                             IModel<String> message,
                             DialogButtons buttons)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - button set to be displayed
      • MessageDialog

        public MessageDialog​(String id,
                             IModel<String> title,
                             IModel<String> message,
                             List<DialogButton> buttons)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - list of buttons to be displayed
      • MessageDialog

        public MessageDialog​(String id,
                             IModel<String> title,
                             IModel<String> message,
                             DialogButtons buttons,
                             DialogIcon icon)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - button set to be displayed
        icon - the predefined icon to display
      • MessageDialog

        public MessageDialog​(String id,
                             IModel<String> title,
                             IModel<String> message,
                             List<DialogButton> buttons,
                             DialogIcon icon)
        Constructor.
        Parameters:
        id - the markupId, an html div suffice to host a dialog.
        title - the title of the dialog
        message - the message to be displayed
        buttons - list of buttons to be displayed
        icon - the predefined icon to display