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
 BaseApplication
com.salesforce.flexforforce Singleton base class for an F3 application
 BaseContext
com.salesforce.data Base class for context.
 ComponentType
com.salesforce.constants Enumeration used to identify the layout component type.
 ConflictContext
com.salesforce.data Context used by the conflict handler in IF3ErrorHandler.
 ConnectionStatus
com.salesforce.flexforforceA widget which reports on the connected/disconnected status of the application.
 Dispatcher
com.salesforce.utils This class is used to pass messages from components.
 DynamicEntity
com.salesforce.flexforforce Class representing a dynamic entity.
 EntityContainer
com.salesforce.ui.containersThe EntityContainer component renders the entire detail or edit page of a Salesforce.com record, including its section headers, and manages the FieldElement, LabelAndField, and FieldContainer components that the EntityContainer includes.
 ErrorContext
com.salesforce.data Contains the context used by the error handler in IF3ErrorHandler.
 F3DesktopApplication
com.salesforce.flexforforce Singleton class representing an F3 desktop application
 F3DesktopWrapper
com.salesforce.flexforforce Manages the interaction between the application and the local database.
 F3Message
com.salesforce.notifications Standardized error and informational messages.
 FieldCollection
com.salesforce.flexforforce A FieldCollection contains a collection of FieldElements and methods that work with them.
 FieldContainer
com.salesforce.flexforforceThis container works with a FieldCollection to provide a visual container for FieldElements.
 FieldElement
com.salesforce.flexforforceA FieldElement represents a displayable field on a Managed Object (aka Entity).
 FieldErrors
com.salesforce.constants Errors returns by the validate() method of ISalesforceFormatter.
 IF3Application
com.salesforce.flexforforce Provides the contract for a Force.com Flex application.
 IF3ErrorHandler
com.salesforce.data Provides the contract for handling errors and conflicts.
 IToaster
com.salesforce.notifications An interface implemented by classes used as Toasters.
 LabelAndField
com.salesforce.flexforforceA LabelAndField represents a displayable field on a Managed Object (represented by a FieldElement), together with the appropriate label.
 LayoutSection
com.salesforce.constants Enumeration used to identify the layout for rendering or query building.
 LoginFaultEvent
com.salesforce.events Event fired when login fails.
 LoginResultEvent
com.salesforce.events Event fired when login is successful.
 MetadataUtil
com.salesforce.utils Provides access to metadata and functions.
 NetworkOperationEvent
com.salesforce.events An event fired when the start or end of a network operation is detected.
 NetworkStatusChangeEvent
com.salesforce.events An event fired when a network or connection change is detected.
 PageStyle
com.salesforce.utils Utility class for page style data.
 SessionExpiredEvent
com.salesforce.events Event fired when the Salesforce session expires.
 StatusBar
com.salesforce.flexforforceA StatusBar is used to display: Sync activity (rotating sync icon) and network availability (green icon when connected, grey when disconnected) Status message Conflict information (button to show conflict resolution UI)
 StatusChangedEvent
com.salesforce.events Event fired when we want to change the status message displayed by the status bar.
 Toaster
com.salesforce.notifications The content of a Toaster message.
 ToasterEvent
com.salesforce.events An event fired when a toaster alert is displayed.