}
writer.endElement("div");
CalendarYearPopup popup = Components.getChildWithClass(calendar, CalendarYearPopup.class, YEAR_SELECTOR_SUFFIX + DROP_SUFFIX);
popup.encodeBegin(context);
popup.encodeChildren(context);
popup.encodeEnd(context);
}
private void renderBody(FacesContext context, Calendar calendar) throws IOException {
String clientId = calendar.getClientId(context);