class RtRowBar
Row Bar 설정 모델.
데이터행의 왼쪽 혹은 (수평 모드일 때)상단에 행 번호, 상태 및 기타 UI 등을 표시하는 영역에 대한 속성들을 포함한다. RtListOptions.rowBar 속성으로 설정한다.
데이터행의 왼쪽 혹은 (수평 모드일 때)상단에 행 번호, 상태 및 기타 UI 등을 표시하는 영역에 대한 속성들을 포함한다. RtListOptions.rowBar 속성으로 설정한다.
list.setConfig({
options: {
rowBar: {
visible: true,
display: 'shape',
...
}
}
});
list.setConfig({
options: {
rowBar: false // boolean 값으로 지정하면 visible 속성으로 설정된다.
}
});
See Also
Template Params
Events
Properties
- check: RtRowCheckBox
Check 셀 설정 모델. - display: RtRowBarDisplayDefault RtRowBarDisplay.ORDER
Bar에 표시할 내용. - image: RtRowImage
이미지 셀 설정 모델. - letter: RtRowLetter
문자 셀 설정 모델. - move: RtRowMover
이동 셀 설정 모델. - order: RtRowOrder
행 번호 셀 설정 모델. - shape: RtRowShape
Shape 셀 설정 모델.
Methods
Inherited Properties
- RtControlBar.gapBottom
- RtControlBar.gapLeft
- RtControlBar.gapRight
- RtControlBar.gapTop
- RtControlBar.mode
- RtControlBar.position
- RtControlBar.size
- RtListControlObject.visible