* @return Registry holding all the UIBindings contributed by the underlying
* layers
*/
public UiBindingRegistry getUiBindingRegistry() {
if (this.uiBindingRegistry == null) {
this.uiBindingRegistry = new UiBindingRegistry(this);
}
return this.uiBindingRegistry;
}