+ mapName + "'.");
}
private void addRequiredNotationsKey(AbstractConfigurationComponent config) {
addDebug(config, true, ".addNotePanel()");
HtmlPanelGroup footnotesPanel = FacesComponentUtility.addBlockPanel(config, config, NOTE_PANEL_STYLE_CLASS);
FacesComponentUtility.addOutputText(footnotesPanel, config, "*", REQUIRED_MARKER_TEXT_STYLE_CLASS);
FacesComponentUtility.addOutputText(footnotesPanel, config, " denotes a required field.",
FacesComponentUtility.NO_STYLE_CLASS);
if (config.isGroup()) {
HtmlPanelGroup overridePanel = FacesComponentUtility.addBlockPanel(config, config, NOTE_PANEL_STYLE_CLASS);
FacesComponentUtility.addOutputText(overridePanel, config,
"note: if override is not checked, that property will not be altered on any group members",
FacesComponentUtility.NO_STYLE_CLASS);
}