패키지 | com.adobe.guides.control |
인터페이스 | public interface IGuideErrors |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
errors : IList [읽기 전용]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors |
속성 세부 정보
errors | 속성 |
errors:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
errors is an IList of GuideNodes that currently contain validation errors.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get errors():IList
메서드 세부 정보
validate | () | 메서드 |
public function validate(node:IGuideNode = null):Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
런타임 버전: | AIR 1.0, Flash Player 10.2 |
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided.
매개 변수
node:IGuideNode (default = null ) — the Guide object to validate, may be one of the following guide node types: guide, section, panel or item.
|
Boolean — Boolean
|
Tue Jun 12 2018, 03:17 PM Z