| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.commands |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Supplier<Action> |
DelegateCommand.actionSupplier |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<Action> |
DelegateCommand.getActionSupplier() |
| Constructor and Description |
|---|
DelegateCommand(java.util.function.Supplier<Action> actionSupplier)
Creates a command without a condition about the executability.
|
DelegateCommand(java.util.function.Supplier<Action> actionSupplier,
boolean inBackground)
Creates a command without an condition about the executability.
|
DelegateCommand(java.util.function.Supplier<Action> actionSupplier,
javafx.beans.value.ObservableValue<Boolean> executableObservable)
Creates a command with a condition about the executability by using the 'executableObservable' parameter.
|
DelegateCommand(java.util.function.Supplier<Action> actionSupplier,
javafx.beans.value.ObservableValue<Boolean> executableObservable,
boolean inBackground)
Creates a command with a condition about the executability by using the 'executableObservable' parameter.
|
Copyright © 2019 Saxonia Systems AG. All rights reserved.