| 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 | |
| packageName — Property in class org.granite.reflect.Type | |
The package name of the class of this Type instance (may be
an empty string). |
|
| Page — Class in package org.granite.tide.data.model | |
| Page() — Constructor in class org.granite.tide.data.model.Page | |
| PagedCollection — Class in package org.granite.tide.collections | |
|
Base implementation of a paged collection that supports ItemPendingError. The collection holds two complete pages of data. Subclassed have to implement a getResult method that will retrieve a range of elements. |
|
| PagedCollection() — Constructor in class org.granite.tide.collections.PagedCollection | |
| PagedQuery — Class in package org.granite.tide.collections | |
|
Implementation of the Tide paged collection with an generic service backend. By default the corresponding service should have the same name and expose a 'find' method that returns a Map with the following properties : resultCount resultList firstResult maxResultsThe name of the remote service can be overriden by setting the remoteComponentName property. |
|
| PagedQuery — Class in package org.granite.tide.seam.framework | |
|
Implementation of the Tide paged collection backed by a Seam Query component. The Seam component should have the same name as the Tide client component. It must have a max-results set either in components.xml or in its constructor, and its value must be greater than the maximum number of elements displayed. This component also implements ListCollectionView and can be directly used as a data provider. for Flex UI components such as DataGrid. |
|
| PagedQuery — Class in package org.granite.tide.spring | |
| Implementation of the Tide paged collection for Spring services | |
| PagedQuery() — Constructor in class org.granite.tide.seam.framework.PagedQuery | |
| PagedQuery() — Constructor in class org.granite.tide.spring.PagedQuery | |
| PageInfo — Class in package org.granite.tide.data.model | |
| PageInfo(firstResult, maxResults, order, desc) — Constructor in class org.granite.tide.data.model.PageInfo | |
| Parameter — Class in package org.granite.reflect | |
The Parameter class represents a method or constructor parameter. |
|
| Parameter(parameterizable:org.granite.reflect:Parameterizable, desc) — Constructor in class org.granite.reflect.Parameter | |
Constructs a new Parameter instance. |
|
| ParameterDefinition — Class in package org.granite.validation.helper | |
| Helper class used for declaring constraint annotation argument types. | |
| ParameterDefinition(name, type, defaultValue, optional, array, aliases) — Constructor in class org.granite.validation.helper.ParameterDefinition | |
| parameterizable — Property in class org.granite.reflect.Parameter | |
| The method or constructor this parameter belongs to. | |
| Parameterizable — Class in package org.granite.reflect | |
Base class for the Method and Constructor classes. |
|
| Parameterizable(declaredBy:org.granite.reflect:Type, desc) — Constructor in class org.granite.reflect.Parameterizable | |
Constructs a new Parameterizable instance. |
|
| parameters — Property in class org.granite.reflect.Parameterizable | |
An array that contains all the parameters of this Parameterizable
instance. |
|
| params — Property in class org.granite.tide.events.TideContextEvent | |
| params — Property in class org.granite.tide.events.TidePluginEvent | |
| params — Property in class org.granite.tide.events.TideUIEvent | |
| Array of event parameters | |
| parent — Property in class org.granite.reflect.visitor.Visitable | |
The parent of this Visitable (null if this
Visitable is a root bean). |
|
| parseParameters(constraint:org.granite.validation:IConstraint, args, definitions) — Static method in class org.granite.validation.helper.ConstraintHelper | |
| parseQName(name, upperPolicy) — Static method in class org.granite.util.ClassUtil | |
| Split a name into a namespace prefix and a value. | |
| password — Property in class org.granite.tide.seam.security.Identity | |
| Password | |
| Past — Class in package org.granite.validation.constraints | |
The ActionsScript3 implementation of the
javax.validation.constraints.Past annotation
validator.
The annotated element must be a date in the past. |
|
| path — Property in class org.granite.reflect.visitor.Visitable | |
The string representation of the path from the root visitable to this
Visitable (this representation is dot-separated, even for
a collection index or a map key, and is only meant to be used for tracing). |
|
| path — Property in class org.granite.tide.validators.InvalidValue | |
| Pattern — Class in package org.granite.validation.constraints | |
The ActionsScript3 implementation of the
javax.validation.constraints.Pattern annotation
validator.
The annotated String must match the supplied regular expression.
Accepted arguments are:
null elements are considered valid.
Example:
|
|
| _payload — Property in class org.granite.validation.BaseConstraint | |
| Direct access (protected) to the payload defined for this constraint. | |
| payload — Property in class org.granite.validation.BaseConstraint | |
The payload with which this constraint is associated as
an array of String. |
|
| payload — Property in interface org.granite.validation.IConstraint | |
The payload with which this constraint is associated as
an array of String. |
|
| PAYLOAD_PARAMETER — Constant static property in class org.granite.validation.BaseConstraint | |
The definition of the standard payload constraint annotation
argument, as an optional array of Strings. |
|
| PersistentBag — Class in package org.granite.persistence | |
| PersistentBag(initialized) — Constructor in class org.granite.persistence.PersistentBag | |
| PersistentCollection — Class in package org.granite.tide.collections | |
|
Internal implementation of persistent collection handling automatic lazy loading. Used for wrapping persistent collections received from the server. Should not be used directly. |
|
| PersistentCollection(entity:org.granite.tide:IEntity, propertyName, collection:org.granite.collections:IPersistentCollection) — Constructor in class org.granite.tide.collections.PersistentCollection | |
| PersistentList — Class in package org.granite.persistence | |
| PersistentList(initialized) — Constructor in class org.granite.persistence.PersistentList | |
| PersistentMap — Class in package org.granite.persistence | |
| PersistentMap — Class in package org.granite.tide.collections | |
|
Internal implementation of persistent map handling automatic lazy loading. Used for wrapping persistent map received from the server. Should not be used directly. |
|
| PersistentMap(initialized) — Constructor in class org.granite.persistence.PersistentMap | |
| PersistentMap(entity:org.granite.tide:IEntity, propertyName, collection:org.granite.collections:IPersistentCollection) — Constructor in class org.granite.tide.collections.PersistentMap | |
| PersistentSet — Class in package org.granite.persistence | |
| PersistentSet(initialized) — Constructor in class org.granite.persistence.PersistentSet | |
| PLUGIN_ADD_COMPONENT — Constant static property in class org.granite.tide.Tide | |
| PLUGIN_LOGIN_FAULT — Constant static property in class org.granite.tide.Tide | |
| PLUGIN_LOGIN_SUCCESS — Constant static property in class org.granite.tide.Tide | |
| PLUGIN_LOGOUT — Constant static property in class org.granite.tide.Tide | |
| PLUGIN_SET_CREDENTIALS — Constant static property in class org.granite.tide.Tide | |
| plus(mc:org.granite.math:MathContext) — Method in class org.granite.math.BigDecimal | |
Returns a BigDecimal whose value is (+this),
with rounding according to the context settings. |
|
| popFromContext(value) — Method in class org.granite.reflect.visitor.Guide | |
| Remove the supplied parameter from the recursion context (this method does nothing when the recursion strategy is "dictionary"). | |
| popMerge() — Method in class org.granite.tide.data.MergeContext | |
| precision — Property in class org.granite.math.BigDecimal | |
The precision of this BigDecimal (the
precision is the number of digits in the unscaled value.)
The precision of a zero value is 1. |
|
| precision — Property in class org.granite.math.MathContext | |
| The number of digits to be used for an operation. | |
| preprocess(method:org.granite.reflect:Method, args) — Method in interface org.granite.tide.IArgumentPreprocessor | |
| preprocess(method:org.granite.reflect:Method, args) — Method in class org.granite.tide.data.UninitializeArgumentPreprocessor | |
| PrimitiveHandler — Class in package org.granite.reflect.visitor.handlers | |
Handles any primitive value of the following types:
int, uint, String, Boolean, Date, Number, BigDecimal, BigInteger, Long, Class, Function, Namespace, QName, XML, XMLList, RegExp, Error |
|
| prioritaryComponentProperties — Static property in class org.granite.validation.FormValidator | |
| Array of property names that will be considered prioritarity as candidates for UI input bindings. | |
| processInterceptors(message, before) — Method in class org.granite.tide.Tide | |
| produce(context:org.granite.tide:BaseContext, create) — Method in interface org.granite.tide.impl.IComponentProducer | |
| produce(context:org.granite.tide:BaseContext, create) — Method in class org.granite.tide.impl.MethodComponentProducer | |
| produce(context:org.granite.tide:BaseContext, create) — Method in class org.granite.tide.impl.PropertyComponentProducer | |
| produce(context:org.granite.tide:BaseContext, create) — Method in class org.granite.tide.impl.SimpleComponentProducer | |
| Producer — Class in package org.granite.gravity | |
| Gravity-specific implementation of the Producer message agent | |
| Producer() — Constructor in class org.granite.gravity.Producer | |
| properties — Property in class org.granite.reflect.Type | |
An array containing all properties of this Type instance. |
|
| properties — Property in class org.granite.tide.data.Conflict | |
| _properties — Property in class org.granite.validation.BaseConstraint | |
| Direct access (protected) to the properties defined for this constraint. | |
| properties — Property in class org.granite.validation.BaseConstraint | |
The properties with which this constraint is associated as
an array of String (only for class-level constraints that
deal with one or more properties, in order to figure out where error
messages should be displayed when this constraint fails). |
|
| properties — Property in interface org.granite.validation.IConstraint | |
The properties with which this constraint is associated as
an array of String (only for class-level constraints that
deal with one or more properties, in order to figure out where error
messages should be displayed when this constraint fails). |
|
| PROPERTIES_PARAMETER — Constant static property in class org.granite.validation.BaseConstraint | |
The definition of the standard properties constraint annotation
argument, as an optional array of Strings. |
|
| property — Property in class org.granite.reflect.visitor.Visitable | |
The name of the property represented by this Visitable (may be
null if this Visitable doesn't represent a property). |
|
| property — Property in class org.granite.tide.validators.ServerConstraintViolation | |
| The property name (fields), index (collections) or key (map) of the invalid property. | |
| property — Property in class org.granite.validation.ConstraintViolation | |
| The property name (fields), index (collections) or key (map) of the invalid property. | |
| PropertyComponentProducer — Class in package org.granite.tide.impl | |
| Interface for component instance provider | |
| PropertyComponentProducer(implComponentName, field:org.granite.reflect:Field) — Constructor in class org.granite.tide.impl.PropertyComponentProducer | |
| propertyKey — Property in class org.granite.reflect.DynamicProperty | |
| The String representation of this member (field or method qName, key of a dynamic property or dictionary, index of an array, etc.) | |
| propertyKey — Property in interface org.granite.reflect.IMember | |
| The String representation of this member (field or method qName, key of a dynamic property or dictionary, index of an array, etc.) | |
| propertyKey — Property in class org.granite.reflect.Member | |
| The String representation of this member (field or method qName, key of a dynamic property or dictionary, index of an array, etc.) | |
| propertyName — Property in class org.granite.tide.collections.PersistentCollection | |
| propertyName — Property in class org.granite.tide.collections.PersistentMap | |
| propertyPath — Property in class org.granite.tide.validators.ServerConstraintViolation | |
| The path from the root bean to the invalid property. | |
| propertyPath — Property in class org.granite.validation.ConstraintViolation | |
| The path from the root bean to the invalid property. | |
| protocol — Property in class org.granite.gravity.channels.GravityChannel | |
| protocol — Property in class org.granite.gravity.channels.SecureGravityChannel | |
| protocol — Property in class org.granite.gravity.channels.WebSocketChannel | |
| protocol — Property in class org.granite.tide.service.DefaultServiceInitializer | |
| protocol — Property in class org.granite.tide.service.DynamicServiceInitializer | |
| proxyGetter — Property in class org.granite.tide.data.MergeContext | |
| pushInContext(value) — Method in class org.granite.reflect.visitor.Guide | |
| Put the supplied parameter in the recursion context (so it is marked as already visited). | |
| pushMerge(obj, dest, push) — Method in class org.granite.tide.data.MergeContext | |
| put(key, value) — Method in class org.granite.collections.BasicMap | |
| put(key, value) — Method in interface org.granite.collections.IMap | |
| put(uidObject) — Method in class org.granite.collections.UIDWeakSet | |
| put(key, value) — Method in class org.granite.tide.collections.PersistentMap | |
| 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 | |