Package com.codename1.binding
package com.codename1.binding
Runtime entry points for the build-time component-binding framework.
@Bindable classes get a generated Binder at build time; application
code reaches it via Binders.bind.-
ClassDescriptionPicks which property of a
Componenta@Bindfield mirrors.Binder<T>Runtime contract a build-time-generated component binder implements for one@Bindableclass.Public entry point for the build-time component binding framework.Handle returned byBinders.bind.Internal contract every generatedBindingimplementation provides soBinders#notifyChanged(Object)can route a model mutation to the bindings that observe it.