Annotation Interface Title
Annotation used to give a title to a controller/component.
The title is used to set the title of the window when the controller is displayed using FulibFxApp.show(String, Map)
.
-
Optional Element Summary
-
Element Details
-
value
String valueThe title of the controller.Can be a simple string or a key if a resource bundle is provided (see
Resource
andFulibFxApp.setDefaultResourceBundle(ResourceBundle)
).- Returns:
- The title of the controller.
- Default:
- "$name"
-