A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
cache — Property in class org.restfulx.controllers.ModelsController
internal cache of fetched model instances maps model FQNs to ModelsCollections of instances
CacheController — Class in package org.restfulx.controllers
In-memory model data store.
CacheController(state:org.restfulx.utils:ModelsMetadata) — Constructor in class org.restfulx.controllers.CacheController
cached(clazz) — Method in class org.restfulx.controllers.ModelsController
Get current cache representation for a particular model class.
CacheUpdateEvent — Class in package org.restfulx.events
This event is dispatched Rx Models cache gets updated and can be used to selectively refresh data providers, etc.
CacheUpdateEvent(fqn, opType, serviceProvider:org.restfulx.services:IServiceProvider, data) — Constructor in class org.restfulx.events.CacheUpdateEvent
canDeleteModel(model:org.restfulx.models:RxModel) — Static method in class org.restfulx.utils.RxUtils
Check to see if the model can be deleted
canLazyLoad(id) — Method in class org.restfulx.controllers.ServicesController
A wrapper around IServiceProvider#canLazyLoad implementation of a specific service provider
canLazyLoad() — Method in interface org.restfulx.services.IServiceProvider
Indicates if this service provider can perform lazy loading.
canLazyLoad() — Method in class org.restfulx.services.air.AIRServiceProvider
Indicates if this service provider can perform lazy loading.
canLazyLoad() — Method in class org.restfulx.services.amf.AMFServiceProvider
Indicates if this service provider can perform lazy loading.
canLazyLoad() — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
Indicates if this service provider can perform lazy loading.
canLazyLoad() — Method in class org.restfulx.services.http.JSONHTTPServiceProvider
Indicates if this service provider can perform lazy loading.
canLazyLoad() — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
Indicates if this service provider can perform lazy loading.
canRedo() — Method in class org.restfulx.controllers.UndoRedoController
Indicates if redo can be performed
canUndo() — Method in class org.restfulx.controllers.UndoRedoController
Indicates if undo can be performed
cast(targetType, value) — Static method in class org.restfulx.utils.RxUtils
Casts a variable to specific type from a string, while trying to do the right thing based on targetType description.
ChangeController — Class in package org.restfulx.controllers
If Synchronization is enabled, Change controller can be hooked up to Rx.changes to perform synchronization between 2 different service providers.
ChangeController(source:org.restfulx.services:ISyncingServiceProvider, destination:org.restfulx.services:IServiceProvider, onSuccess, onFailure) — Constructor in class org.restfulx.controllers.ChangeController
ChangeResponder — Class in package org.restfulx.services
This responder hanldes synchronization responses from the destination service provider and syncs successful operations back to source service provider and/or reports relevant errors
ChangeResponder(item, controller:org.restfulx.controllers:ChangeController, source:org.restfulx.services:ISyncingServiceProvider, destination:org.restfulx.services:IServiceProvider, action) — Constructor in class org.restfulx.services.ChangeResponder
changes — Static property in class org.restfulx.Rx
exposes the Synchronization capable controller
checkConditions(source, conditions) — Method in class org.restfulx.controllers.AuxAIRController
checkConditions(source, conditions) — Method in class org.restfulx.serializers.GenericSerializer
children — Property in class org.restfulx.models.RxTreeModel
chosenItem — Property in class org.restfulx.components.rx.RxAutoComplete
Gets currently chosen item
chosenItemChange — Event in class org.restfulx.components.rx.RxAutoComplete
cleanup(object, responder, metadata, nestedBy) — Method in interface org.restfulx.services.IVersioningServiceProvider
Removes all versions of this object except the most recent one
cleanupModelAssociations(model, fqn) — Static method in class org.restfulx.utils.RxUtils
Clean up all HasOne,HasMany associations that this model refers to recursively
cleanupModelReferences(model, fqn, singleReference) — Static method in class org.restfulx.utils.RxUtils
Clean up references to specified model.
clear() — Method in class org.restfulx.controllers.UndoRedoController
Clear the undo/redo stacks
clearTextAfterFind — Property in class org.restfulx.components.rx.RxAutoComplete
Indicates if the search area should be cleared after a specific item has been found/shown
clearTypedText() — Method in class org.restfulx.components.rx.RxAutoComplete
Clear typed text without triggering dropdown show
clone(object, recursive) — Static method in class org.restfulx.utils.RxUtils
If the object cloned is a RxModel do clone based on reflection, else default to binary ObjectUtil clone.
cloned — Property in class org.restfulx.models.RxModel
indicates if this is a clone
close(event) — Method in class org.restfulx.components.rx.RxAutoComplete
CommandExecutionEvent — Class in package org.restfulx.events
Generic execution event (used by commands).
CommandExecutionEvent(type, bubbles, cancelable) — Constructor in class org.restfulx.events.CommandExecutionEvent
commands — Static property in class org.restfulx.Rx
auxiliary (typically non-CRUD) commands controller
CommandsController — Class in package org.restfulx.controllers
Manages registered commands (classes that implement org.restfulx.controllers.ICommand).
CommandsController(commands) — Constructor in class org.restfulx.controllers.CommandsController
Creates a new instance of the controller.
CommandsEventDispatcher — Class in package org.restfulx.commands
Manages restfulx command related event registration.
CommandsEventDispatcher(target) — Constructor in class org.restfulx.commands.CommandsEventDispatcher
commitProperties() — Method in class org.restfulx.components.rx.RxAutoComplete
commitTransaction(responder) — Method in interface org.restfulx.services.ISyncingServiceProvider
If the service provider supports it, this commits the currently active transaction
commitTransaction(responder) — Method in class org.restfulx.services.air.AIRServiceProvider
If the service provider supports it, this commits the currently active transaction
compare(aUUID:org.restfulx.utils:UUID) — Method in class org.restfulx.utils.UUID
Compare two UUIDs
computeMetadada(clazz, data:org.restfulx.utils:TypedArray, responder) — Method in class org.restfulx.services.air.AIRServiceProvider
connection — Property in class org.restfulx.controllers.AuxAIRController
connection — Property in class org.restfulx.services.air.AIRServiceProvider
reference to the connnection object used by AIR service provider
contentType — Property in class org.restfulx.services.as3http.AS3XMLHTTPServiceProvider
contentType — Property in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
controllers — Property in class org.restfulx.utils.ModelsMetadata
maps FQNs to controller names
couchDbDatabaseName — Static property in class org.restfulx.Rx
Default database name to use for apps talking to CouchDB directly.
CouchDBJSONSerializer — Class in package org.restfulx.serializers
Serialises RxModel instances to JSON and back according to CouchDB conventions.
CouchDBJSONSerializer() — Constructor in class org.restfulx.serializers.CouchDBJSONSerializer
couchDbRootUrl — Static property in class org.restfulx.Rx
Root URL for CouchDB requests.
create(model:org.restfulx.models:RxModel, serviceProvider:org.restfulx.services:IServiceProvider, opts) — Method in class org.restfulx.controllers.CacheController
Cache version of the create call.
create(object, optsOrOnSuccess, onFailure, nestedBy, metadata, recursive, targetServiceId, customProcessor, unmarshallDisconnected) — Method in class org.restfulx.controllers.ModelsController
Perform REST create operation.
create(optsOrOnSuccess, onFailure, nestedBy, metadata, recursive, targetServiceId, customProcessor) — Method in class org.restfulx.models.RxModel
Wrapper around Rx.models.create
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in interface org.restfulx.services.IServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.air.AIRServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.as3http.AS3GAEHTTPServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.as3http.AS3XMLHTTPServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.http.XMLHTTPServiceProvider
RESTful CRUD contract: create method.
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.mock.MockJSONHTTPServiceProvider
create(object, responder, metadata, nestedBy, recursive, undoRedoFlag) — Method in class org.restfulx.services.mock.MockXMLHTTPServiceProvider
CREATE — Constant static property in class org.restfulx.controllers.ChangeController
Create flag used to tag instances marked for create but not yet created/synced
CREATE — Static property in class org.restfulx.events.CacheUpdateEvent
createDatabase(callback) — Method in class org.restfulx.services.as3http.DirectCouchDBHTTPServiceProvider
createRandom() — Static method in class org.restfulx.utils.UUID
Creates a new (random) UUID
createValidationResult(message) — Method in class org.restfulx.services.GenericServiceErrors
Default validation result creator.
currencySymbol — Property in class org.restfulx.components.rx.MoneyTextInput
currentSignature — Property in class org.restfulx.controllers.ServerPushController
current message signature
customHttpHeaders — Static property in class org.restfulx.Rx
Stores any extra HTTP headers that needs to be sent to the backend
customSearchFunction — Property in class org.restfulx.components.rx.RxAutoComplete
By default RxAutoComplete will use Rx.models.reload function with metadata in append mode, which will use the current service provider.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z