Package io.jmix.flowui.data.binding
Interface SuspendableBindingAware
- All Known Implementing Classes:
DataViewBindingImpl
@NullMarked
public interface SuspendableBindingAware
Interface defining a contract for objects that support suspendable bindings.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSuspendableBinding(@Nullable SuspendableBinding suspendableBinding) Sets theSuspendableBindinginstance to be associated with this object.
-
Method Details
-
setSuspendableBinding
Sets theSuspendableBindinginstance to be associated with this object.- Parameters:
suspendableBinding- theSuspendableBindinginstance to set; may benullto clear the current binding
-