Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
A new component that provides an editing interface for a table model.
We need to define a table model (Should be the same model we use for the tree
table)
that defines the following.
- Column Names
- column count
- row count
- cell value
- Column Editors
- Text / Text Area / Select menu / check box
- Column Renderers
- Date Format - Number Format
- Data Changed Event
- Data paging Support
- Row Selected Event
- Cell Selected Event
Users would create this model and then plug it into a editable table component.
The component should only need the model for rendering so that
<ice:editTable model="#{bean.model}"/> would give a rich out of the box
experience.
Other: Support column sorting
We need to define a table model (Should be the same model we use for the tree
table)
that defines the following.
- Column Names
- column count
- row count
- cell value
- Column Editors
- Text / Text Area / Select menu / check box
- Column Renderers
- Date Format - Number Format
- Data Changed Event
- Data paging Support
- Row Selected Event
- Cell Selected Event
Users would create this model and then plug it into a editable table component.
The component should only need the model for rendering so that
<ice:editTable model="#{bean.model}"/> would give a rich out of the box
experience.
Other: Support column sorting
Issue Links
- depends on
-
ICE-2379 New Rich Data Grid component
- Closed
Activity
Rob Mayhew
created issue -
Icefaces Administrator
made changes -
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 716 | 11976 |
Ken Fyten
made changes -
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | 1.0 [ 10024 ] |
Ken Fyten
made changes -
Priority | Minor [ 4 ] | Major [ 3 ] |
Ken Fyten
made changes -
Fix Version/s | 2.0 [ 10032 ] |
Ken Fyten
made changes -
Assignee | Rob Mayhew [ rob.mayhew ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Duplicate [ 3 ] |
Created an attachment (id=70)
Example HTML