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  
Managed — Class in package mx.data.utils
Implementation of the Flex Managed class with Tide EntityManager
MapHandler — Class in package org.granite.reflect.visitor.handlers
Handles any org.granite.collections.IMap instance.
markNotDirty(entity, owner:org.granite.tide:IEntity) — Method in class org.granite.tide.data.MergeContext
MathContext — Final class in package org.granite.math
Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
MathContext(precision, roundingMode:org.granite.math:RoundingMode) — Constructor in class org.granite.math.MathContext
Constructs a new MathContext with a specified precision and rounding mode.
max(b:org.granite.math:BigDecimal) — Method in class org.granite.math.BigDecimal
Returns the maximum of this BigDecimal and b.
max(b) — Method in class org.granite.math.BigInteger
Returns the maximum of this BigInteger and b.
max — Property in class org.granite.validation.constraints.Size
The maximum size as specified in the annotation arguments.
Max — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.Max annotation validator.

The annotated element must be a number whose value must be lower or equal to the specified maximum.

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).
  • value (required): the maximum accepted value.
Supported types are:
  • org.granite.math.BigDecimal
  • org.granite.math.BigInteger
  • org.granite.math.Long
  • Number (with possible rounding issues)
  • int
  • uint
  • String
null elements are considered valid.

Example:

