Methods
add_item(bindItem, doFitopt)
- Description:
EzI18nMap에 BindItem을 추가
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
bindItem |
EzBindItem | bindItem 객체 |
||
doFit |
boolean |
<optional> |
false
|
바인드 완료후 즉시 위치 갱신 여부 |
clear()
- Description:
EzI18nMap의 모든 bindItem을 삭제
get_id() → {String}
- Description:
EzI18nMap객체의 고유 id를 가져옴
Returns:
EzI18nMap객체의 고유 id
- Type
- String
isAlive() → {boolean}
- Description:
EzI18nMap객체의 활성 여부
Returns:
EzI18nMap객체의 활성 여부
- Type
- boolean
remove_item(code)
- Description:
EzI18nMap의 특정 BindItem을 삭제
Parameters:
| Name | Type | Description |
|---|---|---|
code |
EzBindItem | 바인딩 코드 |