| Package | mx.collections.errors |
| Class | public class ItemPendingError |
| Inheritance | ItemPendingError Error Object |
이 에러의 수신측이, 요구된 아이템이 이용 가능하게 된 시점에서 (즉, 비동기 호출이 완료한 시점에서) 통지를 필요로 하는 경우, 아이템이 이용 가능하게 된 시점에서 응답하기 위해서,addResponder() Methods를 사용해,mx.rpc.IResponder 인터페이스를 지원(support)하는 object를 지정할 필요가 있습니다. mx.collections.ItemResponder 클래스는, IResponder 인터페이스를 Implements해,data property를 지원(support)합니다.
See also
| property | 정의 | ||
|---|---|---|---|
![]() | constructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor 함수에의 참조입니다.
| Object | |
![]() | errorID : int
특정의 에러 메세지에 관련지을 수 있었던 참조 번호입니다.
| Error | |
![]() | message : String
Error object에 관련지을 수 있었던 메세지입니다.
| Error | |
![]() | name : String
Error object의 이름입니다.
| Error | |
![]() | prototype : Object
[static]
클래스 또는 함수 object의 prototype object에의 참조입니다.
| Object | |
| responders : Array
[read-only]
비동기 요구가 완료하면 불려 가는 IResponder 핸들러의 배열입니다.
| ItemPendingError | ||
| Methods | 정의 | ||
|---|---|---|---|
| ItemPendingError (message:String )
constructor .
| ItemPendingError | ||
addResponder (responder:IResponder ):void
addResponder 는, 응답측을 응답측의 배열에 추가합니다. | ItemPendingError | ||
![]() | getStackTrace ():String
에러의 구축시에 에러의 호출 스택을 string로 돌려줍니다 (디버거 버젼의 Flash Player 전용).
| Error | |
![]() | hasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
| Object | |
![]() | isPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
| Object | |
![]() | propertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
| Object | |
![]() | setPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
| Object | |
![]() | toString ():String
디폴트에서는
"Error" 라고 하는 string를 돌려줍니다. Error.message property가 정의되고 있는 경우는, 그 값을 돌려줍니다. | Error | |
![]() | valueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
| Object | |
| responders | property |
responders:Array [read-only]비동기 요구가 완료하면 불려 가는 IResponder 핸들러의 배열입니다.
Implements public function get responders():Array
| ItemPendingError | () | constructor |
public 함수 ItemPendingError(message:String )constructor .
로컬이 아닌 아이템이 요구되었을 경우에, Flex Framework 에 의해 불려 갑니다.
Parametersmessage:String — 에러의 원인에 대한 정보를 제공하는 메세지입니다.
|
| addResponder | () | Methods |
public function addResponder(responder:IResponder ):void
addResponder 는, 응답측을 응답측의 배열에 추가합니다. 응답측의 Parameters에 할당할 수 있었던 object는, mx.rpc.IResponder 인터페이스를 Implements할 필요가 있습니다.
responder:IResponder — 비동기 요구가 완료하면 불려 가는 핸들러입니다.
|
See also
코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트
현재의 페이지: http://flexdocs.kr/docs/flex2/langref/mx/collections/errors/ItemPendingError.html