| 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 | |
| IAnnotatedElement — Interface in package org.granite.reflect | |
| This interface is implemented by all reflection API classes that describe an element supporting metadata annotations. | |
| IArgumentPreprocessor — Interface in package org.granite.tide | |
| IComponent — Interface in package org.granite.tide | |
| Interface for components remote proxies | |
| IComponentProducer — Interface in package org.granite.tide.impl | |
| Interface for component instance provider | |
| IConstraint — Interface in package org.granite.validation | |
| The interface that all constraint validors must implement. | |
| IContextManager — Interface in package org.granite.tide | |
| Interface for context managers | |
| IConversationEvent — Interface in package org.granite.tide.events | |
| Interface for Flex events that can begin a conversation | |
| ICustomMerger — Interface in package org.granite.tide.data | |
| Interface for custom data mergers | |
| id — Property in class org.granite.reflect.Type | |
Returns the internal identifier of this Type. |
|
| id — Property in interface org.granite.tide.IEntityRef | |
| _id — Property in class org.granite.validation.FormValidator | |
| IDataProxy — Interface in package org.granite.tide.data | |
| Marker interface for data proxies | |
| Identity — Class in package org.granite.tide.cdi | |
| Implementation of the Tide identity component for CDI services | |
| Identity — Class in package org.granite.tide.ejb | |
| Implementation of the Tide identity component for EJB3 services | |
| Identity — Class in package org.granite.tide.seam.security | |
|
Implementation of the identity component for Seam services. Integrates with the server-side identity component of Seam. The basic way of using it is by populating username/password and calling login :
identity.username = 'john';
identity.password = 'doe';
identity.login();
|
|
| Identity — Class in package org.granite.tide.spring | |
| Implementation of the Tide identity component for Spring services | |
| IEntity — Interface in package org.granite.tide | |
| Interface for Tide managed entities In general it will be implemented by entities generated by gas3. | |
| IEntityManager — Interface in package org.granite.tide | |
| IEntityManager is the interface for entity management (!) It is implemented by the Tide context | |
| IEntityRef — Interface in package org.granite.tide | |
| Holds a compact reference to an entity | |
| IEventInterceptor — Interface in package org.granite.tide.events | |
| Event interceptors are triggered before and after Tide events are dispatched to observers An interceptor can prevent dispatch of an event by calling preventDefault() | |
| IExceptionHandler — Interface in package org.granite.tide | |
| Interface for exception handlers An exception handler should tell which ErrorMessage it handles and do some action when the accepted error happens | |
| IExtendedExceptionHandler — Interface in package org.granite.tide | |
| Interface for extended exception handlers An exception handler should tell which ErrorMessage it handles and do some action when the accepted error happens Extended exception handlers can get the origin TideFaultEvent Note: this should be deprecated in the next major release and merged in the standard IExceptionHandler interface | |
| ifAllGranted(roleName, resultHandler, faultHandler) — Method in class org.granite.tide.spring.Identity | |
| Check access for the specified roles | |
| ifAnyGranted(roleName, resultHandler, faultHandler) — Method in class org.granite.tide.spring.Identity | |
| Check access for the specified roles | |
| ifNotGranted(roleName, resultHandler, faultHandler) — Method in class org.granite.tide.spring.Identity | |
| Check access for the specified roles | |
| IHandler — Interface in package org.granite.reflect.visitor | |
IHandler implementations are responsible of cascading
specific data properties (properties of a bean, items of a collection,
etc.)
|
|
| IIdentity — Interface in package org.granite.tide | |
| Interface for identity component | |
| IInvocationInterceptor — Interface in package org.granite.tide.rpc | |
| IllegalAccessError — Class in package org.granite.reflect | |
This error is thrown when a illegal access attempt is made to get or set
the value of a Field. |
|
| IllegalAccessError(message, id) — Constructor in class org.granite.reflect.IllegalAccessError | |
| IllegalArgumentError — Class in package org.granite.math | |
| This error is thrown whenever a big number function parameter is called with an invalid parameter. | |
| IllegalArgumentError(message, id) — Constructor in class org.granite.math.IllegalArgumentError | |
Constructs a new IllegalArgumentError
|
|
| IManaged — Interface in package mx.data | |
| Flex IManaged interface | |
| IMap — Interface in package org.granite.collections | |
| Interface for maps | |
| IMember — Interface in package org.granite.reflect | |
Base interface for Member and DynamicProperty
classes (mainly a marker). |
|
| IMessageInterceptor — Interface in package org.granite.tide | |
| IMessageInterpolator — Interface in package org.granite.validation | |
| Interpolate a given constraint violation message. | |
| In(... rest) — Package function in org.granite.tide.seam | |
|
Syntax helper to clarify component property evaluations. Example: import org.granite.tide.seam.In; ... |
|
| INamespaceResolver — Interface in package org.granite.util | |
An interface used for namespace resolutions (such as
ns:MyClass). |
|
| index — Property in class org.granite.reflect.Parameter | |
| Returns the 1-based position of this parameter in the method or constructor it belongs to. | |
| INFO — Constant static property in class org.granite.tide.TideMessage | |
| init(tide:org.granite.tide:Tide) — Method in interface org.granite.tide.ITideModule | |
| Module initialization method | |
| init(contextClass, componentClass) — Method in class org.granite.tide.cdi.Cdi | |
| init(url, title) — Method in class org.granite.tide.deeplinking.TideUrlMapping | |
| init(contextClass, componentClass) — Method in class org.granite.tide.ejb.Ejb | |
| init(contextClass, componentClass) — Method in class org.granite.tide.seam.Seam | |
| init(contextClass, componentClass) — Method in class org.granite.tide.spring.Spring | |
| initApplication(autoRegisterUIComponents) — Method in class org.granite.tide.Tide | |
| Init the Tide application | |
| initialize() — Method in interface org.granite.collections.IPersistentCollection | |
| initialize() — Method in class org.granite.persistence.AbstractPersistentList | |
| initialize() — Method in class org.granite.persistence.PersistentMap | |
| initialize() — Method in class org.granite.persistence.PersistentSet | |
| initialize — Event in class org.granite.tide.collections.PersistentCollection | |
| initialize() — Method in class org.granite.tide.collections.PersistentCollection | |
| initialize — Event in class org.granite.tide.collections.PersistentMap | |
| initialize() — Method in class org.granite.tide.collections.PersistentMap | |
| initialize(service) — Method in class org.granite.tide.service.DefaultServiceInitializer | |
| initialize(service) — Method in class org.granite.tide.service.DynamicServiceInitializer | |
| initialize(service) — Method in interface org.granite.tide.service.IServiceInitializer | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.BaseConstraint | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in interface org.granite.validation.IConstraint | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.AssertFalse | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.AssertTrue | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.DecimalMax | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.DecimalMin | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Digits | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Future | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Max | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Min | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.NotNull | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Null | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Past | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Pattern | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| initialize(annotation:org.granite.reflect:Annotation, factory:org.granite.validation:ValidatorFactory) — Method in class org.granite.validation.constraints.Size | |
| Initialize this constraint, according to the supplied annotation parameters. | |
| INITIALIZE — Constant static property in class org.granite.tide.data.EntityManager | |
| initializing() — Method in interface org.granite.collections.IPersistentCollection | |
| initializing() — Method in class org.granite.persistence.AbstractPersistentList | |
| initializing() — Method in class org.granite.persistence.PersistentMap | |
| initializing() — Method in class org.granite.persistence.PersistentSet | |
| _initializing — Property in class org.granite.tide.collections.PagedCollection | |
| initializing() — Method in class org.granite.tide.collections.PersistentCollection | |
| initializing() — Method in class org.granite.tide.collections.PersistentMap | |
| initMerge() — Method in class org.granite.tide.data.MergeContext | |
| initMergeConflicts() — Method in class org.granite.tide.data.MergeContext | |
| initRemoteObject() — Method in class org.granite.tide.cdi.Cdi | |
| initRemoteObject() — Method in class org.granite.tide.ejb.Ejb | |
| initRemoteObject() — Method in class org.granite.tide.seam.Seam | |
| initRemoteObject() — Method in class org.granite.tide.spring.Spring | |
| initSecurityCache() — Method in class org.granite.tide.cdi.Identity | |
| initSecurityCache() — Method in class org.granite.tide.ejb.Identity | |
| injectByType(type, component, componentName, propName, create) — Method in class org.granite.tide.BaseContext | |
| Binds a component property from a context variable (should be done with [In]) | |
| INode — Interface in package org.granite.validation | |
| Represents an element of a navigation path. | |
| instance() — Static method in class org.granite.tide.seam.framework.StatusMessages | |
| instance() — Static method in class org.granite.tide.seam.security.Identity | |
| instance() — Static method in class org.granite.tide.spring.Identity | |
| integer — Property in class org.granite.validation.constraints.Digits | |
| The maximum number of integral digits accepted for this number. | |
| interfaces — Property in class org.granite.reflect.Type | |
An array (possibly empty) that contains all interface types implemented by
this Type instance. |
|
| InternalBundle — Class in package org.granite.util | |
| Utility (abstract) class for embedded resources bundles loading and resource lookup. | |
| InternalBundle(bundleName) — Constructor in class org.granite.util.InternalBundle | |
Constructs a new InternalBundle instance. |
|
| internalClone(clazz) — Method in class org.granite.persistence.AbstractPersistentList | |
| internalConnect() — Method in class org.granite.gravity.channels.GravityChannel | |
| internalConnect() — Method in class org.granite.gravity.channels.WebSocketChannel | |
| internalDisconnect(rejected) — Method in class org.granite.gravity.channels.GravityChannel | |
| internalDisconnect(rejected) — Method in class org.granite.gravity.channels.WebSocketChannel | |
| internalInitialize(factory:org.granite.validation:ValidatorFactory, annotation:org.granite.reflect:Annotation, defaultMessage, parameterDefinitions) — Method in class org.granite.validation.BaseConstraint | |
Parse constraint parameters according to the annotation arguments,
initialize the message, groups and payload properties and return a
Dictionary that contains all parsed values. |
|
| internalNameForTypedComponent(name) — Static method in class org.granite.tide.Tide | |
| internalSend(messageResponder) — Method in class org.granite.gravity.channels.GravityChannel | |
| internalSend(messageResponder) — Method in class org.granite.gravity.channels.WebSocketChannel | |
| interpolate(messageTemplate, constraint:org.granite.validation:IConstraint, value, locale) — Method in class org.granite.validation.DefaultMessageInterpolator | |
| Interpolate the message template based on the contraint validation context and substitute message parameters according to the JSR-303 specification (section 4.3.1). | |
| interpolate(messageTemplate, constraint:org.granite.validation:IConstraint, value, locale) — Method in interface org.granite.validation.IMessageInterpolator | |
| Interpolate the message template based on the contraint validation context. | |
| InterruptVisitError — Class in package org.granite.reflect.visitor | |
| This error may thrown by a vistor at any time to stop a visiting process. | |
| InterruptVisitError(message, id) — Constructor in class org.granite.reflect.visitor.InterruptVisitError | |
| INVALID — Constant static property in class org.granite.tide.events.TideValidatorEvent | |
| InvalidContextError — Class in package org.granite.tide | |
| Exception thrown when trying to do some action on a context that is marked as finished | |
| InvalidContextError(contextId) — Constructor in class org.granite.tide.InvalidContextError | |
| INVALID_CREDENTIALS — Constant static property in class org.granite.events.SecurityEvent | |
| invalidValue — Property in class org.granite.tide.validators.ServerConstraintViolation | |
| The value of the invalid property. | |
| invalidValue — Property in class org.granite.validation.ConstraintViolation | |
| The value of the invalid property. | |
| InvalidValue — Class in package org.granite.tide.validators | |
|
Container class for validation errors on entities. Equivalent to Hibernate Validator InvalidValue class. |
|
| InvalidValue(rootBean, bean, beanClass, path, value, message) — Constructor in class org.granite.tide.validators.InvalidValue | |
| invalidValues — Property in class org.granite.tide.events.TideValidatorEvent | |
| InvocationTargetError — Class in package org.granite.reflect | |
| InvocationTargetError is an error that wraps an error thrown by an invoked method or constructor. | |
| InvocationTargetError(cause, message, id) — Constructor in class org.granite.reflect.InvocationTargetError | |
| invoke(instance, ... rest) — Method in class org.granite.reflect.Method | |
Invokes the underlying method represented by this Method object, on the
specified instance with the specified parameters. |
|
| invokeWithArray(instance, args) — Method in class org.granite.reflect.Method | |
Invokes the underlying method represented by this Method object, on the
specified instance with the specified parameters. |
|
| IPath — Interface in package org.granite.validation | |
| Represent the navigation path from an object to another in an object graph. | |
| IPersistentCollection — Interface in package org.granite.collections | |
| Interface for collections that can be lazily initialized | |
| isAccessor() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is an accessor (get/set) field. | |
| isAccessor() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is an accessor (get/set) field. | |
| isAccessor() — Method in class org.granite.reflect.Member | |
| Checks if this member is an accessor (get/set) field. | |
| isAnnotatedWith(o, annotationName) — Static method in class org.granite.util.ClassUtil | |
| Tests if the supplied object class is annotated with a given annotation name. | |
| isAnnotationPresent(type, recursive) — Method in class org.granite.reflect.Field | |
Tests if an Annotation, whose name is equal to the supplied type parameter, is attached
to this IAnnotatedElement. |
|
| isAnnotationPresent(type, recursive) — Method in interface org.granite.reflect.IAnnotatedElement | |
Tests if an Annotation, whose name is equal to the supplied type parameter, is attached
to this IAnnotatedElement. |
|
| isAnnotationPresent(type, recursive) — Method in class org.granite.reflect.Member | |
Tests if an Annotation, whose name is equal to the supplied type parameter, is attached
to this IAnnotatedElement. |
|
| isAnnotationPresent(type, recursive) — Method in class org.granite.reflect.Method | |
Tests if an Annotation, whose name is equal to the supplied type parameter, is attached
to this IAnnotatedElement. |
|
| isAnnotationPresent(type, recursive) — Method in class org.granite.reflect.Type | |
Tests if an Annotation, whose name is equal to the supplied type parameter, is attached
to this IAnnotatedElement. |
|
| isArgPresent(key) — Method in class org.granite.reflect.Annotation | |
| Tests if this annotation has an argument whose key is equal to the supplied parameter. | |
| isCascadable(traversableObject, traversableProperty:org.granite.validation:INode, rootBeanType:org.granite.reflect:Type, pathToTraversableObject:org.granite.validation:IPath, elementType:org.granite.reflect:IAnnotatedElement) — Method in class org.granite.validation.DefaultTraversableResolver | |
Determine if the Bean Validation provider is allowed to cascade validation on
the bean instance returned by the property value
marked as [Valid]. |
|
| isCascadable(traversableObject, traversableProperty:org.granite.validation:INode, rootBeanType:org.granite.reflect:Type, pathToTraversableObject:org.granite.validation:IPath, elementType:org.granite.reflect:IAnnotatedElement) — Method in interface org.granite.validation.ITraversableResolver | |
Determine if the Bean Validation provider is allowed to cascade validation on
the bean instance returned by the property value
marked as [Valid]. |
|
| isClass() — Method in class org.granite.reflect.Type | |
Tells if this Type instance represents a class. |
|
| isComponent(name) — Method in class org.granite.tide.Tide | |
| Checks a name is a registered Tide component | |
| isComponent(name) — Method in class org.granite.tide.impl.ComponentStore | |
| Checks a name is a registered Tide component | |
| isComponentAutoCreate(name) — Method in class org.granite.tide.Tide | |
| Returns the creation policy of a component | |
| isComponentDefaultProxy(name) — Method in class org.granite.tide.Tide | |
| Return the proxy status of the component | |
| isComponentGlobal(name) — Method in class org.granite.tide.Tide | |
| Return if the specific component is defined as global (not in a namespace) | |
| isComponentInConversation(name) — Method in class org.granite.tide.Tide | |
| Returns the scope of a component | |
| isComponentInEvent(name) — Method in class org.granite.tide.Tide | |
| Returns the scope of a component | |
| isComponentInSession(name) — Method in class org.granite.tide.Tide | |
| Returns the scope of a component | |
| isComponentRestrict(name) — Method in class org.granite.tide.Tide | |
| Return the security restriction of the component | |
| isConstant() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is a constant field. | |
| isConstant() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is a constant field. | |
| isConstant() — Method in class org.granite.reflect.Member | |
| Checks if this member is a constant field. | |
| isConstructor() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is a constructor. | |
| isConstructor() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is a constructor. | |
| isConstructor() — Method in class org.granite.reflect.Member | |
| Checks if this member is a constructor. | |
| isDirty() — Method in class org.granite.persistence.PersistentSet | |
| isDomainRegistered(domain) — Static method in class org.granite.reflect.Type | |
Tells if an ApplicationDomain is registered. |
|
| isDynamicProperty() — Method in class org.granite.reflect.DynamicProperty | |
Checks if this member is a dynamic property (always false for
Member, always true for DynamicProperty). |
|
| isDynamicProperty() — Method in interface org.granite.reflect.IMember | |
Checks if this member is a dynamic property (always false for
Member, always true for DynamicProperty). |
|
| isDynamicProperty() — Method in class org.granite.reflect.Member | |
Checks if this member is a dynamic property (always false for
Member, always true for DynamicProperty). |
|
| isEntityChanged(entity, embedded, propName, value) — Method in class org.granite.tide.data.DirtyCheckContext | |
| Check if entity has changed since last save point | |
| isEntityChanged(entity:org.granite.tide:IEntity, propName, value) — Method in class org.granite.tide.data.EntityManager | |
| Check if entity has changed since last save point | |
| isEntityChanged(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.data.MergeContext | |
| isEntityDeepChanged(entity, cache, embedded) — Method in class org.granite.tide.data.DirtyCheckContext | |
| isEntityDeepChanged(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.data.EntityManager | |
| isEntityPropertyChanged(entity:org.granite.tide:IEntity, propertyName, value) — Method in class org.granite.tide.data.DirtyCheckContext | |
| Check if entity property has been changed since last remote call | |
| isEntityPropertyChanged(entity:org.granite.tide:IEntity, propertyName, value) — Method in class org.granite.tide.data.EntityManager | |
| Check if entity property has been changed since last remote call | |
| IServiceInitializer — Interface in package org.granite.tide.service | |
| IS_FIRST_CALL_TAG — Constant static property in class org.granite.tide.Tide | |
| IS_FIRST_CONVERSATION_CALL_TAG — Constant static property in class org.granite.tide.Tide | |
| isFlashClass(clazz) — Static method in class org.granite.util.ClassUtil | |
| Tests if the supplied clazz parameter is a Flash class, ie. | |
| isInContext(value) — Method in class org.granite.reflect.visitor.Guide | |
| Checks if the supplied parameter is already in the recursion context (ie. | |
| isInIterable — Property in interface org.granite.validation.INode | |
| Is this node representing a collection or map element? | |
| isInitialized() — Method in interface org.granite.collections.IPersistentCollection | |
| isInitialized() — Method in class org.granite.persistence.AbstractPersistentList | |
| isInitialized() — Method in class org.granite.persistence.PersistentMap | |
| isInitialized() — Method in class org.granite.persistence.PersistentSet | |
| isInitialized() — Method in class org.granite.tide.collections.PersistentCollection | |
| isInitialized() — Method in class org.granite.tide.collections.PersistentMap | |
| isInitializing() — Method in class org.granite.tide.collections.PersistentCollection | |
| isInitializing() — Method in class org.granite.tide.collections.PersistentMap | |
| isInNamespace(ns) — Method in class org.granite.reflect.Member | |
Tells if this Member instance is declared in the the suplied ns
namespace parameter. |
|
| isInterface() — Method in class org.granite.reflect.Type | |
Tells if this Type instance represents an interface. |
|
| isLoggedIn(resultHandler, faultHandler) — Method in interface org.granite.tide.IIdentity | |
| isLoggedIn() — Method in class org.granite.tide.cdi.Cdi | |
| isLoggedIn(resultHandler, faultHandler) — Method in class org.granite.tide.cdi.Identity | |
| Triggers a remote call to check is user is currently logged in Can be used at application startup to handle browser refresh cases | |
| isLoggedIn() — Method in class org.granite.tide.ejb.Ejb | |
| isLoggedIn(resultHandler, faultHandler) — Method in class org.granite.tide.ejb.Identity | |
| Triggers a remote call to check is user is currently logged in Can be used at application startup to handle browser refresh cases | |
| isLoggedIn() — Method in class org.granite.tide.seam.Seam | |
| isLoggedIn(resultHandler, faultHandler) — Method in class org.granite.tide.seam.security.Identity | |
| Triggers a remote call to check is user is currently logged in Can be used at application startup to handle browser refresh cases | |
| isLoggedIn(resultHandler, faultHandler) — Method in class org.granite.tide.spring.Identity | |
| Triggers a remote call to check is user is currently logged in Can be used at application startup to handle browser refresh cases | |
| isLoggedIn() — Method in class org.granite.tide.spring.Spring | |
| isLoggedInFaultHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.cdi.Cdi | |
| isLoggedInFaultHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.ejb.Ejb | |
| isLoggedInFaultHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.spring.Spring | |
| isLoggedInSuccessHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.cdi.Cdi | |
| isLoggedInSuccessHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.ejb.Ejb | |
| isLoggedInSuccessHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.spring.Spring | |
| IS_LONG_RUNNING_CONVERSATION_TAG — Constant static property in class org.granite.tide.Tide | |
| isMathClass(clazz) — Static method in class org.granite.util.ClassUtil | |
| Tests if the supplied clazz parameter is a GraniteDS Math class, ie. | |
| isMethod() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is a method. | |
| isMethod() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is a method. | |
| isMethod() — Method in class org.granite.reflect.Member | |
| Checks if this member is a method. | |
| isMxClass(clazz) — Static method in class org.granite.util.ClassUtil | |
| Tests if the supplied clazz parameter is a Flex class, ie. | |
| isOptional() — Method in class org.granite.reflect.Parameter | |
| Checks if this parameter is optional. | |
| isReachable(traversableObject, traversableProperty:org.granite.validation:INode, rootBeanType:org.granite.reflect:Type, pathToTraversableObject:org.granite.validation:IPath, elementType:org.granite.reflect:IAnnotatedElement) — Method in class org.granite.validation.DefaultTraversableResolver | |
| Determine if the Bean Validation provider is allowed to reach the property state | |
| isReachable(traversableObject, traversableProperty:org.granite.validation:INode, rootBeanType:org.granite.reflect:Type, pathToTraversableObject:org.granite.validation:IPath, elementType:org.granite.reflect:IAnnotatedElement) — Method in interface org.granite.validation.ITraversableResolver | |
| Determine if the Bean Validation provider is allowed to reach the property state | |
| isReadable() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is readable (fields only). | |
| isReadable() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is readable (fields only). | |
| isReadable() — Method in class org.granite.reflect.Member | |
| Checks if this member is readable (fields only). | |
| isRemoval — Property in class org.granite.tide.data.Conflict | |
| isRoot() — Method in class org.granite.reflect.visitor.Visitable | |
Tells if this Visitable is a root visitable (no parent). |
|
| isSaved(object) — Method in class org.granite.tide.data.DirtyCheckContext | |
| Check if the object has a dirty cache | |
| isSimple(object) — Static method in class org.granite.tide.data.EntityManager | |
| isStatic() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is static. | |
| isStatic() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is static. | |
| isStatic() — Method in class org.granite.reflect.Member | |
| Checks if this member is static. | |
| isSubclassOf(type:org.granite.reflect:Type) — Method in class org.granite.reflect.Type | |
Determines if the class or interface represented by this Type instance is
a subclass or subinterface of the class or interface represented by the
specified Type parameter. |
|
| isSubcontext(name) — Method in class org.granite.tide.Tide | |
| Checks a name is a registered Tide subcontext | |
| isSuperclassOf(type:org.granite.reflect:Type) — Method in class org.granite.reflect.Type | |
Determines if the class or interface represented by this Type instance is
a superclass or superinterface of the class or interface represented by the
specified Type parameter. |
|
| isTopLevel(clazz) — Static method in class org.granite.util.ClassUtil | |
Tests if the supplied clazz parameter is a Top Level class defined in the
Flash 10 VM (including Vector). |
|
| isUnqualifiedVectorClassName(name) — Static method in class org.granite.util.VectorUtil | |
Tells if the supplied class name denotes a unqualified Vector
class name. |
|
| isUnsaved(object) — Method in class org.granite.tide.data.DirtyCheckContext | |
| Check if the object is marked as new in the context | |
| isUnsaved(object) — Method in class org.granite.tide.data.MergeContext | |
| isVariable() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is a variable field. | |
| isVariable() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is a variable field. | |
| isVariable() — Method in class org.granite.reflect.Member | |
| Checks if this member is a variable field. | |
| isVector(o) — Static method in class org.granite.util.ClassUtil | |
| Tests if the supplied o parameter is an instance of the Flash 10 Vector class. | |
| isVoid() — Method in class org.granite.reflect.Type | |
Tells if this Type instance represents the pseudo-class "void". |
|
| isWild() — Method in class org.granite.reflect.Type | |
Tells if this Type instance represents the pseudo-class "*" (wildcard). |
|
| isWriteable() — Method in class org.granite.reflect.DynamicProperty | |
| Checks if this member is writeable (fields only). | |
| isWriteable() — Method in interface org.granite.reflect.IMember | |
| Checks if this member is writeable (fields only). | |
| isWriteable() — Method in class org.granite.reflect.Member | |
| Checks if this member is writeable (fields only). | |
| itemUpdateHandler(event) — Method in class org.granite.tide.collections.PagedCollection | |
| ITideMergeResponder — Interface in package org.granite.tide | |
| ITideMergeResponder defines an interface for extended remote call responders TideResponder is sufficient for most use cases but implementing this allows a more typesafe implementation if needed | |
| ITideModule — Interface in package org.granite.tide | |
| ITideModule defines the basic interface for Tide modules Tide modules just have to implement the init method which can register components, exception handlers... | |
| ITidePlugin — Interface in package org.granite.tide | |
| ITidePlugin defines the basic interface for Tide plugins Tide plugins can be more deeply integrated in the Tide container than simple components and are involved in the security lifecycle | |
| ITideResponder — Interface in package org.granite.tide | |
| ITideResponder defines an interface for extended remote call responders TideResponder is sufficient for most use cases but implementing this allows a more typesafe implementation if needed | |
| ITraversableResolver — Interface in package org.granite.validation | |
| Contract determining if a property can be accessed by the Bean Validation provider. | |
| IValidator — Interface in package org.granite.validation | |
| Validate bean instances or properties. | |
| IValue — Interface in package org.granite | |
| IVisitableElement — Interface in package org.granite.reflect | |
Marker interface for all visitable elements (such as Type,
Field and DynamicProperty). |
|
| IVisitor — Interface in package org.granite.reflect.visitor | |
| A "two-phases" visitor pattern interface. | |
| 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 | |