| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.commands |
| 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 © 2016 Saxonia Systems AG. All rights reserved.