CellLayoutItem
레이아웃을 설정하기 위한 기반 모델
Signature:
export interface CellLayoutItem
Remarks
하위 모델을 이용하여 GridBase.setColumnLayout() 으로 설정 시, 특정 속성만 사용 가능하다.
[하위 클래스]
Properties
Property | Type | Description |
---|---|---|
cellWidth | number | 셀 너비 |
fillWidth | number | GridFitStyle.FILL 로 설정된 후 사용하는 너비 비율 |
groupShowMode | GroupShowMode | 상위 레이아웃의 expanded상태에서 따라서 표시하거나 숨긴다. |
name | string | 레이아웃 명 |
type | CellLayoutType | layout의 type을 지정한다. |
vindex | number | 전체 그룹 혹은 상위 그룹 내에서의 표시 순서 |
visible | boolean | 표시 여부 |
width | number | 너비 |
Properties Desc
cellWidth
셀 너비
Type
- number
fillWidth
GridFitStyle.FILL 로 설정된 후 사용하는 너비 비율
Type
- number
groupShowMode
상위 레이아웃의 expanded상태에서 따라서 표시하거나 숨긴다.
Type
- GroupShowMode
name
레이아웃 명
Type
- string
Remarks:
GridBase.setColumnLayout() 로 설정 할 수 있다.
type
layout의 type을 지정한다.
Type
- CellLayoutType
Remarks:
vindex
전체 그룹 혹은 상위 그룹 내에서의 표시 순서
Type
- number
visible
표시 여부
Type
- boolean
Remarks:
GridBase.setColumnLayout() 로 설정 할 수 있다.
width
너비
Type
- number
Remarks:
GridBase.setColumnLayout() 로 설정 할 수 있다.