Interface ModifiableRepeaterEntry

    • Method Detail

      • setPosition

        void setPosition​(int position)
                  throws IllegalArgumentException
        Sets the position of the entry in the repeater. The position starts at index 1. The position can be an integer between 1 and the repeater size to move an entry from the beginning Or the position can an integer between 0 and - the repeater size to move an entry from the end (0 means at the end, -1 means before the last one and so on)
        Parameters:
        position - The new position of the entry
        Throws:
        IllegalArgumentException - if the position is not between the negative and positive repeater size