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 |
randomSort(array:Array) — Static Method , class weavejs.util.ArrayUtils |
|
randomizes the order of the elements in the Array in O(n) time by modifying the given array. |
readBoolean() — method, class weavejs.util.JSByteArray |
| |
readByte() — method, class weavejs.util.JSByteArray |
| |
readDouble() — method, class weavejs.util.JSByteArray |
| |
readFloat() — method, class weavejs.util.JSByteArray |
| |
readInt() — method, class weavejs.util.JSByteArray |
| |
readLongUTF() — method, class weavejs.util.JSByteArray |
| |
readObject() — method, class weavejs.util.JSByteArray |
| |
readShort() — method, class weavejs.util.JSByteArray |
| |
readUnsignedByte() — method, class weavejs.util.JSByteArray |
| |
readUnsignedInt() — method, class weavejs.util.JSByteArray |
| |
readUnsignedShort() — method, class weavejs.util.JSByteArray |
| |
readUTF() — method, class weavejs.util.JSByteArray |
| |
readUTFBytes(len:int) — method, class weavejs.util.JSByteArray |
| |
readXML() — method, class weavejs.util.JSByteArray |
| |
_recursion — Property, class weavejs.util.WeaveTreeItem |
| |
redo(numberOfSteps:int) — method, class weavejs.core.SessionStateLog |
|
This will redo a number of steps that have been previously undone. |
redoHistory — Property, class weavejs.core.SessionStateLog |
| |
ReferencedColumn — Property, class weavejs.path.WeavePathData |
| |
registerAsyncClass(type:Class, instanceHandler:Function) — Static Method , class Weave |
|
Registers a class that must be instantiated asynchronously. |
registerClass(definition:Class, qualifiedName:Object, additionalInterfaces:Array, displayName:String) — Static Method , class Weave |
|
Registers an ILinkableObject class for use with Weave.className() and Weave.getDefinition(). |
registerClass(definition:Class, qualifiedName:String, interfaces:Array, displayName:String) — method, interface weavejs.api.core.IClassRegistry |
|
Registers a class under a given qualified name and adds metadata about implementing interfaces. |
registerClass(definition:Class, qualifiedName:String, interfaces:Array, displayName:String) — method, class weavejs.core.ClassRegistryImpl |
| |
registerDisposableChild(disposableParent:Object, disposableChild:Object) — method, interface weavejs.api.core.ISessionManager |
|
This will register a child of a parent and cause the child to be disposed when the parent is disposed. |
registerDisposableChild(disposableParent:Object, disposableChild:Object) — method, class weavejs.core.SessionManager |
| |
registerImplementation(theInterface:Class, theImplementation:Class, displayName:String) — method, interface weavejs.api.core.IClassRegistry |
|
This will register an implementation of an interface. |
registerImplementation(theInterface:Class, theImplementation:Class, displayName:String) — method, class weavejs.core.ClassRegistryImpl |
| |
registerLinkableChild(linkableParent:Object, linkableChild:weavejs.api.core:ILinkableObject, callback:Function, useGroupedCallback:Boolean) — method, interface weavejs.api.core.ISessionManager |
|
This function tells the SessionManager that the session state of the specified child should appear in the
session state of the specified parent, and the child should be disposed when the parent is disposed. |
registerLinkableChild(linkableParent:Object, linkableChild:weavejs.api.core:ILinkableObject, callback:Function, useGroupedCallback:Boolean) — method, class weavejs.core.SessionManager |
| |
relevantContext — Property, class weavejs.util.WeavePromise |
| |
remove(... rest) — method, class weavejs.path.WeavePath |
|
Removes a dynamically created object. |
remove(key1:Object, key2:Object) — method, class weavejs.util.Dictionary2D |
|
This removes a value associated with the given primary and secondary keys. |
removeAllObjects() — method, interface weavejs.api.core.ILinkableHashMap |
|
This function attempts to removes all objects from this LinkableHashMap. |
removeAllObjects() — method, class weavejs.core.LinkableHashMap |
| |
removeAllPrimary(key1:Object) — method, class weavejs.util.Dictionary2D |
|
This removes all values associated with the given primary key. |
removeByIndex(array:Array, indices:Array) — Static Method , class weavejs.util.ArrayUtils |
|
Removes items from an Array. |
removeCallback(relevantContext:Object, callback:Function) — method, interface weavejs.api.core.ICallbackCollection |
|
This function will remove a callback that was previously added. |
removeCallback(relevantContext:Object, callback:Function) — method, class weavejs.core.CallbackCollection |
| |
removeCallback(relevantContext:Object, callback:Function) — method, class weavejs.core.LinkableDynamicObject |
| |
removeCallback(relevantContext:Object, callback:Function) — method, class weavejs.path.WeavePath |
|
Removes a callback from the object at the current path or from everywhere. |
removeDuplicatesFromSortedArray(sorted:Array) — Static Method , class weavejs.util.ArrayUtils |
|
Efficiently removes duplicate adjacent items in a pre-sorted Array. |
removeKeys(... rest) — method, class weavejs.path.WeavePathData |
|
Removes the specified keys to the KeySet at this path. |
removeObject(path:Array) — method, class Weave |
|
Removes an object at the given path. |
removeObject() — method, interface weavejs.api.core.ILinkableDynamicObject |
|
If the internal object is local, this will remove the object (unless it is locked). |
removeObject(name:String) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function removes an object from the LinkableHashMap. |
removeObject() — method, class weavejs.core.LinkableDynamicObject |
| |
removeObject(name:String) — method, class weavejs.core.LinkableHashMap |
| |
removeTask(taskToken:Object) — method, interface weavejs.api.core.IProgressIndicator |
|
This function will remove a previously registered pending request token and decrease the pendingRequestCount if necessary. |
removeTask(taskToken:Object) — method, class weavejs.core.ProgressIndicator |
| |
removeTreeCallback(relevantContext:Object, groupedCallback:Function) — method, class weavejs.core.SessionManager |
| |
removeTypeFromState(state:Object, recursive:Boolean) — Static Method , class weavejs.api.core.DynamicState |
|
Converts DynamicState Arrays into Objects. |
renameObject(oldName:String, newName:String) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function will rename an object by making a copy and removing the original. |
renameObject(oldName:String, newName:String) — method, class weavejs.core.LinkableHashMap |
| |
reorder(... rest) — method, class weavejs.path.WeavePath |
|
Reorders the children of an ILinkableHashMap at the current path. |
replace(string:String, findStr:String, replaceStr:String, ... rest) — Static Method , class weavejs.util.StandardLib |
|
This function performs find and replace operations on a String. |
replaceInstanceWithPlaceholder(instance:weavejs.api.core:ILinkableObject) — Static Method , class weavejs.core.LinkablePlaceholder |
| |
replaceUnknownObjectsInState(stateToModify:Object, className:String) — Static Method , class weavejs.util.DebugUtils |
| |
request(... rest) — method, class weavejs.path.WeavePath |
|
Requests that an object be created if it doesn't already exist at the current path (or relative path, if specified). |
requestAnimationFrame(func:Function) — Static Method , class weavejs.util.JS |
| |
requestGlobalObject(name:String, objectType:Class, lockObject:Boolean) — method, interface weavejs.api.core.ILinkableDynamicObject |
|
This function creates a global object using the given Class definition if it doesn't already exist. |
requestGlobalObject(name:String, objectType:Class, lockObject:Boolean) — method, class weavejs.core.LinkableDynamicObject |
| |
requestLocalObject(objectType:Class, lockObject:Boolean) — method, interface weavejs.api.core.ILinkableDynamicObject |
|
This function creates a local object using the given Class definition if it doesn't already exist. |
requestLocalObject(objectType:Class, lockObject:Boolean) — method, class weavejs.core.LinkableDynamicObject |
| |
requestLocalObjectCopy(objectToCopy:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ILinkableDynamicObject |
|
This function will copy the session state of an ILinkableObject to a new local internalObject of the same type. |
requestLocalObjectCopy(objectToCopy:weavejs.api.core:ILinkableObject) — method, class weavejs.core.LinkableDynamicObject |
| |
requestObject(path:Array, type:Class) — method, class Weave |
|
Requests that an object be created if it doesn't already exist at the given path. |
requestObject(name:String, classDef:Class, lockObject:Boolean) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function creates an object in the LinkableHashMap if it doesn't already exist. |
requestObject(name:String, classDef:Class, lockObject:Boolean) — method, class weavejs.core.LinkableHashMap |
| |
requestObjectCopy(name:String, objectToCopy:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ILinkableHashMap |
|
This function will copy the session state of an ILinkableObject to a new object under the given name in this LinkableHashMap. |
requestObjectCopy(name:String, objectToCopy:weavejs.api.core:ILinkableObject) — method, class weavejs.core.LinkableHashMap |
| |
resetDebugIds() — Static Method , class weavejs.util.DebugUtils |
|
This will clear all saved ids and pointers to corresponding objects. |
result — Property, class weavejs.core.LinkablePromise |
|
The result of calling the invoke function. |
result — Property, class weavejs.util.AsyncSort |
|
This is the sorted Array (or Vector), or null if the sort operation has not completed yet. |
resumeCallbacks() — method, interface weavejs.api.core.ICallbackCollection |
|
This should be called after delayCallbacks() to resume the callbacks. |
resumeCallbacks() — method, class weavejs.core.CallbackCollection |
| |
resumeCallbacks() — method, class weavejs.core.LinkableDynamicObject |
| |
retrieveRecords(pathMapping:Object, options:Object) — method, class weavejs.path.WeavePathData |
|
Retrieves a list of records defined by a mapping of property names to column paths or by an array of column names. |
reverse() — method, class weavejs.util.ColorRamp |
| |
reverseLayout — Property, interface weavejs.api.core.ILocale |
| |
root — Property, class Weave |
|
The root object in the session state
|
root — Property, class weavejs.core.LinkableWatcher |
|
This is the root object to which targetPath is relative. |
roundPrecision(number:Number, precision:Number) — Static Method , class weavejs.util.StandardLib |
|
Rounds a number to the nearest multiple of a precision value. |
roundSignificant(value:Number, significantDigits:uint) — Static Method , class weavejs.util.StandardLib |
|
This rounds a Number to a given number of significant digits. |
rpad(str:String, length:uint, padString:String) — Static Method , class weavejs.util.StandardLib |
|
Pads a string on the right. |
_runCallbacksImmediately(... rest) — method, class weavejs.core.CallbackCollection |
|
This function runs callbacks immediately, ignoring any delays. |
runClickFunction() — method, class weavejs.util.WeaveMenuItem |
|
If the click property is set to a Function, it will be called like click.call(this)
or click.call(this, this) if the former produces an ArgumentError. |
|
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 |