ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-310

Allow the richDataGrid component to load with an empty list

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: EE-2.0.0, EE-1.8.2.GA_P03
    • Fix Version/s: EE-3.0.0.GA, EE-1.8.2.GA_P04
    • Component/s: Facelet Components
    • Labels:
      None
    • Environment:
      All

      Description

      Feature Request: It would be helpful if the RichDataGrid component could be created without having to send a list in. This would be helpful if the component is used to display search results. It might potentially return no results but this would still allow a user to create a new row. Currently a developer would need to send in an empty row, which may cause issues when linked to a database.

        Activity

        Hide
        Philip Breau added a comment -

        The user can use the following constructor for the RichDataGridBean that does not require a list:

        public RichDataGridBean(Class c, IRichDataColumn[] columns, RichDataBooleanRowProperty editableRowProperty, IEditableTableEventListener eventListener) ;

        Show
        Philip Breau added a comment - The user can use the following constructor for the RichDataGridBean that does not require a list: public RichDataGridBean(Class c, IRichDataColumn[] columns, RichDataBooleanRowProperty editableRowProperty, IEditableTableEventListener eventListener) ;

          People

          • Assignee:
            Philip Breau
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: