ViewModelType - the type of the viewModel.public interface FxmlView<ViewModelType extends ViewModel>
extends de.saxsys.mvvmfx.internal.viewloader.View<ViewModelType>
A view that is implemented with FXML.
There has to be an fxml file in the same package with the same name (case-sensitive) as the implementing view class.
So for example when your view class is named MyCoolView (filename: MyCoolView.java) then the fxml file
has to be named MyCoolView.fxml.
The instance of this class is also known as the "code-behind" of the View in terms of the Model-View-ViewModel pattern.
Copyright © 2019 Saxonia Systems AG. All rights reserved.