return feedbackStatusIndicator;
} else if (wicketId.startsWith("collapseBoxControl-")) {
String boxSequence = (wicketId.substring("collapseBoxControl-".length()).equals("") ? "0" : wicketId.substring("collapseBoxControl-".length()));
CollapseBoxHeader collapseBoxHeader = new CollapseBoxHeader(wicketId, boxSequence);
return collapseBoxHeader;
} else if (wicketId.startsWith("iScienceLink-")) {
return new AjaxFallbackLink<Object>(wicketId) {
private static final long serialVersionUID = 1L;