Class baja.HandleScheme
Extends
baja.OrdScheme.
Handle ORD Scheme.
This scheme resolves a SlotPath to a handle. Each Component in a ComponentSpace has a
unique handle. This is a great way to keep track of a Component regardless of whether
its SlotPath changes.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
| Field Attributes | Field Name and Description |
|---|---|
| <private> <static> |
baja.HandleScheme.DEFAULT
Default Handle ORD Scheme instance
|
- Fields borrowed from class baja.Object:
- equivalent, getIcon
| Method Attributes | Method Name and Description |
|---|---|
| <private> |
resolve(target, query, cursor, options)
Called when an ORD is resolved.
|
- Methods borrowed from class baja.OrdScheme:
- parse
Field Detail
<private> <static>
baja.HandleScheme.DEFAULT
Default Handle ORD Scheme instance
Method Detail
<private>
resolve(target, query, cursor, options)
Called when an ORD is resolved.
- Parameters:
- {ORDTarget} target
- the current ORD Target.
- {Object} query
- the ORD Query used in resolving the ORD.
- cursor
- the ORD Query List cursor used for helping to asynchronously resolve the ORD.
- {Object} options
- options used for resolving an ORD.