Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-28671

[GSS](7.4.z) - HAL-1797 - Make item display asynchronous

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 8.0 Update 3.1
    • Management
    • None
    • False
    • None
    • False

      The items in the finder are already fetched asynchronously using the interface 

      public interface ItemsProvider<T> {
          Promise<List<T>> items(FinderContext context);
      }
      

      The returned list is then passed to the interface 

      public interface ItemRenderer<T> {
          ItemDisplay<T> render(T item);
      }
      

      which needs to return an implementation of ItemDisplay<T> to finally render the item. 

      Instead of returning a list of items in one go, the finder API should be able to render the items one at a time as they are returned by the backend. 

              jboss-set_jira JBoss SET
              rhn-support-aogburn Aaron Ogburn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: