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  
savedProperties — Property in class org.granite.tide.data.DirtyCheckContext
Current map of saved properties
_savedProperties — Property in class org.granite.tide.data.EntityGraphUninitializer
savedProperties — Property in class org.granite.tide.data.EntityManager
Current map of saved properties
saveEntityCache() — Method in class org.granite.tide.data.MergeContext
scale — Property in class org.granite.math.BigDecimal
The scale of this BigDecimal.
scaleByPowerOfTen(n) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
SCOPE_CONVERSATION — Constant static property in class org.granite.tide.Tide
SCOPE_EVENT — Constant static property in class org.granite.tide.Tide
SCOPE_SESSION — Constant static property in class org.granite.tide.Tide
SCOPE_UNKNOWN — Constant static property in class org.granite.tide.Tide
Seam — Class in package org.granite.tide.seam
Implementation of the Tide singleton for Seam services
Seam(destination) — Constructor in class org.granite.tide.seam.Seam
SeamOperation — Class in package org.granite.seam
SeamOperation(svc, name) — Constructor in class org.granite.seam.SeamOperation
SeamRemoteObject — Dynamic class in package org.granite.seam
SeamRemoteObject(destination) — Constructor in class org.granite.seam.SeamRemoteObject
_secure — Property in class org.granite.tide.service.DefaultServiceInitializer
secure — Property in class org.granite.tide.service.DefaultServiceInitializer
SecureGravityChannel — Class in package org.granite.gravity.channels
Channel implementation for the Gravity Comet based communication with serlvet containers (uses https)
SecureGravityChannel(id, uri) — Constructor in class org.granite.gravity.channels.SecureGravityChannel
SecureRemoteObject — Dynamic class in package org.granite.rpc.remoting.mxml
Subclass of RemoteObject that wraps security errors.
SecureRemoteObject(destination) — Constructor in class org.granite.rpc.remoting.mxml.SecureRemoteObject
SecurityEvent — Class in package org.granite.events
Event dispatched on security errors.
SecurityEvent(type, message, bubbles, cancelable) — Constructor in class org.granite.events.SecurityEvent
selector — Property in class org.granite.gravity.Consumer
send(message) — Method in class org.granite.gravity.Producer
ServerConstraintViolation — Class in package org.granite.tide.validators
Represents a constraint violation received from the server.
ServerConstraintViolation(invalidValue:org.granite.tide.validators:InvalidValue, rootBean, bean) — Constructor in class org.granite.tide.validators.ServerConstraintViolation
Constructs a new ServerConstraintViolation instance.
_serverName — Property in class org.granite.tide.service.DefaultServiceInitializer
serverName — Property in class org.granite.tide.service.DefaultServiceInitializer
_serverPort — Property in class org.granite.tide.service.DefaultServiceInitializer
serverPort — Property in class org.granite.tide.service.DefaultServiceInitializer
SERVER_TIME_TAG — Constant static property in class org.granite.tide.service.SessionExpirationInterceptor
SessionExpirationInterceptor — Class in package org.granite.tide.service
SESSION_EXPIRED — Constant static property in class org.granite.events.SecurityEvent
SESSION_EXPIRED — Constant static property in class org.granite.tide.Tide
SESSION_EXP_TAG — Constant static property in class org.granite.tide.service.SessionExpirationInterceptor
sessionId — Property in class org.granite.gravity.channels.WebSocketChannel
setBit(index) — Method in class org.granite.math.Long
Returns a Long whose value is equivalent to this Long with the designated bit set: computes (this | (1 << n)).
setComponentAutoCreate(name, autoCreate) — Method in class org.granite.tide.Tide
Define the creation policy of the component
setComponentCustomDescriptor(name, xmlDescriptor) — Method in class org.granite.tide.Tide
Define the custom XML descriptor for the component
setComponentGlobal(name, global) — Method in class org.granite.tide.Tide
Define if the component is defined as global (cannot be in a namespace/subcontext)
setComponentGlobal(name, global) — Method in class org.granite.tide.impl.ComponentStore
Define if the component is defined as global (cannot be in a namespace/subcontext)
setComponentRemoteSync(name, remoteSync) — Method in class org.granite.tide.Tide
Define the remote synchronization of the component If false, the component state will never be sent to the server
setComponentRemoteSync(name, remoteSync) — Method in class org.granite.tide.impl.ComponentStore
Define the remote synchronization of the component If NONE, the component state will never be sent to the server
setComponentRestrict(name, restrict) — Method in class org.granite.tide.Tide
Define the security restriction of the component If RESTRICT_YES, the component state will be cleared when user logs out Default value is RESTRICT_UNKNOWN meaning if will be inferred from server definition when possible
setComponentScope(name, scope) — Method in class org.granite.tide.Tide
Define the scope of a component
setDescription(description) — Method in class org.granite.tide.seam.framework.Conversation
setEntityManager(obj:org.granite.tide:IEntity, em:org.granite.tide:IEntityManager) — Static method in class mx.data.utils.Managed
setIdentity(username, password, charset) — Method in class org.granite.gravity.TopicMessageAgent
setInternalProperty(propertyName, value) — Method in class org.granite.tide.Component
setItemAt(item, index) — Method in class org.granite.collections.UIDArraySet
setItemAt(item, index) — Method in class org.granite.tide.collections.PersistentCollection
setLoggedIn(value) — Method in class org.granite.tide.cdi.Cdi
setLoggedIn(value) — Method in class org.granite.tide.ejb.Ejb
setLoggedIn(value) — Method in class org.granite.tide.seam.Seam
setLoggedIn(value) — Method in class org.granite.tide.spring.Spring
setManagedInstance(component, context:org.granite.tide:BaseContext, name) — Method in class org.granite.tide.Tide
setProperty(obj:mx.data:IManaged, property, oldValue, newValue) — Static method in class mx.data.utils.Managed
setProperty(name, value) — Method in class org.granite.collections.BasicMap
setProperty(propertyName, value) — Method in class org.granite.tide.Component
setProperty(name, value) — Method in class org.granite.tide.Subcontext
setScale(scale, round:org.granite.math:RoundingMode) — Method in class org.granite.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setValue(instance, value) — Method in class org.granite.reflect.Field
Sets the field represented by this Field object on the specified instance argument to the specified new value.
severity — Property in class org.granite.tide.TideMessage
showBusyCursor — Static property in class org.granite.tide.Tide
sign — Property in class org.granite.math.BigDecimal
The sign of this BigDecimal as an int, ie: -1, 0 or 1 as the value of this BigDecimal is negative, zero or positive.
sign — Property in class org.granite.math.BigInteger
The sign of this BigInteger as an int, ie: -1, 0 or 1 as the value of this BigInteger is negative, zero or positive.
sign — Property in interface org.granite.math.BigNumber
The sign of this big number as an integer (-1 for negative, 0 for null or 1 for positive numbers).
sign — Property in class org.granite.math.Long
The sign of this Long as an int, ie: -1, 0 or 1 as the value of this Long is negative, zero or positive.
SimpleComponentProducer — Class in package org.granite.tide.impl
Interface for component instance provider
SimpleComponentProducer(implComponentName) — Constructor in class org.granite.tide.impl.SimpleComponentProducer
simpleName — Property in class org.granite.reflect.Type
The unqualified class name of this Type instance.
size — Property in class org.granite.collections.UIDWeakSet
Size — Class in package org.granite.validation.constraints
The ActionsScript3 implementation of the javax.validation.constraints.Size annotation validator.

