interface IRtFieldLayoutChild
데이터필드의 값을 표시하는 레이아웃 구성 요소.
템플릿에서 field 속성이 지정되면 이 필드 레이아웃 child가 생성된다. field 속성이 지정되지 않으면 IRtLiteralLayoutChild이 생성된다. 이 필드 레이아웃에는 템플릿에서 렌더러가 설정돼야 한다. 렌더러의 value 속성이 지정되지 않으면, 이 필드 레이아웃에 연결된 데이터필드나 필드 목록의 값이 표시된다.
(주의) 레이아웃은 템플릿을 통해 생성되므로 이 객체의 속성들은 생성 시 템플릿에서 설정된 값으로 결정되고 직접 변경할 수 없다.
템플릿에서 field 속성이 지정되면 이 필드 레이아웃 child가 생성된다. field 속성이 지정되지 않으면 IRtLiteralLayoutChild이 생성된다. 이 필드 레이아웃에는 템플릿에서 렌더러가 설정돼야 한다. 렌더러의 value 속성이 지정되지 않으면, 이 필드 레이아웃에 연결된 데이터필드나 필드 목록의 값이 표시된다.
(주의) 레이아웃은 템플릿을 통해 생성되므로 이 객체의 속성들은 생성 시 템플릿에서 설정된 값으로 결정되고 직접 변경할 수 없다.
See Also
Events
Properties
- field:
string
optional readonly데이터필드 이름. - fields:
string
[] optional readonly데이터필드 이름 목록.
Inherited Properties
- IRtSimpleLayoutChild.align
- IRtSimpleLayoutChild.valign
- IRtSimpleLayoutChild.value
- IRtSimpleLayoutChild.editor
- IRtSimpleLayoutChild.renderer
- IRtLayoutChild.id
- IRtLayoutChild.visible
- IRtLayoutChild.width
- IRtLayoutChild.height
- IRtLayoutChild.minWidth
- IRtLayoutChild.minHeight
- IRtLayoutChild.clickable
- IRtLayoutChild.onClick
- IRtLayoutChild.style
- IRtLayoutChild.styleCallback