Package io.quarkiverse.fx.views
Interface FxViewConfig
@ConfigMapping(prefix="quarkus.fx")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface FxViewConfig
-
Method Summary
Modifier and TypeMethodDescriptionRoot location for bundle resources (.properties)fxmlRoot()Root location for fx resources (.fxml)Location for main resources (allowing stylesheet live reload in dev mode)Root location for style resources (.css)booleanEnable (or disable) stylesheet live reload in dev mode
-
Method Details
-
fxmlRoot
Root location for fx resources (.fxml) -
styleRoot
Root location for style resources (.css) -
bundleRoot
Root location for bundle resources (.properties) -
stylesheetReload
@WithDefault("true") boolean stylesheetReload()Enable (or disable) stylesheet live reload in dev mode -
mainResources
Location for main resources (allowing stylesheet live reload in dev mode)
-