Classes
Members
adapter :ComboAdapter
Type:
allPathField :string|null
Type:
- string |
null
codeField :string
Type:
- string
id :string
Type:
- string
onDisplayChange :DisplayChangeCallback|null
Type:
- DisplayChangeCallback |
null
parentCodeField :string|Object|null
Type:
- string |
Object | null
parentId :string|null
Type:
- string |
null
textField :string
Type:
- string
Methods
changeDisplay(type)
콤보의 표시 컬럼을 변경합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
type | 'default' | | 변경할 표시 타입 |
getAncestorColumnName(ancestorId, defaultColNm) → {string}
지정한 조상 노드의 코드 값이 현재 노드의 데이터셋에서 어떤 컬럼명으로 관리되는지 조회합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
ancestorId | string | 조상 노드 ID. |
defaultColNm | string | 기본 컬럼명 |
Returns:
컬럼명
- Type:
- string