fixedDataSelect
fixedDataSelect는 Component의 Key 값을 설정하는 변수이다.
Parameter Key에 componentId로 설정하며, 주로 Component를 Reload하거나 특정 속성을 변경할 때 사용한다.
fixedDataSelect 설정 방법
[그림 1. fixedDataSelect 설정 화면]

- Action에 필요한
componentId파라미터를 추가한다. fixedDataSelect에 대상 Component의 Key 값을 등록한다.componentId파라미터의 값으로 등록된 Key를 지정하여 Action 실행 시 해당 Component에 적용되도록 설정한다.
사용 예시
Form 초기화 시 사용
Form Component를 초기화하기 위해 Reset Action에componentId를 설정한다.
이때 대상 Form의 Key 값을fixedDataSelect로 지정한다.Component Mode 변경 시 사용
List Component 또는 Schedule Component에서 모드 변경이 필요한 경우, Change Mode Action의fixedDataSelectParameter 설정을 통해 Component 대상과 속성을 지정할 수 있다.Parameter Key: mode→ 변경할 동작 모드 지정 (예:InlineEdit,DragAndCopy,CurrentView등)Parameter Key: status→ 모드의 세부 상태 지정 (예:Add,Edit,Yes,No,Day,Week,Month등)Parameter Key: componentId→ 대상 Component 지정 (값은fixedDataSelect에서 설정)