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
Optional Elements
-
Element Details
-
value
String valueThe title of the controller.Can be a simple string or a key if a resource bundle is provided (see
ResourceandFulibFxApp.setDefaultResourceBundle(ResourceBundle)).- Returns:
- The title of the controller.
- Default:
- "$name"
-