Class ItemsModel


  • public class ItemsModel
    extends Object
    Models a three entry list of items and provides a simple means of navigating the list.
    Author:
    Mark Hadley, Gerard Davison (gerard.davison at oracle.com)
    • Method Detail

      • getInstance

        public static ItemsModel getInstance()
      • hasNext

        public boolean hasNext​(String currentId)
      • hasPrev

        public boolean hasPrev​(String currentId)
      • getSize

        public int getSize()