Spec-Zone.ru › OpenJavaFX 8
javafx.scene.web

Class PromptData

java.lang.Object
  • javafx.scene.web.PromptData


public final class PromptData
extends Object
This class encapsulates data passed into JavaScript prompt() function: a message and a default value. Instances are passed into prompt handlers registered on a WebEngine using WebEngine.setPromptHandler(javafx.util.Callback<javafx.scene.web.PromptData, java.lang.String>) method.

Since:

JavaFX 2.0

See Also:

WebEngine, WebEngine.setPromptHandler(javafx.util.Callback<javafx.scene.web.PromptData, java.lang.String>)

  • Constructor Summary

    Constructors
    Constructor and Description
    PromptData(String message, String defaultValue)
    Creates a new instance.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    String getDefaultValue()
    Returns default value carried by this data object.
    String getMessage()
    Returns message carried by this data object.
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Detail

    • PromptData

      public PromptData(String message,
                        String defaultValue)
      Creates a new instance.
  • Method Detail

    • getMessage

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

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

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API