Class ConfirmButton

    • Constructor Detail

      • ConfirmButton

        public ConfirmButton​(String id,
                             String label,
                             String title,
                             String message)
        Constructor
        Parameters:
        id - markup id
        label - the button text
        title - the dialog title
        message - the dialog message, also acts as model object
      • ConfirmButton

        public ConfirmButton​(String id,
                             IModel<String> label,
                             IModel<String> title,
                             IModel<String> message)
        Constructor
        Parameters:
        id - markup id
        label - the button text
        title - the dialog title
        message - the dialog message, also acts as model object