Class RepeaterField.RepeaterEntry

    • Method Detail

      • setPosition

        public void setPosition​(int position)
        Set the new position.
        Parameters:
        position - the new position.
      • getPosition

        public int getPosition()
        Retrieves the new position.
        Returns:
        the new position.
      • setPreviousPosition

        public void setPreviousPosition​(int position)
        Set the previous position.
        Parameters:
        position - the previous position.
      • getPreviousPosition

        public int getPreviousPosition()
        Retrieves the previous position.
        Returns:
        the previous position or -1 if this is a new entry.