Uses of Interface
it.tidalwave.northernwind.rca.ui.contenteditor.spi.PropertyBinder.UpdateCallback
-
Packages that use PropertyBinder.UpdateCallback Package Description it.tidalwave.northernwind.rca.ui.contenteditor.spi -
-
Uses of PropertyBinder.UpdateCallback in it.tidalwave.northernwind.rca.ui.contenteditor.spi
Methods in it.tidalwave.northernwind.rca.ui.contenteditor.spi with parameters of type PropertyBinder.UpdateCallback Modifier and Type Method Description <T> void
PropertyBinder. bind(it.tidalwave.util.Key<T> propertyName, it.tidalwave.role.ui.BoundProperty<T> boundProperty, PropertyBinder.UpdateCallback callback)
Binds a given property to aBoundProperty
.EmbeddedServer.Document
PropertyBinder. createBoundDocument(it.tidalwave.util.Key<java.lang.String> propertyName, PropertyBinder.UpdateCallback callback)
Creates a Document bound to the given property.
-