Package io.jmix.flowui.data.binding
Interface SuspendableBindingAware
- All Known Implementing Classes:
DataViewBindingImpl
public interface SuspendableBindingAware
Interface defining a contract for objects that support suspendable bindings.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSuspendableBinding(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
-