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.

Types

enum BindAttrPicks which property of a Component a @Bind field mirrors.
interface BinderRuntime contract a build-time-generated component binder implements for one @Bindable class.
class BindersPublic entry point for the build-time component binding framework.
interface BindingHandle returned by Binders.bind.
interface NotifiableBindingInternal contract every generated Binding implementation provides so Binders#notifyChanged(Object) can route a model mutation to the bindings that observe it.