Class ScriptPagingNodes

    • Constructor Detail

      • ScriptPagingNodes

        public ScriptPagingNodes​(org.mozilla.javascript.Scriptable results,
                                 Boolean hasMoreItems,
                                 int totalResultCountLower,
                                 int totalResultCountUpper)
    • Method Detail

      • getPage

        public org.mozilla.javascript.Scriptable getPage()
      • hasMoreItems

        public Boolean hasMoreItems()
      • getTotalResultCountLower

        public int getTotalResultCountLower()
      • getTotalResultCountUpper

        public int getTotalResultCountUpper()