Package com.palantir.ptoss.cinch.core
Annotation Interface CallOnUpdate
An annotation to mark that a method should be called when the bound model updates
in a specific way. The method can have any access modifiers, i.e. it can be private.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Utility class that performs the wiring forCallOnUpdate
annotations. -
Optional Element Summary
Optional Elements
-
Element Details
-
model
String modelThe model field name to bind to. If this is left blank and theBindingContext
has only a singleBindableModel
then it will bind to that.- Default:
- ""
-
on
String[] onWhat model update type to trigger on, or blank (default) for all updates.- Default:
- {""}
-