| Interface | Description |
|---|---|
| Binder | |
| BindingRecognizer |
Allows patterns to participate in locating bindings from the pattern.
|
| Creator | |
| CreatorConstants | |
| CreatorInfo | |
| CreatorInfoConfiguration | |
| CreatorInfoConfigurationFactory | |
| CreatorMappings | |
| HostedGuiBinder | |
| InsertionValidator |
| Class | Description |
|---|---|
| BinderAnnotations | |
| BindingReference |
Note to subclasses: it is desirable that the page defintion not be looked up until you find a potential binding id.
|
| CreationContext | |
| CreatorInfoRegistry | |
| DeclarativeCreatorInfoConfigurationFactory |
Registers a new
CreatorInfoConfigurationFactory. |
| DefaultBindingRecognizer |
Implementation of
BindingRecognizer that handles looking up bindings or gathering binding ids based on binding locators returned by the subclass. |
| DefaultBindingRecognizer.BindingLocator | |
| VelocitySupport |
| Enum | Description |
|---|---|
| BinderAnnotations.BindBehavior |
| Exception | Description |
|---|---|
| CancelCreationException |
| Annotation Type | Description |
|---|---|
| BinderAnnotations.BindMode |
Indicates when the
Binder should be run. |
| BinderAnnotations.ConfirmRebinding |
Presence of this annotation on a
Binder(2) indicates that the framework should query the user to confirm any changes that the Binder or Binder2 had made. |
| BinderAnnotations.SimpleRebindChecking |
Presence of this annotation on a
Binder(2) indicates that the framework can skip calling the canBind method and just assume Node checking will work. |