Package 

Class DrawingPlanIterator

    • Method Summary

      Modifier and Type Method Description
      static DrawingPlanIterator instantiate()
      String getJsBase()
      void advance() Advances the iterator to the next item.
      void get(String fieldName) Gets the value from the current row by the field name.
      void getIndex() Returns the index of the item to which iterator points to.
      void getRowsCount() Returns the number of rows in the view.
      void meta(String name) Gets the metadata value by the field name.
      DrawingPlanIterator meta(String name, String value) Sets metadata value by the field name.
      DrawingPlanIterator reset() Resets the data iterator to its zero state (before the first item of the view).
      void select(Number index) Sets a passed index as the current index and returns it in case of success.
      • Methods inherited from class com.anychart.data.Iterator

        instantiate, meta, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait