Component Service 유형
Component Service는 UI Component 자체에서 발생하는 다양한 Event에 반응한다.
다음은 CALS에서 제공하는 주요 Component Service 유형이다.
Component Service 유형
No | Name | Platform | Description |
---|---|---|---|
1 | load | Common | Load Event |
2 | row-click | Web | List의 Row의 Click Event |
3 | row-dblclick | Web | List의 Row의 Double Click Event |
4 | row-inline-save | Web | List의 Inline Edit 모드에서 'Save' Button Click Event |
5 | row-inline-delete | Web | List의 Inline Edit 모드에서 'Delete' Button Click Event |
6 | node-click | Web | Tree의 Node의 Click Event |
7 | inner-button-click | Common | Comment Component의 '댓글' Button Click Event |
8 | row-touch | Mobile | List의 Row 터치 Event |
9 | tab-click | Web | Tab의 Click Event |
10 | click | Web | Box의 Click Event |
11 | single-touch | Mobile | Box의 Click Event |
12 | cell-click | Web | Schedule 또는 Kanban의 Cell Click Event |
13 | cell-dblclick | Web | Schedule 또는 Kanban의 Cell Double Click Event |
14 | cell-drag | Web | Schedule의 Cell의 Click & Drag Event |
Component Service 등록
Component Service와 Action을 등록 또는 수정하기 위해서는 다음과 같이 진행한다.
- Presentation Layer > Component의
Component List
에서 대상 Component를 선택한다. - 선택한 Component에서 우측 마우스를 클릭하고
View Service
선택한다. - 우측 Panel에
Service View
Screen이 표출된다. 우측 상단의New
를 클릭하여 Component Service를 추가할 수 있다. - 등록한 Service에 Action Designer를 사용하여 Action을 등록한다.