Parent Class: GenericElement
This class has the logic of a text spinbox, it can contain an infinite number of entries, but show only one at a time.
Class Properties
- mEntries: This is an array of Text that contains all the entries of the spinbox.
- mDefaultEntryID: This integer stores the default entry ID of the spinbox.
- mCurrentEntryID: This integer stores the current entry ID of the spinbox.
- mCircularSpinbox: If true specify that the behaviour the next (or previous) entry to show when the last (or first) is reached, it will be the opposite entry. For example if the last entry of the list is selected, then the next one will be the first (same thing when the first entry is selected, its previous is the last one).