Class PageConstructor
java.lang.Object
org.fulib.workflows.generators.constructors.PageConstructor
The PageConstructor builds a html mockup from a page event from an fulibWorkflows Board.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUses string templates to build html file containing a mockupsetStandAlone(boolean standAlone)
-
Constructor Details
-
PageConstructor
public PageConstructor()
-
-
Method Details
-
buildPage
Uses string templates to build html file containing a mockup- Parameters:
page- Page object filled with the content of the mockup- Returns:
- fxml file content as String
-
setStandAlone
-