// @StartGeneration
protected void setProperties(UIComponent component) {
super.setProperties(component);
FacesContext facesContext = getFacesContext();
setBooleanAttribute(facesContext,component,"disableKeyNavigation",disableKeyNavigation);
setBooleanAttribute(facesContext,component,"disabled",disabled);
setStringAttribute(facesContext,component,"preference",preference);
setIntegerAttribute(facesContext,component,"rows",rows);