Control Service 유형
Control Service는 Component 내의 특정 Control에서 발생하는 Event에 반응하여 동작을 실행합니다.
CALS에서 제공하는 주요 Control Service 유형은 다음과 같습니다.
Control Service 유형
| No | Name | Platform | Description |
|---|---|---|---|
| 1 | click | Web | Web의 Button 또는 Lookup Button Click Event |
| 2 | change | Common | Data의 변경 Event (Select Control) |
| 3 | direct-edit-click | Web | Direct Edit가 설정된 List의 Control에서의 Button Click Event |
| 4 | link-click | Web | UI Type이 link인 List의 Control의 Link Click Event |
| 5 | column-lookup-click | Web | Inline Edit 모드를 사용하는 List의 Lookup Button Click Event |
| 6 | single-touch | Mobile | Mobile의 Button 또는 Lookup Button Click Event |
Control Service 등록
Control Service와 Action을 등록 또는 수정하기 위해서는 다음과 같이 진행한다.
- Presentation Layer > Component의
Component List에서 대상 Component를 더블클릭 하여Component Detail화면으로 이동한다. - Service 등록하고자 하는 Control를 우측 마우스를 클릭하고
View Service선택한다. - 우측 Panel에
Service ViewScreen이 표출된다. 우측 상단의New를 클릭하여 Control Service를 추가할 수 있다. - 등록한 Service에 Action Designer를 사용하여 Action을 등록한다.