Class FxmlConstructor

java.lang.Object
org.fulib.workflows.generators.constructors.FxmlConstructor

public class FxmlConstructor extends Object
The FxmlConstructor builds a fxml mockup from a page event from an fulibWorkflows Board.
  • Constructor Details

    • FxmlConstructor

      public FxmlConstructor()
  • Method Details

    • buildFxml

      public String buildFxml(Page page)
      Uses string templates to build fxml file containing a mockup
      Parameters:
      page - Page object filled with the content of the mockup
      Returns:
      fxml file content as String