@Component @Retention(value=RUNTIME) public @interface FXMLView
FXMLView indicates a class to be used in the context
of an JavaFX view. Such classes are used in combination with fxml markup
files.| Modifier and Type | Optional Element and Description |
|---|---|
String |
bundle
Resource bundle to be used with this view.
|
String[] |
css
Css files to be used together with this view.
|
String |
encoding
The encoding that will be sued when reading the
bundle() file. |
String |
stageStyle
The style to be applied to the underlying stage
when using this view as a modal window.
|
String |
title
The default title for this view for modal.
|
String |
value
Value refers to a relative path from where to load a certain fxml file.
|
public abstract String value
public abstract String[] css
public abstract String bundle
public abstract String title
public abstract String stageStyle
Copyright © 2018. All rights reserved.