Class MessageFormDialog

    • Constructor Detail

      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 String title,
                                 String message,
                                 DialogButtons buttons)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 String title,
                                 String message,
                                 List<DialogButton> buttons)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 String title,
                                 String message,
                                 DialogButtons buttons,
                                 DialogIcon icon)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 String title,
                                 String message,
                                 List<DialogButton> buttons,
                                 DialogIcon icon)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 IModel<String> title,
                                 IModel<String> message,
                                 DialogButtons buttons)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 IModel<String> title,
                                 IModel<String> message,
                                 List<DialogButton> buttons)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 IModel<String> title,
                                 IModel<String> message,
                                 DialogButtons buttons,
                                 DialogIcon icon)
        Constructor.
        Parameters:
        id - the markup id, 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
      • MessageFormDialog

        public MessageFormDialog​(String id,
                                 IModel<String> title,
                                 IModel<String> message,
                                 List<DialogButton> buttons,
                                 DialogIcon icon)
        Constructor.
        Parameters:
        id - the markup id, 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