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 |
|---|---|---|
| column | column | not changed in general. But check dataTable notes! |
| columnGroup | columnGroup | not changed |
| columns | not implemented for Final | n/a |
| dataOrderingList | list | list component unify all three list components from 3.3.x and added with type attribute to define which kind of list to be rendered. |
| dataDefinitionList | merged with list | |
| dataList | merged with list | |
| dataGrid | dataGrid | not changed |
| dataFilterSlider | not implemented for Final | n/a |
| datascroller | dataScroller | Name changed. |
| dataTable | dataTable | Sorting and Filtering API's and attributes changed. Built-in not implemented. Modifiable model changed to Arrangeable. see reference guide for details. |
| subTable | not implemented for Final | n/a. But that lightweight variant should be discussed and implemented in future. |
| collapsibleSubTable/collasibleSubTableToggler | new more complex variant of subTable which allows to expand collapse by using toggler component. | |
| extendedDataTable | extendedDataTable | merged with extendedDataTable. So that new table has next features:
And currently not implemented:
|
| scrollableDataTable | merged with extendedDataTable | n/a |
| a4j:repeat | a4j:repeat | just repeated there. descrined at [core component page| link] |
Comments