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  
abs(mc:org.granite.math:MathContext) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, with rounding according to the context settings.
abs() — Method in class org.granite.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
abs() — Method in class org.granite.math.Long
Returns a Long whose value is the absolute value of this Long.
AbstractPersistentList — Class in package org.granite.persistence
AbstractPersistentList(initialized) — Constructor in class org.granite.persistence.AbstractPersistentList
AbstractTideEvent — Class in package org.granite.tide.events
Abstract base class for typed Tide events that can be dispatched from UI components
AbstractTideEvent() — Constructor in class org.granite.tide.events.AbstractTideEvent
accept(visitor:org.granite.reflect.visitor:IVisitor, visitable:org.granite.reflect.visitor:Visitable) — Method in class org.granite.reflect.visitor.Guide
Try to find a IHandler instance that will handle the visit of the visitable item by the visitor object.
accept(visitable:org.granite.reflect.visitor:Visitable) — Method in interface org.granite.reflect.visitor.IVisitor
Returns true if this IVisitor implementation "accepts" to visit the supplied visitable, false otherwise.
accept(visitable:org.granite.reflect.visitor:Visitable) — Method in class org.granite.validation.GenericValidator
Do validation constraint processing on the supplied visitable instance.
acceptAllClient() — Method in class org.granite.tide.data.Conflicts
acceptAllServer() — Method in class org.granite.tide.data.Conflicts
acceptClient() — Method in class org.granite.tide.data.Conflict
acceptClient(conflict:org.granite.tide.data:Conflict) — Method in class org.granite.tide.data.Conflicts
accepts(emsg) — Method in class org.granite.tide.DefaultExceptionHandler
accepts(emsg) — Method in interface org.granite.tide.IExceptionHandler
Should return true if this handler is able to manage the specified ErrorMessage
accepts(obj) — Method in interface org.granite.tide.data.ICustomMerger
Should return true if this merger is able to handle the specified object
accepts(emsg) — Method in class org.granite.tide.data.OptimisticLockExceptionHandler
accepts(emsg) — Method in class org.granite.tide.service.NotLoggedInExceptionHandler
accepts(emsg) — Method in class org.granite.tide.service.SessionExpirationInterceptor
accepts(emsg) — Method in class org.granite.tide.validators.ValidatorExceptionHandler
acceptServer() — Method in class org.granite.tide.data.Conflict
acceptServer(conflict:org.granite.tide.data:Conflict) — Method in class org.granite.tide.data.Conflicts
ACCESS_DENIED — Constant static property in class org.granite.events.SecurityEvent
acknowledge(ackMsg, msg) — Method in class org.granite.gravity.Consumer
actualListeners — Property in class org.granite.validation.FormValidator
add(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.
add(b) — Method in class org.granite.math.BigInteger
Returns a BigInteger whose value is (this + b).
add(b) — Method in class org.granite.math.Long
Returns a Long whose value is (this + b), with a possible overflow (silently ignored, as in primitive operations).
addAllAt(addList, index) — Method in class org.granite.collections.UIDSet
addBundle(locale, properties, defaultBundle) — Method in class org.granite.util.InternalBundle
Add XML resources properties for the given locale.
addComponent(name, type, inConversation, autoCreate, restrict, overrideIfPresent) — Method in class org.granite.tide.Tide
Register a Tide component with a specified definition and scan dynamic dependency injections
addComponentFromInstance(instance, name, inConversation) — Method in class org.granite.tide.Tide
Register a Tide component from an existing instance
addComponents(types) — Method in class org.granite.tide.Tide
Register many Tide components at once The component definitions are scanned from annotations
addComponentWithFactory(name, type, properties, inConversation, autoCreate, restrict, overrideIfPresent) — Method in class org.granite.tide.Tide
Register a Tide component with static dependency injections Dynamic dependency injections are also scanned
addConflict(localEntity:org.granite.tide:IEntity, receivedEntity, properties) — Method in class org.granite.tide.data.Conflicts
addConflict(localEntity:org.granite.tide:IEntity, receivedEntity) — Method in class org.granite.tide.data.MergeContext
addContextEventListener(type, handler, remote) — Method in class org.granite.tide.BaseContext
Registers a tide context event listener (should be done with [Observer])
addContextEventListener(type, handler, remote) — Method in class org.granite.tide.Tide
Add a context listener for a particular event type
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.granite.collections.BasicMap
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.granite.rpc.remoting.mxml.SecureRemoteObject
addEventObserver(eventType, componentName, methodName, remote, create, localOnly) — Method in class org.granite.tide.Tide
Register an event observer
addExceptionHandler(handlerClass) — Method in class org.granite.tide.Tide
Add an exception handler class The class should implement IExceptionHandler
addHandlers(resultHandler, faultHandler) — Method in class org.granite.tide.TideResponder
Add result/fault handlers
addItem(item) — Method in class org.granite.tide.collections.PersistentCollection
addItemAt(item, index) — Method in class org.granite.collections.UIDArraySet
addItemAt(item, index) — Method in class org.granite.tide.collections.PersistentCollection
addMapping(path, componentName) — Method in class org.granite.tide.deeplinking.TideUrlMapping
addMessage(severity, summary, details) — Method in class org.granite.tide.seam.framework.StatusMessages
Add a global message in the current list
addMessageToControl(controlId, severity, summary, details) — Method in class org.granite.tide.seam.framework.StatusMessages
Add a message in the current list of the specified control id
addModule(module, appDomain) — Method in class org.granite.tide.Tide
Register a Tide module
addModule(module, appDomain) — Method in class org.granite.tide.impl.ComponentStore
Register a Tide module
addOperations — Property in class org.granite.seam.SeamRemoteObject
addPlugin(plugin:org.granite.tide:ITidePlugin) — Method in class org.granite.tide.Tide
Register a plugin instance
addSubcontext(name) — Method in class org.granite.tide.impl.ComponentStore
Register a Tide namespace
addToContextsToDestroy(contextId) — Method in interface org.granite.tide.IContextManager
addUnsaved(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.data.DirtyCheckContext
after(message) — Method in interface org.granite.tide.IMessageInterceptor
after(message) — Method in class org.granite.tide.service.SessionExpirationInterceptor
afterDispatch(contextEvent:org.granite.tide.events:TideContextEvent) — Method in class org.granite.tide.events.EventRouter
Event interceptor that sends serialization-enabled events to the JMS topic
Could be overriden to provide custom behaviour.
afterDispatch(event:org.granite.tide.events:TideContextEvent) — Method in interface org.granite.tide.events.IEventInterceptor
Called after event has been dispatched
alias — Property in class org.granite.reflect.Type
The remote class alias of the class of this Type instance (may be an empty string).
aliases — Property in class org.granite.validation.helper.ParameterDefinition
ALL — Constant static property in class org.granite.events.SecurityEvent
allByType(serviceClass, create) — Method in class org.granite.tide.BaseContext
Returns all component instances in this context implementing the specified class/interface
allowOverrideDefault — Property in class org.granite.util.DefaultNamespaceResolver
Tells if the default namespace may be overridden (ie: if you can call resolver.registerNamespace("*", "path.to.something.*")).
allResolved — Property in class org.granite.tide.data.Conflicts
AmbiguousClassNameError — Class in package org.granite.reflect
This error is thrown when a class name is defined in more than one registered ApplicationDomain.
AmbiguousClassNameError(message, id) — Constructor in class org.granite.reflect.AmbiguousClassNameError
and(b) — Method in class org.granite.math.Long
Returns (this & b) (bitwise AND).
annotatedElement — Property in class org.granite.reflect.Annotation
The IAnnotatedElement (class, variable, method, etc.) to which this annotation is attached.
annotation — Property in class org.granite.reflect.Arg
The annotation that holds this argument.
Annotation — Class in package org.granite.reflect
Represents an ActionScript 3 annotation (or metadata) with all its arguments.
Annotation(annotatedElement:org.granite.reflect:IAnnotatedElement, desc) — Constructor in class org.granite.reflect.Annotation
Constructs a new Annotation instance.
annotations — Property in interface org.granite.reflect.IAnnotatedElement
An array that contains all annotations directly attached to this IAnnotatedElement.
annotations — Property in class org.granite.reflect.Member
An array that contains all annotations directly attached to this IAnnotatedElement.
annotations — Property in class org.granite.reflect.Type
An array that contains all annotations directly attached to this IAnnotatedElement.
Arg — Class in package org.granite.reflect
Represents an ActionScript 3 annotation (or metadata) argument.
Arg(annotation:org.granite.reflect:Annotation, desc) — Constructor in class org.granite.reflect.Arg
Constructs a new Arg instance.
args — Property in class org.granite.reflect.Annotation
An array of Arg instances that contains all arguments of this annotation.
ArithmeticError — Class in package org.granite.math
This error is thrown whenever a big number calculation fails (such as n / 0).
ArithmeticError(message, id) — Constructor in class org.granite.math.ArithmeticError
Constructs a new ArithmeticError
array — Property in class org.granite.validation.helper.ParameterDefinition
AssertFalse — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.AssertFalse annotation validator.

The annotated element must be false.

Accepted arguments are:

  • message (optional): used to create the error message (override the default message).
  • groups (optional): a comma separated list of fully qualified interface names that specifies the processing groups with which the constraint declaration is associated.
  • payload (optional): a comma separated list of String that specifies the payloads with which the constraint declaration is associated (unlike the Java implementation, payloads are arbitrary Strings and does not represent necessarily existing class names).
Supported types are:
  • Boolean
null elements are considered valid.

Example:

AssertTrue — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.AssertTrue annotation validator.

The annotated element must be true.

Accepted arguments are:

  • message (optional): used to create the error message (override the default message).
  • groups (optional): a comma separated list of fully qualified interface names that specifies the processing groups with which the constraint declaration is associated.
  • payload (optional): a comma separated list of String that specifies the payloads with which the constraint declaration is associated (unlike the Java implementation, payloads are arbitrary Strings and does not represent necessarily existing class names).
Supported types are:
  • Boolean
null elements are considered valid.

Example:

asyncToken — Property in class org.granite.tide.events.TideFaultEvent
asyncToken — Property in class org.granite.tide.events.TideResultEvent
attach(object) — Method in class org.granite.tide.data.MergeContext
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