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 Details
-
PageConstructor
public PageConstructor()
-
-
Method Details
-
buildPage
public String buildPage(Page page, List<Integer> targetPageIndexList, Map<String, Page> divPageMap, boolean webGeneration) Uses string templates to build html file containing a mockup- Parameters:
page- Page object filled with the content of the mockupdivPageMap- map of known divs- Returns:
- fxml file content as String
-
buildDivRow
-