| Package | Description |
|---|---|
| de.saxsys.mvvmfx |
Contains the core mvvmFX classes, interfaces and annotations.
|
| Modifier and Type | Method and Description |
|---|---|
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.builderFactory(javafx.util.BuilderFactory builderFactory)
This param is used to add a
BuilderFactory that is used when loading the view. |
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.codeBehind(ViewType codeBehind)
This param is used to define an existing instance of the codeBehind
class that is used instead of creating a new one while loading.
|
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.context(Context context) |
static <ViewType extends FxmlView<? extends ViewModelType>,ViewModelType extends ViewModel> |
FluentViewLoader.fxmlView(Class<? extends ViewType> viewType)
This method is the entry point of the Fluent API to load a fxml based
View.
|
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.providedScopes(Collection<Scope> providedScopes) |
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.providedScopes(Scope... providedScopes) |
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.resourceBundle(ResourceBundle resourceBundle)
Provide a
ResourceBundle that is used while loading this
view. |
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.root(Object root)
This param is used to define a JavaFX node that is used as the root
element when loading the fxml file.
|
FluentViewLoader.FxmlViewStep<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.viewModel(ViewModelType viewModel)
This param is used to define an existing viewModel instance to be
used when loading the view.
|
Copyright © 2019 Saxonia Systems AG. All rights reserved.