Class WConfirmationButton

    • Constructor Detail

      • WConfirmationButton

        public WConfirmationButton()
        Creates an empty confirmation button. An image or text must be provided separately.
      • WConfirmationButton

        public WConfirmationButton​(String text)
        Constructor. Sets the button text.
        Parameters:
        text - the button text
      • WConfirmationButton

        public WConfirmationButton​(String text,
                                   char accessKey)
        Constructor. Set the button text and the accesskey. The accesskey in combination with the alt key will activate the button.
        Parameters:
        text - the button text, using MessageFormat syntax.
        accessKey - The access key.