Adobe® Flash® Platform용 ActionScript® 3.0 참조 설명서
 |  패키지 및 클래스 목록 숨기기 |  패키지  |  클래스  |  새로운 내용  |  색인  |  부록  |  영어로 표시되는 이유
필터: 서버에서 데이터를 검색하는 중...
서버에서 데이터를 검색하는 중...
com.adobe.livecycle.rca.model.reminder 

ReminderCollection  - AS3 Review, Commenting, and Approval

패키지com.adobe.livecycle.rca.model.reminder
클래스public class ReminderCollection
상속ReminderCollection Inheritance ArrayCollection Inheritance ListCollectionView Inheritance Proxy
버전부터 사용되지 않음 Review, Commenting, and Approval 10: 사용 com.adobe.solutions.rca.vo.ReviewStageVO.reminders

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Specifies that Reminder objects are added to a collection.

기본 MXML 속성source



공용 속성
 속성정의 주체
 InheritedfilterFunction : Function
A function that the view will use to eliminate items that do not match the function's criteria.
ListCollectionView
 Inheritedlength : int
[읽기 전용] The number of items in this view.
ListCollectionView
 Inheritedlist : IList
The IList that this collection view wraps.
ListCollectionView
 Inheritedsort : ISort
The ISort that will be applied to the ICollectionView.
ListCollectionView
 Inheritedsource : Array
The source of data in the ArrayCollection.
ArrayCollection
보호 속성
 속성정의 주체
 InheritedlocalIndex : Array
When the view is sorted or filtered the localIndex property contains an array of items in the sorted or filtered (ordered, reduced) view, in the sorted order.
ListCollectionView
공용 메서드
 메서드정의 주체
  
ReminderCollection(source:Array = null)
Constructor.
ReminderCollection
 Inherited
addAll(addList:IList):void
Adds a list of items to the current list, placing them at the end of the list in the order they are passed.
ListCollectionView
 Inherited
addAllAt(addList:IList, index:int):void
Adds a list of items to the current list, placing them at the position index passed in to the function.
ListCollectionView
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
ListCollectionView
  
[재정의] Overrides the addItem() method of ArrayCollection.
ReminderCollection
  
addItemAt(item:Object, index:int):void
[재정의] Overrides the addItemAt() method of ArrayCollection.
ReminderCollection
  
Adds items of type Reminder to the collection.
ReminderCollection
  
addReminderAt(reminder:Reminder, index:int):void
Adds items of type Reminder to the collection.
ReminderCollection
 Inherited
Returns whether the view contains the specified object.
ListCollectionView
 Inherited
Creates a new IViewCursor that works with this view.
ListCollectionView
 Inherited
Prevents changes to the collection itself and items within the collection from being dispatched by the view.
ListCollectionView
 Inherited
Dispatches an event into the event flow.
ListCollectionView
 Inherited
Enables auto-updating.
ListCollectionView
 Inherited
getItemAt(index:int, prefetch:int = 0):Object
Gets the item at the specified index.
ListCollectionView
 Inherited
Returns the index of the item if it is in the list such that getItemAt(index) == item.
ListCollectionView
  
Returns a Reminder type object instead of a generic object.
ReminderCollection
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
ListCollectionView
 Inherited
Called automatically by the MXML compiler when the ListCollectionView is created using an MXML tag.
ListCollectionView
 Inherited
itemUpdated(item:Object, property:Object = null, oldValue:Object = null, newValue:Object = null):void
Notifies the view that an item has been updated.
ListCollectionView
 Inherited
Applies the sort and filter to the view.
ListCollectionView
 Inherited
Remove all items from the list.
ListCollectionView
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
ListCollectionView
 Inherited
Removes the item at the specified index and returns it.
ListCollectionView
 Inherited
setItemAt(item:Object, index:int):Object
Places the item at the specified index.
ListCollectionView
 Inherited
Returns an Array that is populated in the same order as the IList implementation.
ListCollectionView
 Inherited
Prints the contents of this view to a string and returns it.
ListCollectionView
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
ListCollectionView
생성자 세부 정보

ReminderCollection

()생성자
public function ReminderCollection(source:Array = null)

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Constructor.

매개 변수
source:Array (default = null)
메서드 세부 정보

addItem

()메서드
override public function addItem(item:Object):void

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Overrides the addItem() method of ArrayCollection. Adds an item only if it is of type Reminder.

매개 변수

item:Object

관련 API 요소

addItemAt

()메서드 
override public function addItemAt(item:Object, index:int):void

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Overrides the addItemAt() method of ArrayCollection. Adds an item only if it is of type Reminder.

매개 변수

item:Object
 
index:int

관련 API 요소

addReminder

()메서드 
public function addReminder(reminder:Reminder):void

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Adds items of type Reminder to the collection.

매개 변수

reminder:Reminder

관련 API 요소

addReminderAt

()메서드 
public function addReminderAt(reminder:Reminder, index:int):void

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Adds items of type Reminder to the collection.

매개 변수

reminder:Reminder
 
index:int

관련 API 요소

getReminderAt

()메서드 
public function getReminderAt(index:int):Reminder

언어 버전: ActionScript 3.0
제품 버전: Review, Commenting, and Approval Building Block 9.5
런타임 버전: Flash Player 9, Flash Player 10, AIR (unsupported)

Returns a Reminder type object instead of a generic object.

매개 변수

index:int

반환값
Reminder

관련 API 요소





[ X ]영어로 표시되는 이유
ActionScript 3.0 참조 설명서의 내용이 영어로 나타납니다.

ActionScript 3.0 참조 설명서 중 일부는 전체 언어로 번역되지 않았습니다. 언어 요소가 번역되지 않은 경우 영어로 나타납니다. 예를 들어 ga.controls.HelpBox 클래스는 어떤 언어로도 번역되지 않았습니다. 그러므로 한국어 버전의 참조 설명서에서 ga.controls.HelpBox 클래스는 영어로 나타납니다.