this.visibleToMouseEvents = attributes.getAsBoolean("visibleToMouse", Convert.DEFAULT_VISIBLE_TO_MOUSE);
this.layoutManager = convert.layoutManager(attributes.get("childLayout"));
this.focusable = attributes.getAsBoolean("focusable", Convert.DEFAULT_FOCUSABLE);
this.focusableInsertBeforeElementId = attributes.get("focusableInsertBeforeElementId");
for (int i=0; i<elementRenderer.length; i++) {
ElementRenderer renderer = elementRenderer[i];
ApplyRenderer rendererApply = rendererApplier.get(renderer.getClass());
rendererApply.apply(this, attributes, renderEngine);
}
}