Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractPersistentList
org.granite.persistence 
 BasicMap
org.granite.collections Basic implementation of HashMap
 CheckedArrayCollection
org.granite.collections An ArrayCollection that overrides the readExternal method and check for Enum constants (prevent duplications).
 ComparatorArrayList
org.granite.collections ArrayList with modified getItemIndex that can compare values with a comparator class
 Consumer
org.granite.gravity Gravity-specific implementation of the Consumer message agent
 Enum
org.granite.util ActionScript implementation of an Enum class
 GravityChannel
org.granite.gravity.channels Channel implementation for the Gravity Comet based communication with serlvet containers
 IMap
org.granite.collections Interface for maps
 InvalidValue
org.granite.tide.validators Container class for validation errors on entities.
Equivalent to Hibernate Validator InvalidValue class.
 IPersistentCollection
org.granite.collections Interface for collections that can be lazily initialized
 IValue
org.granite 
 Page
org.granite.tide.data.model 
 PersistentBag
org.granite.persistence 
 PersistentList
org.granite.persistence 
 PersistentMap
org.granite.persistence 
 PersistentSet
org.granite.persistence 
 Producer
org.granite.gravity Gravity-specific implementation of the Producer message agent
 SecureGravityChannel
org.granite.gravity.channels Channel implementation for the Gravity Comet based communication with serlvet containers (uses https)
 SecureRemoteObject
org.granite.rpc.remoting.mxml Subclass of RemoteObject that wraps security errors.
 SecurityEvent
org.granite.events Event dispatched on security errors.
 SessionAware
org.granite.gravity.channels 
 TideMessage
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
 TopicMessageAgent
org.granite.gravity Gravity-specific base class for message agents
 UIDArrayList
org.granite.collections Implementation of list that compares values by UID
 UIDArraySet
org.granite.collections Implementation of set that compares values by UID
 UIDList
org.granite.collections Serializable implementation of a list of UID elements
 UIDSet
org.granite.collections Serializable implementation of a set of UID elements
 UIDWeakSet
org.granite.collections Implementation of HashSet that holds weak references to UID entities
 WebSocketChannel
org.granite.gravity.websocket Channel implementation for the Gravity Comet based communication with serlvet containers