| Package | ga.views |
| Class | public class DynamicSectionView |
| Implements | IGuideView |
| Guide | ᅠ | ᅠ |
| ᅠ | Section A | ᅠ |
| ᅠ | ᅠ | Panel A-1 |
| ᅠ | ᅠ | Panel A-2 |
| ᅠ | Section B | ᅠ |
| ᅠ | ᅠ | Panel B-1 |
| Property | Defined By | ||
|---|---|---|---|
| instance : DynamicSectionView
[static] [read-only] The common instance of this class.
| DynamicSectionView | ||
| label : String
[read-only] The name of the current section.
| DynamicSectionView | ||
| selectedIndex : int
The index value of the selected section.
| DynamicSectionView | ||
| selectedItem : Object
[bindable] The selected section.
| DynamicSectionView | ||
| Method | Defined By | ||
|---|---|---|---|
|
Constructor
| DynamicSectionView | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when a repeating panel is added to a form guide. | DynamicSectionView | |||
| Dispatched when a repeating panel is removed from a form guide. | DynamicSectionView | |||
| Dispatched when a panel is selected. Dispatched when a form guide initializes. | DynamicSectionView | |||
| instance | property |
instance:DynamicSectionView [read-only] The common instance of this class.
public static function get instance():DynamicSectionView
| label | property |
label:String [read-only] The name of the current section.
public function get label():String
| selectedIndex | property |
selectedIndex:int [read-write] The index value of the selected section.
This property can be used as the source for data binding.
public function get selectedIndex():int
public function set selectedIndex(value:int):void
| selectedItem | property |
selectedItem:Object [read-write] [bindable] The selected section.
This property can be used as the source for data binding.
public function get selectedItem():Object
public function set selectedItem(value:Object):void
| DynamicSectionView | () | Constructor |
public function DynamicSectionView()
Constructor
| 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/DynamicSectionView.html