The annotated element size must be between the specified boundaries (included).

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).
  • min (optional): the minimum size (default is 0).
  • max (optional): the maximum size (default is int.MAX_VALUE.
Supported types are:
  • String
  • Array
  • Vector
  • Dictionary
  • IList implementators (such as ArrayCollection)
  • any other class instance that defines a length property (such as org.granite.collection.IMap implementators)
null elements are considered valid.

Example:

skipDirtyCheck — Property in class org.granite.tide.data.MergeContext
sort — Property in class org.granite.tide.collections.PagedCollection
SortableAsyncListView — Class in package org.granite.tide.collections
sortInfo — Property in class org.granite.tide.data.model.PageInfo
SortInfo — Class in package org.granite.tide.data.model
SortInfo(order, desc) — Constructor in class org.granite.tide.data.model.SortInfo
source — Property in class org.granite.collections.UIDArraySet
source — Property in class org.granite.collections.UIDList
source — Property in class org.granite.collections.UIDSet
source — Property in class org.granite.validators.CompareStringValidator
sourceContext — Property in class org.granite.tide.data.MergeContext
split(messageTemplate) — Static method in class org.granite.validation.DefaultMessageInterpolator
Splits a message template into an array of string literals and parameters.
Spring — Class in package org.granite.tide.spring
Implementation of the Tide singleton for Spring services
Spring(destination) — Constructor in class org.granite.tide.spring.Spring
springLoginFaultHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, username, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.spring.Spring
springLoginSuccessHandler(sourceContext:org.granite.tide:BaseContext, sourceModulePrefix, data, username, componentName, op, tideResponder:org.granite.tide:ITideResponder, componentResponder) — Method in class org.granite.tide.spring.Spring
startTrackUpdates(item) — Method in class org.granite.tide.collections.PagedCollection
STARTUP — Constant static property in class org.granite.tide.Tide
START_VALIDATION — Constant static property in class org.granite.validation.ValidationEvent
The ValidationEvent.START_VALIDATION constant defines the value of the type property of a validation event object when a validation process is about to begin.
StatusMessages — Class in package org.granite.tide.seam.framework
The StatusMessages component gives access to the current list of status messages.
The messages are either received from the server or added locally by the addMessage or addMessageToControl method.

The StatusMessages component is by default bound to the context with the name 'statusMessages'.
  • messages is an ArrayCollection of TideMessage that can be retrieved or bound from tideContext.statusMessages.messages.
  • keyedMessages is an Map of ArrayCollections of TideMessages that can be retrieved or bound from tideContext.statusMessages.keyedMessages.
  • These message lists are bindable properties that can be used as providers for Repeaters or Lists.
  • StatusMessages() — Constructor in class org.granite.tide.seam.framework.StatusMessages
    stopTrackUpdates(item) — Method in class org.granite.tide.collections.PagedCollection
    streamConnectFailed(stream, code, e) — Method in class org.granite.gravity.channels.GravityChannel
    streamConnectSuccess(stream, clientId) — Method in class org.granite.gravity.channels.GravityChannel
    streamDisconnectFailed(stream, code, e) — Method in class org.granite.gravity.channels.GravityChannel
    streamDisconnectSuccess(stream, rejected) — Method in class org.granite.gravity.channels.GravityChannel
    STRING_TYPES — Constant static property in class org.granite.validation.BaseConstraint
    An array of string types: [String] (used when checking the value type of a constraint annotation argument).
    stripTrailingZeros() — Method in class org.granite.math.BigDecimal
    Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
    Subcontext — Dynamic class in package org.granite.tide
    Subcontext is a simple proxy that owns 'real' components in a particular context namespace
    Subcontext(name, context:org.granite.tide:BaseContext) — Constructor in class org.granite.tide.Subcontext
    subscribe(clientId) — Method in class org.granite.gravity.Consumer
    subscribe() — Method in class org.granite.tide.data.DataObserver
    Subscribe the data topic
    subscribe() — Method in class org.granite.tide.events.EventRouter
    Subscribe the topic
    subscribed — Property in class org.granite.gravity.Consumer
    subscribeHandler(event) — Method in class org.granite.tide.data.DataObserver
    subscribeHandler(event) — Method in class org.granite.tide.events.EventRouter
    subtract(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.
    subtract(b) — Method in class org.granite.math.BigInteger
    Returns a BigInteger whose value is (this - b).
    subtract(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).
    summary — Property in class org.granite.tide.TideMessage
    superclass — Property in class org.granite.reflect.Type
    The superclass type of this Type instance or null if this class (or interface) has no superclass (or superinterface).
    superclasses — Property in class org.granite.reflect.Type
    An array that contains all superclass types of this Type instance, or an empty array if this class (or interface) has no superclass (or superinterface).
    SYNC_BIDIRECTIONAL — Constant static property in class org.granite.tide.Tide
    SYNC_NONE — Constant static property in class org.granite.tide.Tide
    SYNC_SERVER_TO_CLIENT — Constant static property in class org.granite.tide.Tide
    systemDomain — Static property in class org.granite.reflect.Type
    The Flash system domain (parent of all other application domains).
    systemDomain — Static property in class org.granite.util.ClassUtil
    The Flash VM system application domain.
    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