Пакет | ga.views |
Класс | public class StaticSectionView |
Наследование | StaticSectionView Node ArrayCollection ListCollectionView Proxy |
Реализует | IGuideView |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
StaticSectionView
class provides a dynamic list of the panels
contained within a section. For example, using the following example Guide tree:
Guide | ||
Section A | ||
Panel A-1 | ||
Panel A-2 | ||
Section B | ||
Panel B-1 |
- Panel A-1
- Panel A-2
- Panel B-1
Свойство MXML по умолчаниюsource
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
filterFunction : Function
Функция, которую представление использует для устранения элементов, несоответствующих критериям функции. | ListCollectionView | ||
label : String [только для чтения]
The name of the section being viewed. | StaticSectionView | ||
length : int [только для чтения]
Число элементов в данном представлении. | ListCollectionView | ||
list : IList
IList, вставляющий строки в данное представление коллекции. | ListCollectionView | ||
section : ISection [только для чтения]
The section being viewed. | StaticSectionView | ||
selectedIndex : int
[bindable] The index of the selected panel
| StaticSectionView | ||
selectedItem : Object
[bindable] The selected panel. | StaticSectionView | ||
sort : ISort
ISort, применяемый к ICollectionView. | ListCollectionView | ||
source : Array
Источник данных в ArrayCollection. | ArrayCollection |
Защищенные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor
| StaticSectionView | ||
Добавляет список элементов к текущему списку, помещая их в конце списка в порядке передачи. | ListCollectionView | ||
Добавляет список элементов к текущему списку, помещая их в позиции индекса, передаваемого в функцию. | ListCollectionView | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Регистрирует объект прослушивателя события на объекте EventDispatcher для получения прослушивателем уведомления о событии. | ListCollectionView | ||
Добавляет указанный элемент в конец списка. | ListCollectionView | ||
Добавляет элемент в заданный индекс. | ListCollectionView | ||
Возвращает значение, определяющее, содержит ли данное представление указанный объект. | ListCollectionView | ||
Создает новый IViewCursor, работающий с данным представлением. | ListCollectionView | ||
Предотвращает передачу представлением информации об изменениях коллекции и ее элементов. | ListCollectionView | ||
Посылает событие в поток событий. | ListCollectionView | ||
Активирует автоматическое обновление. | ListCollectionView | ||
Получает элемент, расположенный по заданному индексу. | ListCollectionView | ||
Возвращает индекс элемента, если он находится в списке, где, например getItemAt(индекс) == элемент. | ListCollectionView | ||
Проверяет, имеет ли объект EventDispatcher прослушиватели, зарегистрированные для определенного типа события. | ListCollectionView | ||
Автоматически вызывается компилятором MXML при создании ListCollectionView с помощью тега MXML. | ListCollectionView | ||
itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Уведомляет представление об обновлении элемента. | ListCollectionView | ||
Применяет сортировку и фильтр к представлению. | ListCollectionView | ||
Удаляет все элементы из списка. | ListCollectionView | ||
Удаляет прослушиватель из объекта EventDispatcher. | ListCollectionView | ||
Удаляет элемент в указанной позиции индекса и возвращает его. | ListCollectionView | ||
Помещает элемент в заданную позицию индекса. | ListCollectionView | ||
Возвращает массив, заполняемый в порядке, аналогичном реализации IList. | ListCollectionView | ||
Вводит содержимое данного представления в строку и возвращает ее. | ListCollectionView | ||
Проверяет, зарегистрирован ли прослушиватель события для указанного типа события с данным объектом EventDispatcher или любым его предшественником. | ListCollectionView |
События
Событие | Сводка | Определено | ||
---|---|---|---|---|
Передается при обновлении ICollectionView. | ListCollectionView | |||
Dispatched when a repeating panel is added to a Guide. | StaticSectionView | |||
Dispatched when a repeating panel is removed from a Guide. | StaticSectionView | |||
Dispatched when a panel is selected. | StaticSectionView |
Сведения о свойстве
label | свойство |
section | свойство |
selectedIndex | свойство |
selectedIndex:int
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
[bindable] The index of the selected panel
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get selectedIndex():int
public function set selectedIndex(value:int):void
selectedItem | свойство |
selectedItem:Object
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
[bindable] The selected panel.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get selectedItem():Object
public function set selectedItem(value:Object):void
Сведения о конструкторе
StaticSectionView | () | Конструктор |
public function StaticSectionView(section:Section, parentNode:Node = null)
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Constructor
Параметрыsection:Section — The section to view.
| |
parentNode:Node (default = null ) — The parent node in the hierarchy.
|
Сведения о событии
pageAdd | Событие |
Тип объекта события:
свойство GAEvent.type =
ga.model.GAEvent
свойство GAEvent.type =
ga.model.GAEvent.PAGE_ADD
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Dispatched when a repeating panel is added to a Guide.
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 | Событие |
Тип объекта события:
свойство GAEvent.type =
ga.model.GAEvent
свойство GAEvent.type =
ga.model.GAEvent.PAGE_REMOVE
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Dispatched when a repeating panel is removed from a Guide.
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 | Событие |
Тип объекта события:
свойство GAEvent.type =
ga.model.GAEvent
свойство GAEvent.type =
ga.model.GAEvent.PAGE_SELECTION_CHANGE
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
Dispatched when a panel is selected.
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. |
Tue Jun 12 2018, 11:34 AM Z