| Package | Description |
|---|---|
| de.saxsys.mvvmfx |
Contains the core mvvmFX classes, interfaces and annotations.
|
| Modifier and Type | Method and Description |
|---|---|
FluentViewLoader.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.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.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.context(Context context) |
static <ViewType extends JavaView<? extends ViewModelType>,ViewModelType extends ViewModel> |
FluentViewLoader.javaView(Class<? extends ViewType> viewType)
This method is the entry point of the Fluent API to load a java based
view.
|
FluentViewLoader.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.providedScopes(Collection<Scope> providedScopes) |
FluentViewLoader.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.providedScopes(Scope... providedScopes) |
FluentViewLoader.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.resourceBundle(ResourceBundle resourceBundle)
Provide a
ResourceBundle that is used while loading this
view. |
FluentViewLoader.JavaViewStep<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.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.