maxResults — Property in class org.granite.tide.collections.PagedCollection
Set the page size.
maxResults — Property in class org.granite.tide.data.model.Page
maxResults — Property in class org.granite.tide.data.model.PageInfo
MAX_VALUE — Constant static property in class org.granite.math.Long
Member — Class in package org.granite.reflect
Base class for Field, Method and Constructor classes.
Member(declaredBy:org.granite.reflect:Type, desc) — Constructor in class org.granite.reflect.Member
Constructs a new Member instance.
members — Property in class org.granite.reflect.Type
An array containing all members of this Type instance.
mergeConflicts — Property in class org.granite.tide.data.EntityManager
List of conflicts detected during last merge operation
mergeConflicts — Property in class org.granite.tide.data.MergeContext
MergeContext — Class in package org.granite.tide.data
PersistenceContext is the base implementation of the entity container context
MergeContext(context:org.granite.tide:BaseContext, entityManager:org.granite.tide.data:EntityManager, dirtyCheckContext:org.granite.tide.data:DirtyCheckContext) — Constructor in class org.granite.tide.data.MergeContext
mergeExternal(obj, previous, expr, parent, propertyName, setter, forceUpdate) — Method in class org.granite.tide.data.EntityManager
Merge an object coming from the server in the context
mergeExternal(object, dest, parent, propertyName) — Method in class org.granite.tide.data.MergeContext
mergeInContext(context:org.granite.tide:BaseContext) — Method in class org.granite.tide.data.EntityManager
Merge conversation context variables in global context Only applicable to conversation contexts
mergeResultWith — Property in interface org.granite.tide.ITideMergeResponder
mergeResultWith — Property in class org.granite.tide.TideResponder
mergeStackSize — Property in class org.granite.tide.data.MergeContext
mergeUpdate — Property in class org.granite.tide.data.MergeContext
merging — Property in class org.granite.tide.data.MergeContext
message — Property in class org.granite.events.SecurityEvent
message — Event in class org.granite.gravity.Consumer
message — Property in class org.granite.tide.validators.InvalidValue
message — Property in class org.granite.tide.validators.ServerConstraintViolation
The error message, with all parameters resolved by the current message interpolator.
_message — Property in class org.granite.validation.BaseConstraint
Direct access (protected) to the message key defined for this constraint.
message — Property in class org.granite.validation.BaseConstraint
The error message associated with this constraint.
message — Property in class org.granite.validation.ConstraintViolation
The error message, with all parameters resolved by the current message interpolator.
message — Property in interface org.granite.validation.IConstraint
The error message associated with this constraint.
messageHandler(event) — Method in class org.granite.tide.TideAsync
messageHandler(event) — Method in class org.granite.tide.data.DataObserver
Message handler that merges data from the JMS topic in the current context.
Could be overriden to provide custom behaviour.
messageHandler(messageEvent) — Method in class org.granite.tide.events.EventRouter
Message handler that dispatches the event received from the JMS topic
Could be overriden to provide custom behaviour.
messageInterpolator — Property in class org.granite.validation.ValidatorFactory
The default IMessageInterpolator implementation used for validation operations.
messageKey — Property in class org.granite.tide.validators.ServerConstraintViolation
The raw error message key.
messageKey — Property in class org.granite.validation.ConstraintViolation
The raw error message key.
messages — Property in class org.granite.tide.seam.framework.StatusMessages
List of global messages
meta_clear() — Method in class org.granite.tide.Component
meta_clear() — Method in interface org.granite.tide.IComponent
Clear component properties
meta_clear() — Method in class org.granite.tide.collections.PagedQuery
meta_clear() — Method in class org.granite.tide.collections.RemoteList
meta_clear() — Method in class org.granite.tide.data.DataObserver
meta_clear() — Method in class org.granite.tide.events.EventRouter
meta_clear() — Method in class org.granite.tide.seam.framework.ConversationList
meta_clear() — Method in class org.granite.tide.seam.framework.PagedQuery
meta_clear() — Method in class org.granite.tide.seam.framework.RemoteList
meta_clear() — Method in class org.granite.tide.seam.framework.StatusMessages
meta_clearDirtyState(dispatch) — Method in class org.granite.tide.BaseContext
Clear the current dirty state context
meta_context — Property in class org.granite.tide.Component
meta_context — Property in class org.granite.tide.Subcontext
meta_contextManager — Property in class org.granite.tide.BaseContext
meta_continue(merge) — Method in class org.granite.tide.BaseContext
Continues the current context: restart a new conversation with the same context content when the server has ended the current conversation Only applicable to conversation contexts
meta_credentialsClassName — Property in class org.granite.tide.cdi.Identity
meta_deepDirty(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.BaseContext
meta_destination — Property in class org.granite.tide.BaseContext
Returns the RemoteObject destination for this context
meta_destination — Property in interface org.granite.tide.IEntityManager
Return the remote Flex destination
meta_destroy(name, force) — Method in class org.granite.tide.BaseContext
Destroys/reset a component
meta_dirty — Property in class org.granite.tide.BaseContext
Entity manager is dirty when any entity/collection/map has been modified
meta_dirtyCheckEnabled — Property in class org.granite.tide.BaseContext
Enables or disabled dirty checking in this context
meta_end(merge) — Method in class org.granite.tide.BaseContext
Ends the current context Only applicable to conversation contexts
meta_finished — Property in class org.granite.tide.BaseContext
Indicates if the current conversation has been marked as finished by the server
meta_getContext(name, component) — Method in class org.granite.tide.BaseContext
Returns the context where the component instance is stored
meta_getEntityProperty(entity:org.granite.tide:IEntity, propName, value) — Method in interface org.granite.tide.IEntityManager
Intercept a property getter
meta_getInstance(name, create, forceNoCreate, noProxy) — Method in class org.granite.tide.BaseContext
Returns the component instance in this context
meta_getInstanceNoProxy(name) — Method in class org.granite.tide.BaseContext
Returns the component instance in this context but never creates proxies
meta_getOwnerEntities(object) — Method in class org.granite.tide.BaseContext
meta_getRefs(object) — Method in class org.granite.tide.BaseContext
meta_getSavedProperties() — Method in class org.granite.tide.BaseContext
Return the current set of dirty properties
meta_init(name, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.Component
meta_init(name, context:org.granite.tide:BaseContext) — Method in interface org.granite.tide.IComponent
Init component
meta_init(name, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.Subcontext
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.cdi.Identity
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.collections.PagedCollection
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.collections.PagedQuery
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.collections.RemoteList
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.data.DataObserver
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.ejb.Identity
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.events.EventRouter
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.framework.Conversation
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.framework.ConversationList
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.framework.PagedQuery
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.framework.RemoteList
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.framework.StatusMessages
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.seam.security.Identity
meta_init(componentName, context:org.granite.tide:BaseContext) — Method in class org.granite.tide.spring.Identity
meta_internalGetProperty(propertyName) — Method in class org.granite.tide.Subcontext
meta_internalRaiseEvent(type, params) — Method in class org.granite.tide.BaseContext
meta_internalSetProperty(propName, value, addUpdate, proxy) — Method in class org.granite.tide.Component
meta_internalSetProperty(propertyName, value) — Method in class org.granite.tide.Subcontext
meta_isEntityChanged(entity:org.granite.tide:IEntity, propName, value) — Method in class org.granite.tide.BaseContext
Check if entity has changed since last save point
meta_isEntityChanged(entity:org.granite.tide:IEntity, propName, value) — Method in interface org.granite.tide.IEntityManager
Check if entity has changed since last save point
meta_isEntityPropertyChanged(entity:org.granite.tide:IEntity, propertyName, value) — Method in class org.granite.tide.BaseContext
Check if entity property has been changed since last remote call
meta_isEntityPropertyChanged(entity:org.granite.tide:IEntity, propName, value) — Method in interface org.granite.tide.IEntityManager
Check if entity property has been changed since last remote call
meta_isGlobal() — Method in class org.granite.tide.BaseContext
meta_isObjectInitialized(object) — Method in class org.granite.tide.BaseContext
Indicates if an object is initialized For non managed objects, always return true
meta_lazyInitializationDisabled — Property in class org.granite.tide.BaseContext
Allows to disable automatic loading of lazy collections
meta_mergeExternal(obj, previous, expr, parent, propertyName, setter, forceUpdate) — Method in interface org.granite.tide.IEntityManager
Merge an object coming from the server in the context
meta_mergeExternalData(obj, prev, sourceSessionId, removals, persists) — Method in class org.granite.tide.BaseContext
Merge an object coming from the server in the context
meta_mergeInGlobalContext() — Method in class org.granite.tide.BaseContext
Merge conversation context variables in global context Only applicable to conversation contexts
meta_mergeInParentContext() — Method in class org.granite.tide.BaseContext
Merge conversation context variables in parent context Only applicable to conversation contexts
meta_name — Property in class org.granite.tide.Component
meta_name — Property in interface org.granite.tide.IComponent
Component name
meta_name — Property in class org.granite.tide.Subcontext
meta_name — Property in class org.granite.tide.collections.PagedQuery
meta_name — Property in class org.granite.tide.collections.RemoteList
meta_name — Property in class org.granite.tide.data.DataObserver
meta_name — Property in class org.granite.tide.events.EventRouter
meta_name — Property in class org.granite.tide.seam.framework.ConversationList
meta_name — Property in class org.granite.tide.seam.framework.PagedQuery
meta_name — Property in class org.granite.tide.seam.framework.RemoteList
meta_name — Property in class org.granite.tide.seam.framework.StatusMessages
meta_objectEquals(obj1, obj2) — Method in class org.granite.tide.BaseContext
Equality for objects, using uid property when possible
meta_objectEquals(obj1, obj2) — Method in interface org.granite.tide.IEntityManager
Equality for objects, using uid property when possible
meta_parentContext — Property in class org.granite.tide.BaseContext
meta_prepareCall(operation, withContext) — Method in class org.granite.tide.cdi.Context
meta_prepareCall(operation, withContext) — Method in class org.granite.tide.ejb.Context
meta_prepareCall(operation, withContext) — Method in class org.granite.tide.spring.Context
meta_propertyResultHandler(propName, event) — Method in class org.granite.tide.Component
meta_propertyResultHandler(propName, event) — Method in class org.granite.tide.collections.PagedQuery
meta_propertyResultHandler(propName, event) — Method in class org.granite.tide.collections.PersistentCollection
meta_propertyResultHandler(propName, event) — Method in class org.granite.tide.collections.PersistentMap
meta_propertyResultHandler(propName, event) — Method in class org.granite.tide.seam.framework.PagedQuery
IPropertyHolder interface, property change handler
meta_remoteObject — Property in class org.granite.tide.Component
meta_resetAllEntities() — Method in class org.granite.tide.BaseContext
Discard changes of all cached entities from last version received from the server
meta_resetEntity(entity:org.granite.tide:IEntity) — Method in class org.granite.tide.BaseContext
Discard changes of entity from last version received from the server
meta_resetEntity(entity:org.granite.tide:IEntity) — Method in interface org.granite.tide.IEntityManager
Discard changes of entity from last version received from the server
meta_result(componentName, operation, ires, result, mergeWith) — Method in class org.granite.tide.cdi.Context
meta_result(componentName, operation, ires, result, mergeWith) — Method in class org.granite.tide.ejb.Context
meta_result(componentName, operation, ires, result, mergeWith) — Method in class org.granite.tide.spring.Context
meta_resync(resultHandler, faultHandler) — Method in class org.granite.tide.BaseContext
Resync current context with server (similar to invoke with no operation)
meta_setEntityProperty(entity:org.granite.tide:IEntity, propName, oldValue, newValue) — Method in interface org.granite.tide.IEntityManager
Intercept a property setter
meta_templateObject — Property in class org.granite.tide.Component
meta_tide — Property in class org.granite.tide.BaseContext
Returns the Tide singleton for this context
Method — Class in package org.granite.reflect
Represents a method of an ActionScript 3 class.
Method(declaredBy:org.granite.reflect:Type, desc) — Constructor in class org.granite.reflect.Method
Constructs a new Method instance.
MethodComponentProducer — Class in package org.granite.tide.impl
Interface for component instance provider
MethodComponentProducer(implComponentName, method:org.granite.reflect:Method) — Constructor in class org.granite.tide.impl.MethodComponentProducer
_methodName — Property in class org.granite.tide.collections.PagedQuery
methodName — Property in class org.granite.tide.collections.PagedQuery
_methodNameSet — Property in class org.granite.tide.collections.PagedQuery
methods — Property in class org.granite.reflect.Type
An array containing all public methods of this Type class.
min(b:org.granite.math:BigDecimal) — Method in class org.granite.math.BigDecimal
Returns the minimum of this BigDecimal and b.
min(b) — Method in class org.granite.math.BigInteger
Returns the minimum of this BigInteger and b.
min — Property in class org.granite.validation.constraints.Size
The minimum size as specified in the annotation arguments.
Min — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.Min annotation validator.

The annotated element must be a number whose value must be lower or equal to the specified maximum.

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).
  • value (required): the minimum accepted value.
Supported types are:
  • org.granite.math.BigDecimal
  • org.granite.math.BigInteger
  • org.granite.math.Long
  • Number (with possible rounding issues)
  • int
  • uint
  • String
null elements are considered valid.

Example:

MIN_VALUE — Constant static property in class org.granite.math.Long
MockDataInput — Class in package org.granite.mock
MockDataInput(fields) — Constructor in class org.granite.mock.MockDataInput
movePointLeft(n) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(n) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the right.
MULTILINE — Constant static property in class org.granite.validation.constraints.Pattern
Enables multiline mode (see java.util.regex.Pattern#MULTILINE).
multipleSort — Property in class org.granite.tide.collections.PagedCollection
multiply(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.
multiply(b) — Method in class org.granite.math.BigInteger
Returns a BigInteger whose value is (this * b).
multiply(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).
mx.data — Package
mx.data.utils — Package
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