| 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 |
| raiseEvent(type, ... rest) — Method in class org.granite.tide.BaseContext |
|
Dispatches a context event (possibly in a subcontext)
|
| raiseEvent(type, ... rest) — Method in class org.granite.tide.Subcontext |
|
Dispatch a context event
|
| raiseGlobalEvent(type, ... rest) — Method in class org.granite.tide.BaseContext |
|
Dispatches a context event (always in the global context)
|
| readBoolean() — Method in class org.granite.mock.MockDataInput |
| |
| readByte() — Method in class org.granite.mock.MockDataInput |
| |
| readBytes(bytes, offset, length) — Method in class org.granite.mock.MockDataInput |
| |
| readDouble() — Method in class org.granite.mock.MockDataInput |
| |
| readEnum(input) — Static method in class org.granite.util.Enum |
| |
| readExternal(input) — Method in class org.granite.collections.BasicMap |
| |
| readExternal(input) — Method in class org.granite.collections.CheckedArrayCollection |
| |
| readExternal(input) — Method in class org.granite.externalizer.Externalizable |
| |
| readExternal(object, input) — Static method in class org.granite.externalizer.Externalizer |
| |
| readExternal(input) — Method in class org.granite.persistence.AbstractPersistentList |
| |
| readExternal(input) — Method in class org.granite.persistence.PersistentMap |
| |
| readExternal(input) — Method in class org.granite.persistence.PersistentSet |
| |
| readExternal(input) — Method in class org.granite.tide.data.model.Page |
| |
| readExternal(input) — Method in class org.granite.tide.data.model.PageInfo |
| |
| readExternal(input) — Method in class org.granite.tide.data.model.SortInfo |
| |
| readExternal(input) — Method in class org.granite.util.Enum |
| |
| readFloat() — Method in class org.granite.mock.MockDataInput |
| |
| readInt() — Method in class org.granite.mock.MockDataInput |
| |
| readMultiByte(length, charSet) — Method in class org.granite.mock.MockDataInput |
| |
| readObject() — Method in class org.granite.mock.MockDataInput |
| |
| readShort() — Method in class org.granite.mock.MockDataInput |
| |
| readUnsignedByte() — Method in class org.granite.mock.MockDataInput |
| |
| readUnsignedInt() — Method in class org.granite.mock.MockDataInput |
| |
| readUnsignedShort() — Method in class org.granite.mock.MockDataInput |
| |
| readUTF() — Method in class org.granite.mock.MockDataInput |
| |
| readUTFBytes(length) — Method in class org.granite.mock.MockDataInput |
| |
| receive(timestamp) — Method in class org.granite.gravity.Consumer |
| |
| receivedEntity — Property in class org.granite.tide.data.Conflict |
| |
| reconnectIntervalMs — Property in class org.granite.gravity.channels.GravityChannel |
| |
| reconnectMaxAttempts — Property in class org.granite.gravity.channels.GravityChannel |
| |
| recursionStrategy — Property in class org.granite.reflect.visitor.Guide |
|
The recursion strategy used by this Guide instance. |
| ReflectionError — Class in package org.granite.reflect |
|
Base error class for all GraniteDS reflection errors. |
| ReflectionError(message, id) — Constructor in class org.granite.reflect.ReflectionError |
| |
| refresh() — Method in class org.granite.tide.collections.PagedCollection |
|
Refresh collection with new filter/sort parameters
|
| refresh() — Method in class org.granite.tide.collections.PersistentCollection |
| |
| refresh() — Method in class org.granite.tide.collections.RemoteList |
| |
| refresh() — Method in class org.granite.tide.seam.framework.RemoteList |
| |
| refreshList(event:org.granite.tide.events:TideContextEvent) — Method in class org.granite.tide.collections.RemoteList |
| |
| refreshList(event:org.granite.tide.events:TideContextEvent) — Method in class org.granite.tide.seam.framework.ConversationList |
| |
| refreshList(event:org.granite.tide.events:TideContextEvent) — Method in class org.granite.tide.seam.framework.RemoteList |
| |
| refreshListFault(event:org.granite.tide.events:TideFaultEvent) — Method in class org.granite.tide.collections.RemoteList |
| |
| refreshListFault(event:org.granite.tide.events:TideFaultEvent) — Method in class org.granite.tide.seam.framework.ConversationList |
| |
| refreshListFault(event:org.granite.tide.events:TideFaultEvent) — Method in class org.granite.tide.seam.framework.RemoteList |
| |
| refreshListResult(event:org.granite.tide.events:TideResultEvent) — Method in class org.granite.tide.collections.RemoteList |
| |
| refreshListResult(event:org.granite.tide.events:TideResultEvent) — Method in class org.granite.tide.seam.framework.ConversationList |
| |
| refreshListResult(event:org.granite.tide.events:TideResultEvent) — Method in class org.granite.tide.seam.framework.RemoteList |
| |
| regexp — Property in class org.granite.validation.constraints.Pattern |
|
The regular expression to match. |
| registerConstraintClass(constraintClass) — Method in class org.granite.validation.ValidatorFactory |
|
Register a IConstraint implementation class, so
annotations with its unqualified class name will be recognized as
constraint annotations. |
| registerDomain(domain) — Static method in class org.granite.reflect.Type |
|
Registers an application domain so objects or classes that belong to this
domain, when passed to the Type.forInstance(...) or the
Type.forClass(...) methods without specifying a domain, may
be associated this domain. |
| registeredDomains — Static property in class org.granite.reflect.Type |
|
An array that contains all currently registered application domains. |
| registerNamespace(prefix, packageName) — Method in class org.granite.util.DefaultNamespaceResolver |
|
Register a namespace prefix bound to a given package name. |
| registerNamespace(prefix, packageName) — Method in interface org.granite.util.INamespaceResolver |
|
Register a namespace prefix bound to a given package name. |
| registerValidatorClass(type:org.granite.reflect:Type, validatorClass) — Method in class org.granite.validation.ValidatorFactory |
|
Register a IValidator implementation class for a specific
bean type, so this IValidator implementation will be used
when encountering a bean of this type. |
| reload() — Method in class org.granite.tide.collections.PersistentCollection |
| |
| reload() — Method in class org.granite.tide.collections.PersistentMap |
| |
| remainder(b, mc:org.granite.math:MathContext) — Method in class org.granite.math.BigDecimal |
|
Returns a BigDecimal whose value is (this % b),
with rounding according to the context settings. |
| remainder(b) — Method in class org.granite.math.BigInteger |
|
Returns a BigInteger whose value is (this % b). |
| remainder(b) — Method in class org.granite.math.Long |
|
Returns a Long whose value is (this % b). |
| remoteComponentClass — Property in class org.granite.tide.collections.PagedQuery |
| |
| remoteComponentName — Property in class org.granite.tide.collections.PagedQuery |
| |
| remoteComponentName — Property in class org.granite.tide.seam.framework.PagedQuery |
| |
| RemoteList — Class in package org.granite.tide.collections |
| |
| RemoteList — Class in package org.granite.tide.seam.framework |
| |
| RemoteList() — Constructor in class org.granite.tide.collections.RemoteList |
| |
| RemoteList() — Constructor in class org.granite.tide.seam.framework.RemoteList |
| |
| remove(key) — Method in class org.granite.collections.BasicMap |
| |
| remove(key) — Method in interface org.granite.collections.IMap |
| |
| remove(uid) — Method in class org.granite.collections.UIDWeakSet |
| |
| remove(key) — Method in class org.granite.tide.collections.PersistentMap |
| |
| removeAll() — Method in class org.granite.collections.UIDArraySet |
| |
| removeAll() — Method in class org.granite.tide.collections.PersistentCollection |
| |
| removeComponent(name) — Method in class org.granite.tide.Tide |
|
Unregister a Tide component and destroys all instances
|
| removeComponent(name) — Method in class org.granite.tide.impl.ComponentStore |
|
Unregister a Tide component and destroys all instances
|
| removeComponentDescriptor(name) — Method in class org.granite.tide.impl.ComponentStore |
| |
| removeContextEventListener(type, handler) — Method in class org.granite.tide.Tide |
|
Unregister a context event listener
|
| removeEventListener(type, listener, useCapture) — Method in class org.granite.collections.BasicMap |
| |
| removeFromContextsToDestroy(contextId) — Method in interface org.granite.tide.IContextManager |
| |
| removeItemAt(index) — Method in class org.granite.collections.UIDArraySet |
| |
| removeItemAt(index) — Method in class org.granite.tide.collections.PersistentCollection |
| |
| removeManagedInstance(component) — Method in class org.granite.tide.Tide |
| |
| removeModule(module) — Method in class org.granite.tide.Tide |
|
Unregister a Tide module
|
| removeModule(module) — Method in class org.granite.tide.impl.ComponentStore |
|
Unregister a Tide module
|
| removeProxyDescriptor(name, value) — Method in class org.granite.tide.Tide |
|
Remove descriptor for proxy when value is no more a proxy
|
| resetAllEntities(cache) — Method in class org.granite.tide.data.EntityManager |
|
Discard changes of all cached entities from last version received from the server
|
| resetApplication() — Method in class org.granite.tide.Tide |
|
Resets Tide application (mainly used in test cases)
|
| resetEntity(obj:org.granite.tide:IEntity) — Static method in class mx.data.utils.Managed |
| |
| resetEntity(entity:org.granite.tide:IEntity, cache) — Method in class org.granite.tide.data.EntityManager |
|
Discard changes of entity from last version received from the server
|
| resetInstance() — Static method in class org.granite.tide.Tide |
|
Clear Tide singleton (should be used only for testing)
|
| resetInstance() — Static method in class org.granite.tide.cdi.Cdi |
|
Clear Tide singleton (should be used only for testing)
|
| resetInstance() — Static method in class org.granite.tide.ejb.Ejb |
|
Clear Tide singleton (should be used only for testing)
|
| resetInstance() — Static method in class org.granite.tide.seam.Seam |
|
Clear Tide singleton (should be used only for testing)
|
| resetInstance() — Static method in class org.granite.tide.spring.Spring |
|
Clear Tide singleton (should be used only for testing)
|
| resolve(className) — Method in class org.granite.util.DefaultNamespaceResolver |
|
Returns a fully qualified class name, resolving namespace
prefix (such as ns:MyClass resolved to
path.to.MyClass). |
| resolve(className) — Method in interface org.granite.util.INamespaceResolver |
|
Returns a fully qualified class name, resolving namespace
prefix (such as ns:MyClass resolved to
path.to.MyClass). |
| resolved — Property in class org.granite.tide.data.Conflict |
| |
| resolveMergeConflicts(modifiedEntity, localEntity, resolving) — Method in class org.granite.tide.data.EntityManager |
| |
| resolvingConflict — Property in class org.granite.tide.data.MergeContext |
| |
| restoreEntityCache(entityCache) — Method in class org.granite.tide.data.MergeContext |
| |
| RESTRICT_NO — Constant static property in class org.granite.tide.Tide |
| |
| RESTRICT_UNKNOWN — Constant static property in class org.granite.tide.Tide |
| |
| RESTRICT_YES — Constant static property in class org.granite.tide.Tide |
| |
| resubscribe(clientId) — Method in class org.granite.gravity.Consumer |
| |
| result(event:org.granite.tide.events:TideResultEvent) — Method in interface org.granite.tide.ITideResponder |
|
Handler for result event
|
| result(event:org.granite.tide.events:TideResultEvent) — Method in class org.granite.tide.TideResponder |
|
Result handler method
|
| result — Property in class org.granite.tide.events.TideResultEvent |
| |
| RESULT — Constant static property in class org.granite.tide.collections.PagedCollection |
| |
| RESULT — Constant static property in class org.granite.tide.events.TideResultEvent |
| |
| resultCount — Property in class org.granite.tide.data.model.Page |
| |
| resultList — Property in class org.granite.tide.data.model.Page |
| |
| retry() — Method in class org.granite.tide.events.TideFaultEvent |
| |
| returnType — Property in class org.granite.reflect.Method |
|
The returned type of this method (may be Type.VOID or
Type.WILD. |
| rightShift(value, unsigned) — Method in class org.granite.math.Long |
|
Returns (this >> b) (bitwise right shift). |
| _ro — Property in class org.granite.tide.Tide |
| |
| ro — Property in class org.granite.tide.Tide |
| |
| _roInitialize — Property in class org.granite.tide.Tide |
| |
| roInitialize — Property in class org.granite.tide.Tide |
| |
| root — Property in class org.granite.reflect.visitor.Visitable |
|
The root parent of this Visitable. |
| rootBean — Property in class org.granite.tide.validators.InvalidValue |
| |
| rootBean — Property in class org.granite.tide.validators.ServerConstraintViolation |
|
The root bean of the invalid property. |
| rootBean — Property in class org.granite.validation.ConstraintViolation |
|
The root bean of the invalid property. |
| rootBeanType — Property in class org.granite.tide.validators.ServerConstraintViolation |
|
The root bean type of the invalid property. |
| rootBeanType — Property in class org.granite.validation.ConstraintViolation |
|
The root bean type of the invalid property. |
| _rosByDestination — Property in class org.granite.tide.Tide |
| |
| round(mc:org.granite.math:MathContext) — Method in class org.granite.math.BigDecimal |
|
Returns a BigDecimal rounded according to the
MathContext settings. |
| roundingMode — Property in class org.granite.math.MathContext |
|
The rounding algorithm to be used for an operation. |
| RoundingMode — Final class in package org.granite.math |
|
Specifies a rounding behavior for numerical operations
capable of discarding precision. |
| RS_DICTIONARY — Constant static property in class org.granite.reflect.visitor.Guide |
|
The constant for "dictionary" recursion strategy: an instance of a
bean is only visited once, even if it appears several times in an
objects graph (this is the default). |
| RS_STACK — Constant static property in class org.granite.reflect.visitor.Guide |
|
The constant for "stack" recursion strategy: an instance of a
bean is visited if and only if it wasn't already visited in the
current path fo the objects graph. |
|
| 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 |