}
@Override
protected void setProperties(final UIComponent uiComponent) {
super.setProperties(uiComponent);
final UISelectReference component = (UISelectReference) uiComponent;
final FacesContext context = FacesContext.getCurrentInstance();
final Application application = context.getApplication();
if (renderRange != null) {
component.setValueExpression("renderRange", renderRange);
}
if (forComponent != null) {
component.setValueExpression("for", forComponent);
}
}