Module javafx.web

Class PromptData

    • Constructor Detail

      • PromptData

        public PromptData​(String message,
                          String defaultValue)
        Creates a new instance.
        Parameters:
        message - the message carried by this data object
        defaultValue - the default value carried by this data object
    • Method Detail

      • getMessage

        public final String getMessage​()
        Returns the message carried by this data object.
        Returns:
        the message
      • getDefaultValue

        public final String getDefaultValue​()
        Returns the default value carried by this data object.
        Returns:
        the default value