Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8103193

VirtualFlow - Change "getIndex()" by a protected method

    XMLWordPrintable

Details

    Description

      If we need to modify a bit the VirtualFlow, it could be useful to override the "getIndex()" method called over the program on cells.

      Maybe create a :
      protected int getCellIndex(T cell){
      return cell.getIndex();
      }

      that will be called instead.

      Attachments

        Issue Links

          Activity

            People

              jgiles Jonathan Giles
              shadzic Samir Hadzic
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported: