Package io.quarkiverse.fx.views
Interface FxViewData
- All Known Implementing Classes:
FxViewData.FxViewDataImpl
public interface FxViewData
Combination of loaded FXML elements.
Provides convenient accessors with automatic casts.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordFxViewData immutable implementation -
Method Summary
Modifier and TypeMethodDescription<T> TController accessor with automatic cast<T extends javafx.scene.Parent>
TRoot UI element accessor with automatic caststatic FxViewData
-
Method Details
-
getRootNode
<T extends javafx.scene.Parent> T getRootNode()Root UI element accessor with automatic cast -
getController
<T> T getController()Controller accessor with automatic cast -
of
-