| Package | ga.views |
| Class | public class StaticSectionView |
| Implements | IGuideView |
| Guide | ᅠ | ᅠ |
| ᅠ | Section A | ᅠ |
| ᅠ | ᅠ | Panel A-1 |
| ᅠ | ᅠ | Panel A-2 |
| ᅠ | Section B | ᅠ |
| ᅠ | ᅠ | Panel B-1 |
| Property | Defined By | ||
|---|---|---|---|
| label : String
[read-only] The name of the section being viewed.
| StaticSectionView | ||
| section : ISection
[read-only] The section being viewed.
| StaticSectionView | ||
| selectedIndex : int
[-only] The index value of the selected panel.
| StaticSectionView | ||
| selectedItem : Object
[-only] The selected panel.
| StaticSectionView | ||
| Method | Defined By | ||
|---|---|---|---|
|
StaticSectionView(section:Section, parentNode:Node = null)
Constructor
| StaticSectionView | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when a repeating panel is added to a form guide. | StaticSectionView | |||
| Dispatched when a repeating panel is removed from a form guide. | StaticSectionView | |||
| Dispatched when a panel is selected. Dispatched when a form guide initializes. | StaticSectionView | |||
| label | property |
label:String [read-only] The name of the section being viewed.
public function get label():String
| section | property |
section:ISection [read-only] The section being viewed.
public function get section():ISection
| selectedIndex | property |
public var selectedIndex:int
The index value of the selected panel.
This property can be used as the source for data binding.
| selectedItem | property |
public var selectedItem:Object
The selected panel.
This property can be used as the source for data binding.
| StaticSectionView | () | Constructor |
public function StaticSectionView(section:Section, parentNode:Node = null)
Constructor
Parameterssection:Section |
|
parentNode:Node (default = null) |
| pageAdd | Event |
ga.model.GAEvent
ga.model.GAEvent.PAGE_ADD
The properties of the event object have the following values:
| Property | Value |
|---|---|
page | The page that was added. |
section | The section that contains the added page. |
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
| pageRemove | Event |
ga.model.GAEvent
ga.model.GAEvent.PAGE_REMOVE
The properties of the event object have the following values:
| Property | Value |
|---|---|
page | The page that was removed. |
section | The section that contained the removed page. |
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
| pageSelectionChange | Event |
ga.model.GAEvent
ga.model.GAEvent.PAGE_SELECTION_CHANGE
The properties of the event object have the following values:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
currentTarget | The Object that defines the
event listener that handles the event. For example, if you use
myButton.addEventListener() to register an event listener,
myButton is the value of the currentTarget. |
target | The Object that dispatched the event;
it is not always the Object listening for the event.
Use the currentTarget property to always access the
Object listening for the event. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/ga/views/StaticSectionView.html