boolean showInfoBar = attrs.getValue(MappedAttributes.SHOW_INFO_BAR, false);
boolean showMode = attrs.getValue(MappedAttributes.SHOW_MODE, false);
boolean showWindowState = attrs.getValue(MappedAttributes.SHOW_WINDOW_STATE, false);
String theme = attrs.getValue(MappedAttributes.THEME, null);
Described described = srcContainer.adapt(Described.class);
String id = attrs.getValue(MappedAttributes.ID, null);
String icon = attrs.getValue(MappedAttributes.ICON, null);
String width = attrs.getValue(MappedAttributes.WIDTH, null);
String height = attrs.getValue(MappedAttributes.HEIGHT, null);