Class WebBinder

java.lang.Object
se.datadosen.util.WebBinder

public class WebBinder extends Object
Utility class to bind the form components of a web based user interface to jAlbum variables Not for public use
Since:
13.4
  • Constructor Details

    • WebBinder

      public WebBinder()
  • Method Details

    • getMap

      public static Map<String,Object> getMap(javafx.scene.web.WebEngine engine) throws IOException
      Get variables from the 1:st form of the current web page of the WebEngine May be called from any thread
      Returns:
      Throws:
      IOException
    • getMap

      public static Map<String,Object> getMap(javafx.scene.web.WebEngine engine, Map<String,Object> vars) throws IOException
      Get variables from the 1:st form of the current web page of the WebEngine May be called from any thread
      Parameters:
      vars - Existing Map
      Returns:
      Throws:
      IOException
    • syncUI

      public static void syncUI(Map<String,Object> vars, javafx.scene.web.WebEngine engine) throws IOException
      Parameters:
      vars -
      engine -
      Throws:
      IOException