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  
task — Property in class org.granite.seam.SeamRemoteObject
Task — Class in package org.granite.seam
Task() — Constructor in class org.granite.seam.Task
taskId — Property in class org.granite.seam.Task
TEN — Constant static property in class org.granite.math.BigDecimal
The value 10, with a scale of 0.
TEN — Constant static property in class org.granite.math.BigInteger
The BigInteger constant ten.
TEN — Constant static property in class org.granite.math.Long
The Long constant ten.
testBit(index) — Method in class org.granite.math.Long
Returns true if and only if the designated bit is set: computes ((this & (1 << n)) != 0).
throwIPEDuringResponders — Property in class org.granite.tide.collections.PagedCollection
_tide — Property in class org.granite.tide.BaseContext
tide — Property in interface org.granite.tide.ITidePlugin
Set the Tide singleton for the plugin
tide — Property in class org.granite.tide.TideAsync
_tide — Property in class org.granite.tide.deeplinking.TideUrlMapping
tide — Property in class org.granite.tide.deeplinking.TideUrlMapping
Tide — Class in package org.granite.tide
Tide is the base implementation of the Tide application manager singleton
Tide(destination) — Constructor in class org.granite.tide.Tide
TideAsync — Class in package org.granite.tide
Plugin for managing asynchronous events with a Gravity Consumer
TideAsync(destination) — Constructor in class org.granite.tide.TideAsync
TideContextEvent — Class in package org.granite.tide.events
Generic context event.
TideContextEvent(type, context:org.granite.tide:BaseContext, params, bubbles, cancelable) — Constructor in class org.granite.tide.events.TideContextEvent
TideControlValidator — Class in package org.granite.tide.seam.validators
Validator component that listens to StatusMessageEvent coming from server validation and dispatches them as client validator events
TideControlValidator() — Constructor in class org.granite.tide.seam.validators.TideControlValidator
TideDataConflictsEvent — Class in package org.granite.tide.data.events
TideDataConflictsEvent(context:org.granite.tide:BaseContext, conflicts:org.granite.tide.data:Conflicts) — Constructor in class org.granite.tide.data.events.TideDataConflictsEvent
TideEntityValidator — Class in package org.granite.tide.validators
Validator component that listens to ConstraintViolationEvent coming from server validation and dispatches them as client validator events
TideEvent — Class in package org.granite.tide.events
Base class for Tide events
TideEvent(type, context:org.granite.tide:BaseContext, bubbles, cancelable) — Constructor in class org.granite.tide.events.TideEvent
TIDE_EVENT — Constant static property in class org.granite.tide.events.TideUIEvent
TideFaultEvent — Class in package org.granite.tide.events
Event that is provided to Tide fault handlers and that holds the fault object.
TideFaultEvent(type, context:org.granite.tide:BaseContext, bubbles, cancelable, asyncToken, componentResponder, fault, extendedData) — Constructor in class org.granite.tide.events.TideFaultEvent
TideInputValidator — Class in package org.granite.tide.validators
Remote validator for managed entities
TideInputValidator() — Constructor in class org.granite.tide.validators.TideInputValidator
TideMessage — Class in package org.granite.tide
TideMessage is a simple status message object with a severity and text It is similar to the JBoss Seam StatusMessage class or the JSF FacesMessages In general it is used to get messages from the server but messages can also be added locally
TideMessage(severity, summary, detail) — Constructor in class org.granite.tide.TideMessage
TidePluginEvent — Class in package org.granite.tide.events
Tide plugin event
TidePluginEvent(type, params, bubbles, cancelable) — Constructor in class org.granite.tide.events.TidePluginEvent
TideResponder — Class in package org.granite.tide
TideResponder defines a simple responder for remote calls It allows to keep a token object between the call and the result/fault handler It also allows to add many result/fault handlers that will all be triggered by the origin call
TideResponder(resultHandler, faultHandler, token, mergeWith) — Constructor in class org.granite.tide.TideResponder
TideResultEvent — Class in package org.granite.tide.events
Event that is provided to Tide result handlers and that holds the result object.
TideResultEvent(type, context:org.granite.tide:BaseContext, bubbles, cancelable, asyncToken, componentResponder, result) — Constructor in class org.granite.tide.events.TideResultEvent
TideSubscriptionEvent — Class in package org.granite.tide.events
Event that is dispatched when a component is subscribed or unsubscribed to its attached topic
TideSubscriptionEvent(type) — Constructor in class org.granite.tide.events.TideSubscriptionEvent
TideUIConversationEvent — Class in package org.granite.tide.events
Standard Flex event that can dispatched from UI components and is intercepted by the context in which the UI component is registered This event indicates that the event needs to be dispatched in a particular conversation context and may trigger creation of a new context
TideUIConversationEvent(conversationId, eventType, ... rest) — Constructor in class org.granite.tide.events.TideUIConversationEvent
TideUIEvent — Class in package org.granite.tide.events
Standard Flex event that can be dispatched from UI components and is intercepted by the context in which the UI component is registered
TideUIEvent(eventType, ... rest) — Constructor in class org.granite.tide.events.TideUIEvent
TideUrlMapping — Class in package org.granite.tide.deeplinking
TideValidatorEvent — Class in package org.granite.tide.events
Event that is dispatched on the context by validation exception handlers and that can be listened by a TideEntityValidator
TideValidatorEvent(type, context:org.granite.tide:BaseContext, entityProperty, bubbles, cancelable, invalidValues) — Constructor in class org.granite.tide.events.TideValidatorEvent
timestamp — Property in class org.granite.gravity.Consumer
toBigInteger() — Method in class org.granite.math.BigDecimal
Converts this BigDecimal to a BigInteger: any fractional part of this BigDecimal will be discarded.
toBigIntegerExact() — Method in class org.granite.math.BigDecimal
Converts this BigDecimal to a BigInteger, checking for lost information.
toHexString() — Method in class org.granite.math.Long
Returns a string representation of this Long as an unsigned integer in base 16.
toInt() — Method in class org.granite.math.BigDecimal
Converts this BigDecimal to an int: any fractional part of this BigDecimal will be discarded, and if the resulting BigInteger is too big to fit in an int, only the low-order 31 bits are returned, signed as this BigDecimal was.
toInt() — Method in class org.granite.math.BigInteger
Converts this BigInteger to an int: if this BigInteger is too big to fit in an int, only the low-order 31 bits are returned and the sign of the result is preserved as it was in the orginal BigInteger.
toInt() — Method in interface org.granite.math.BigNumber
Returns this big number as an integer (with possible loose of precision).
toInt() — Method in class org.granite.math.Long
Converts this Long to an int: it is equivalent to int(this.lowBits) with a possible lose of precision and a different sign than the original value.
toIntExact() — Method in class org.granite.math.BigDecimal
Converts this BigDecimal to an int, checking for lost information.
toNumber() — Method in class org.granite.math.BigDecimal
Converts this BigDecimal to a Number.
toNumber() — Method in class org.granite.math.BigInteger
Converts this BigInteger to a Number.
toNumber() — Method in interface org.granite.math.BigNumber
Returns this big number as a Number (with possible loose of precision).
toNumber() — Method in class org.granite.math.Long
Converts this Long to a Number (with a possible lose of precision).
topic — Property in class org.granite.gravity.TopicMessageAgent
topic — Property in class org.granite.tide.data.DataObserver
TopicMessageAgent — Class in package org.granite.gravity
Gravity-specific base class for message agents
TOPIC_SUBSCRIBED — Constant static property in class org.granite.tide.events.TideSubscriptionEvent
TOPIC_SUBSCRIBED_FAULT — Constant static property in class org.granite.tide.events.TideSubscriptionEvent
TOPIC_UNSUBSCRIBED — Constant static property in class org.granite.tide.events.TideSubscriptionEvent
TOPIC_UNSUBSCRIBED_FAULT — Constant static property in class org.granite.tide.events.TideSubscriptionEvent
toPlainString() — Method in class org.granite.math.BigDecimal
Returns a string representation of this BigDecimal without an exponent field.
toString() — Method in class org.granite.collections.BasicMap
toString(engineering) — Method in class org.granite.math.BigDecimal
Returns the string representation of this BigDecimal, using scientific notation if an exponent is needed.
toString(radix, abs) — Method in class org.granite.math.BigInteger
Returns the String representation of this BigInteger in the given radix.
toString(radix) — Method in class org.granite.math.Long
Returns a string representation of this Long as signed integer in the specified radix.
toString() — Method in class org.granite.math.MathContext
Returns the string representation of this MathContext.
toString() — Method in class org.granite.reflect.DescribedElement
Returns the a string (XML) representation of this described element.
toString() — Method in class org.granite.reflect.visitor.Visitable
Returns a string representation this Visitable with its full path and its value.
toString(object) — Static method in class org.granite.tide.BaseContext
Convenient toString implementation which avoids triggering collection initialization
toString() — Method in class org.granite.tide.collections.PersistentCollection
toString() — Method in class org.granite.tide.collections.PersistentMap
toString() — Method in class org.granite.tide.validators.ServerConstraintViolation
Returns the message property of this ConstraintViolation instance.
toString() — Method in class org.granite.util.Enum
toString() — Method in class org.granite.validation.ConstraintError
toString() — Method in class org.granite.validation.ConstraintViolation
Returns the message property of this ConstraintViolation instance.
toString() — Method in interface org.granite.validation.INode
Returns a string representation of this node.
toString() — Method in interface org.granite.validation.IPath
Returns a string representation of this path.
trackModuleCreation(moduleInstance) — Method in class org.granite.tide.impl.ComponentStore
traversableResolver — Property in class org.granite.validation.ValidatorFactory
The default ITraversableResolver implementation used for validation operations.
triggerRefreshOnIPEWithoutResponder — Property in class org.granite.tide.collections.PagedCollection
tryLogout() — Method in class org.granite.tide.Tide
Try logout.
type — Property in class org.granite.reflect.DynamicProperty
The Type of the value of this dynamic property.
type — Property in class org.granite.reflect.Field
The type of this Field instance, ie.
type — Property in class org.granite.reflect.Parameter
The type of this parameter (may be Type.WILD).
type — Property in class org.granite.validation.helper.ParameterDefinition
Type — Class in package org.granite.reflect
The Type class is the entry point to the GraniteDS reflection API for ActionScript 3 classes.
Type(desc, clazz, domain) — Constructor in class org.granite.reflect.Type
Constructs a new Type instance.
TYPED_IMPL_PREFIX — Constant static property in class org.granite.tide.Tide
TYPE_SUBCONTEXT — Constant static property in class org.granite.tide.Tide
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