Only component high-level changes and component-specific functionality removal/changes mentioned there. For common attributes names changes follow the [Rich components standartized attributes| link ]
RichFaces 3.3.3 | RichFaces 4.x | Changes |
---|---|---|
calendar | calendar | Not changed. Some client API methods were renaimed so follow reference for that changes. Markup customization using Facets/client substitutions not implemented for Final and will be redesigned. Only header/footer/optionaHeade/optionalFooter available. |
colorPicker | no implemented for Final | n/a |
comboBox | see suggestionBox | merged with suggestionBox component |
editor | editor | RichFaces 4 is based on the CKeditor |
fileUpload | fileUpload | not changed. Not implemented functionality in Final:
|
inplaceInput | inplaceInput | Works in the same way. Special handlers like onviewactivated were removed and more convinient and standard onchange added. Controls redefinition using facets - not implemented. |
inplaceSelect | inplaceSelect | the same as for inplaceInput. |
inputNumberSlider | inputNumberSlider | Not changed. |
inputNumberSpinner | inputNumberSpinner | Not changed. |
suggestionBox | autocomplete | Unified version of suggestionBox and comboBox from 3.3.x. Could works in 4 different modes:
Uses valueBinding to suggestions(autocompleteList attribute) or method binding(autocompleteMethod attribute) to service method which should returns them.
Component is UIInput, so objectSelection is not implemented and most possible not going to be there. See select component. |
- | select | New component which is UISelectOne based but allows dyrect typing as for autocomplete(prev suggestionBox). Designed for those who needs label/value selection from 3.3.x combobox.
Planned to be added with:
|
Comments