class SampleController {
def builder
def view
def action = { evt = null ->
view.containerPanel << builder.panel {
label("Property: ")
}
}
}CompositeBuilder. The builder property is a reference to that instance. You may use it to create new nodes or call explicit methods that have not been contributed to controllers.