Chooser([items]) -> new Chooser component.
Iterates through a finite list of items. Step by sending "NEXT", "PREV", "FIRST" or "LAST" messages to its "inbox" inbox.
Keyword arguments: - items -- list of items to be chosen from, must be type 'list' (default=[])
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |