(ctx *LayoutContext)
| 115 | } |
| 116 | |
| 117 | func (cb *ContainerBase) CreateLayoutItem(ctx *LayoutContext) LayoutItem { |
| 118 | return cb.layout.CreateLayoutItem(ctx) |
| 119 | } |
| 120 | |
| 121 | func (cb *ContainerBase) DataBinder() *DataBinder { |
| 122 | return cb.dataBinder |
nothing calls this directly
no test coverage detected