(Beta)
| Package | ga.model |
| Class | public class Section |
| Inheritance | Section Node ArrayCollection ListCollectionView Proxy |
| Implements | ISection |
| Subclasses | GuidedActivity |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 |
| Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Hide MXML Syntax
<ga:Section
Properties
label=""
sectionId=""
>
<ga:panels>
<ga:Panel...>
...
</ga:panels>
Default MXML Propertysource
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| dataRef : String | Section | ||
![]() | filterFunction : Function
A function that the view will use to eliminate items that do not
match the function's criteria. | ListCollectionView | |
| _itemInstance : Object | Section | ||
![]() | length : int [read-only]
The number of items in this view. | ListCollectionView | |
![]() | list : IList
The IList that this collection view wraps. | ListCollectionView | |
| sectionId : String | Section | ||
![]() | sort : ISort
The ISort that will be applied to the ICollectionView. | ListCollectionView | |
![]() | source : Array
The source of data in the ArrayCollection. | ArrayCollection | |
Protected Properties
Public Methods
Wed Nov 21 2018, 06:34 AM -08:00
Show MXML Syntax