Class ConfirmClientQuestion

All Implemented Interfaces:
ClientQuestion<ConfirmClientAnswer>

public class ConfirmClientQuestion extends AbstractConfirmClientQuestion
  • Field Details

  • Constructor Details

    • ConfirmClientQuestion

      public ConfirmClientQuestion(String questionId, String questionHeader, String questionMessage)
      Constructor for a new ConfirmClientQuestion. It displays the user a message popup with the options "YES" and "CANCEL". Only the option "YES" returns to the server, "CANCEL" will not continue the action.
      Parameters:
      questionId - a unique id identifying this question
      questionHeader - the header displayed in the message popup
      questionMessage - the message displayed in the message popup
  • Method Details

    • getClientHandlerName

      public String getClientHandlerName()
      Returns:
      the name of the client handler JS-class as registered in the nice2.netui.clientquestion.ClientQuestionHandlerRegistry