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  
GenericValidator — Class in package org.granite.validation
A generic IValidator implementation.
GenericValidator(factory:org.granite.validation:ValidatorFactory) — Constructor in class org.granite.validation.GenericValidator
Constructs a new GenericValidator instance.
get(key) — Method in class org.granite.collections.BasicMap
get(key) — Method in interface org.granite.collections.IMap
get(uid) — Method in class org.granite.collections.UIDWeakSet
get(key) — Method in class org.granite.tide.collections.PersistentMap
getAlias(value) — Method in class org.granite.validation.helper.ParameterDefinition
getAllContexts() — Method in interface org.granite.tide.IContextManager
getAllContexts() — Method in class org.granite.tide.impl.ContextManager
Returns the list of conversation contexts
getAnnotatedFields(recursive, ... rest) — Method in class org.granite.reflect.Type
Returns an array containing all fields of this Type instance that are annotated with at least one of the supplied annotation names.
getAnnotatedMethods(recursive, ... rest) — Method in class org.granite.reflect.Type
Returns an array containing all methods of this Type instance that are annotated with at least one of the supplied annotation names.
getAnnotatedProperties(recursive, ... rest) — Method in class org.granite.reflect.Type
Returns an array containing all properties of this Type instance that are annotated with at least one of the supplied annotation names.
getAnnotation(type, recursive) — Method in class org.granite.reflect.Field
Returns the first Annotation whose name is equal to the supplied type parameter, attached to this IAnnotatedElement.
getAnnotation(type, recursive) — Method in interface org.granite.reflect.IAnnotatedElement
Returns the first Annotation whose name is equal to the supplied type parameter, attached to this IAnnotatedElement.
getAnnotation(type, recursive) — Method in class org.granite.reflect.Member
Returns the first Annotation whose name is equal to the supplied type parameter, attached to this IAnnotatedElement.
getAnnotation(type, recursive) — Method in class org.granite.reflect.Method
Returns the first Annotation whose name is equal to the supplied type parameter, attached to this IAnnotatedElement.
getAnnotation(type, recursive) — Method in class org.granite.reflect.Type
Returns the first Annotation whose name is equal to the supplied type parameter, attached to this IAnnotatedElement.
getAnnotations(recursive, pattern) — Method in class org.granite.reflect.Field
Returns an array (possibly empty) that contains all annotations attached to this IAnnotatedElement.
getAnnotations(recursive, pattern) — Method in interface org.granite.reflect.IAnnotatedElement
Returns an array (possibly empty) that contains all annotations attached to this IAnnotatedElement.
getAnnotations(recursive, pattern) — Method in class org.granite.reflect.Member
Returns an array (possibly empty) that contains all annotations attached to this IAnnotatedElement.
getAnnotations(recursive, pattern) — Method in class org.granite.reflect.Method
Returns an array (possibly empty) that contains all annotations attached to this IAnnotatedElement.
getAnnotations(recursive, pattern) — Method in class org.granite.reflect.Type
Returns an array (possibly empty) that contains all annotations attached to this IAnnotatedElement.
getArgValue(key, defaultValue) — Method in class org.granite.reflect.Annotation
Returns the value of the first argument of this annotation whose key is equal to the supplied parameter.
getArgValues(key) — Method in class org.granite.reflect.Annotation
Returns an array that contains all values of the arguments of this annotation whose key is equal to the supplied parameter.
getBundle() — Static method in class org.granite.validation.DefaultMessageInterpolator
Returns the unique instance of the ValidationMessages class (shortcut for ValidationMessages.getInstance()).
getCachedMerge(obj) — Method in class org.granite.tide.data.MergeContext
getCachedObject(object, nullIfAbsent) — Method in class org.granite.tide.data.MergeContext
getCdiContext(contextId) — Method in class org.granite.tide.cdi.Cdi
getClass() — Method in class org.granite.reflect.Type
Returns the underlying Class instance associated to this Type.
getComponentRemoteSync(name) — Method in class org.granite.tide.Tide
Return the remote synchronization type of the component
getComponentRestrict(name) — Method in class org.granite.tide.Tide
Return the security restriction of the component
getComponentScope(name) — Method in class org.granite.tide.Tide
Returns the scope of a component
getConstants() — Method in class org.granite.util.Enum
getConstraintClass(name) — Method in class org.granite.validation.ValidatorFactory
Returns a IConstraint implementation class, based on its unqualified class name.
getContext(contextId, parentContextId, create) — Method in interface org.granite.tide.IContextManager
getContext(contextId, parentContextId, create) — Method in class org.granite.tide.Tide
Return a context from its id
getContext(contextId, parentContextId, create) — Method in class org.granite.tide.impl.ContextManager
Return a context from its id
getDestination(obj:mx.data:IManaged) — Static method in class mx.data.utils.Managed
getEjbContext(contextId) — Method in class org.granite.tide.ejb.Ejb
getEntityDescriptor(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.data.MergeContext
getEntityManager(obj:org.granite.tide:IEntity) — Static method in class mx.data.utils.Managed
getEntries(dictionary) — Static method in class org.granite.util.DictionaryUtil
getField(filter) — Method in class org.granite.reflect.Type
Returns the first field of this Type instance that match the supplied function's criteria.
getFields(filter) — Method in class org.granite.reflect.Type
Returns an array containing all fields of this Type instance that match the supplied function's criteria.
getFractionPartLength(number) — Static method in class org.granite.util.NumberUtil
Returns the length of the fraction part of the number paremeter, if it was written in base 10 without any exponent.
getInstance(destination, tideClass) — Static method in class org.granite.tide.Tide
Factory for current instance Tide singleton
getInstance(destination) — Static method in class org.granite.tide.TideAsync
getInstance(destination) — Static method in class org.granite.tide.cdi.Cdi
getInstance() — Static method in class org.granite.tide.deeplinking.TideUrlMapping
getInstance(destination) — Static method in class org.granite.tide.ejb.Ejb
getInstance(destination) — Static method in class org.granite.tide.seam.Seam
getInstance(destination) — Static method in class org.granite.tide.spring.Spring
getInstance() — Static method in class org.granite.validation.ValidationMessages
Returns a unique instance of the ValidationMessages class.
getInstance() — Static method in class org.granite.validation.ValidatorFactory
Returns a unique instance of this ValidatorFactory class.
getInstanceField(name, ns) — Method in class org.granite.reflect.Type
Returns the non static field of this Type class whose name is equals to the supplied parameter and declared in the namespace ns.
getInstanceMethod(name, ns) — Method in class org.granite.reflect.Type
Returns the non static method of this Type class whose name is equals to the supplied parameter.
getIntegerFractionLengths(number) — Static method in class org.granite.util.NumberUtil
Returns an array of two int values that represents the lengths of the integer and fraction parts of the number paremeter, if it was written in base 10 without any exponent.
getIntegerPartLength(number) — Static method in class org.granite.util.NumberUtil
Returns the length of the integer part of the number paremeter, if it was written in base 10 without any exponent.
getInternalProperty(propertyName) — Method in class org.granite.tide.Component
getItemAt(index, prefetch) — Method in class org.granite.tide.collections.PagedCollection
Override of getItemAt with ItemPendingError management
getItemAt(index, prefetch) — Method in class org.granite.tide.collections.PersistentCollection
getItemAt(index, prefetch) — Method in class org.granite.tide.collections.RemoteList
getItemAt(index, prefetch) — Method in class org.granite.tide.seam.framework.ConversationList
getItemAt(index, prefetch) — Method in class org.granite.tide.seam.framework.RemoteList
getItemIndex(item) — Method in class org.granite.collections.ComparatorArrayList
getItemIndex(obj) — Method in class org.granite.tide.collections.PagedCollection
Override of getItemIndex
getKeys(dictionary) — Static method in class org.granite.util.DictionaryUtil
getLength(dictionary) — Static method in class org.granite.util.DictionaryUtil
getManagedInstance(component) — Method in class org.granite.tide.Tide
getMembers(filter) — Method in class org.granite.reflect.Type
Returns an array containing all members of this Type instance that match the supplied function's criteria.
getMessageResponder(agent, message) — Method in class org.granite.gravity.channels.GravityChannel
getMessageResponder(agent, message) — Method in class org.granite.gravity.channels.WebSocketChannel
getMethod(filter) — Method in class org.granite.reflect.Type
Returns the first method of this Type instance that match the supplied function's criteria.
getMethods(filter) — Method in class org.granite.reflect.Type
Returns an array containing all methods of this Type instance that match the supplied function's criteria.
getName(clazz) — Static method in class org.granite.util.ClassUtil
Returns the fully qualified name of the supplied Class parameter in the form of "path.to::MyClass".
getNamespaceValue(prefix) — Method in class org.granite.util.DefaultNamespaceResolver
Returns the package name bound to a given prefix.
getNamespaceValue(prefix) — Method in interface org.granite.util.INamespaceResolver
Returns the package name bound to a given prefix.
getObserversByType(type) — Method in class org.granite.tide.impl.ComponentStore
Return list of observers by event type
getPackageName(clazz) — Static method in class org.granite.util.ClassUtil
Returns the package name of the supplied Class parameter.
getProperties(filter) — Method in class org.granite.reflect.Type
Returns an array containing all properties of this Type instance that match the supplied function's criteria.
getProperty(obj:mx.data:IManaged, property, value) — Static method in class mx.data.utils.Managed
getProperty(name) — Method in class org.granite.collections.BasicMap
getProperty(name) — Method in class org.granite.reflect.Type
Returns the property of this Type instance whose name is equals to the supplied parameter.
getProperty(propertyName) — Method in class org.granite.tide.Component
getProperty(name) — Method in class org.granite.tide.Subcontext
getRefs(object) — Method in class org.granite.tide.data.EntityManager
getRemoteObject(componentName) — Method in class org.granite.tide.Tide
Returns the internal RemoteObject used for a particular component name
getResult(event:org.granite.tide.events:TideResultEvent, first, max) — Method in class org.granite.tide.collections.PagedCollection
Build a result object from the result event
getResult(event:org.granite.tide.events:TideResultEvent, first, max) — Method in class org.granite.tide.collections.PagedQuery
getResult(event:org.granite.tide.events:TideResultEvent, first, max) — Method in class org.granite.tide.seam.framework.PagedQuery
Get the current result for the collection Here we get it from the wrapped component
getResult(event:org.granite.tide.events:TideResultEvent, first, max) — Method in class org.granite.tide.spring.PagedQuery
getSavedProperties(object) — Method in class org.granite.tide.data.MergeContext
getSeamContext(conversationId) — Method in class org.granite.tide.seam.Seam
getSimpleName(clazz) — Static method in class org.granite.util.ClassUtil
Returns the simple (without the package part) name of the supplied Class parameter.
getSpringContext(contextId) — Method in class org.granite.tide.spring.Spring
getStaticField(name, ns) — Method in class org.granite.reflect.Type
Returns the static field of this Type class whose name is equals to the supplied parameter.
getStaticMethod(name, ns) — Method in class org.granite.reflect.Type
Returns the static method of this Type class whose name is equals to the supplied parameter.
getString(resourceName, parameters, locale) — Method in class org.granite.util.InternalBundle
Look for a resource named resourceName in the loaded Flex application bundles (with the bundle name provided at creation time) and, if it cannot be found, look for it in this internal bundle properties.
getUnhandledViolations() — Method in class org.granite.validation.FormValidator
Returns the unhandled violations of the last global validation as an array of ConstraintViolations.
getUnqualifiedClassName(o) — Static method in class org.granite.util.ClassUtil
Get the unqualified (simple) class name of the object passed as a parameter.
getValidator(type:org.granite.reflect:Type) — Method in class org.granite.validation.ValidatorFactory
Returns a new IValidator implementation instance, based on the supplied bean type.
getValidatorClass(type:org.granite.reflect:Type) — Method in class org.granite.validation.ValidatorFactory
Returns a IValidator implementation class, based on bean type.
getValue(instance) — Method in class org.granite.reflect.Field
Returns the value of the field represented by this Field, on the specified instance.
getValues(dictionary) — Static method in class org.granite.util.DictionaryUtil
getViolations() — Method in class org.granite.validation.FormValidator
Returns the result of the last global validation as an array of ConstraintViolations.
graniteChannelSet — Property in class org.granite.tide.service.DefaultServiceInitializer
_graniteUrlMapping — Property in class org.granite.tide.service.DefaultServiceInitializer
graniteUrlMapping — Property in class org.granite.tide.service.DefaultServiceInitializer
GravityChannel — Class in package org.granite.gravity.channels
Channel implementation for the Gravity Comet based communication with serlvet containers
GravityChannel(id, uri) — Constructor in class org.granite.gravity.channels.GravityChannel
gravityChannelSet — Property in class org.granite.tide.service.DefaultServiceInitializer
_gravityUrlMapping — Property in class org.granite.tide.service.DefaultServiceInitializer
gravityUrlMapping — Property in class org.granite.tide.service.DefaultServiceInitializer
GroupDefinitionError — Class in package org.granite.validation
Exception raised if a group definition is not legal.
GroupDefinitionError(message, id) — Constructor in class org.granite.validation.GroupDefinitionError
_groups — Property in class org.granite.validation.BaseConstraint
Direct access (protected) to the groups defined for this constraint.
groups — Property in class org.granite.validation.BaseConstraint
The processing groups with which this constraint is associated as an array of Class.
groups — Property in class org.granite.validation.FormValidator
The validation groups to be used, as an array of Class names.
groups — Property in interface org.granite.validation.IConstraint
The processing groups with which this constraint is associated as an array of Class.
GROUPS_PARAMETER — Constant static property in class org.granite.validation.BaseConstraint
The definition of the standard groups constraint annotation argument, as an optional array of Class names.
Guide — Class in package org.granite.reflect.visitor
The Guide class is the entry point of the visitor pattern implementation.
Guide(visitor:org.granite.reflect.visitor:IVisitor, handlers, recursionStrategy) — Constructor in class org.granite.reflect.visitor.Guide
Constructs a new Guide that will explore a given bean and expose its properties to the supplied visitor implementation.
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