AttributeMap attrMap = super.createAttributeMap(componentFamily);
attrMap.setAttribute(UIConstants.NAME_ATTR,
new ClientIdBoundValue(getUIXComponent()));
attrMap.setAttribute(UIConstants.FORM_SUBMITTED_ATTR, Boolean.TRUE);
attrMap.setAttribute(UIConstants.VALUE_ATTR,
new PropertyBoundValue(this,
UIXSingleStep.SELECTED_STEP_KEY));
attrMap.setAttribute(UIConstants.MAX_VALUE_ATTR,
new PropertyBoundValue(this,
UIXSingleStep.MAX_STEP_KEY));
attrMap.setAttribute(UIConstants.TYPE_TEXT_ATTR,
new PropertyBoundValue(this,
UIXSingleStep.TEXT_KEY));
return attrMap;
}