jakartaee / faces

Jakarta Faces
Other
101 stars 54 forks source link

Provide a component for iterating over hierarchical data #965

Open eclipse-faces-bot opened 13 years ago

eclipse-faces-bot commented 13 years ago

With the integration of Facelets into JSF 2.0 a component for iterating over list data (UIRepeat) that does not render any markup itself was introduced in the spec. This is very useful for creating "table" like composite components that render custom markup. A similar component for rendering hierarchical data does not exist. There should be a general component(s) for iterating tree structures e.g. "UITreeData", that does not render any output itself but allows rendering of hierarchical HTML tree structures like

eclipse-faces-bot commented 5 years ago
eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented Reported by werlitz

eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented kito75 said: I would argue that any such component should render as a simple tree (with basic features like expanding/collapsing nodes, images for folders and leaves, etc.) by default, like UIData does. I would also expect a standard TreeModel.

eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented werlitz said: Well the idea is not to implement a complex tree component, but allow rendering of hierachical markup like

eclipse-faces-bot commented 10 years ago

@glassfishrobot Commented @edburns said: Set priority to baseline ahead of JSF 2.3 triage. Priorities will be assigned accurately after this exercise.

eclipse-faces-bot commented 10 years ago

@glassfishrobot Commented @manfredriem said: Setting priority to Minor

eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented Parent-Task: JAVASERVERFACES_SPEC_PUBLIC-935

eclipse-faces-bot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-965