Chooser([items]) -> new Chooser component.
Iterates through an iterable set of items. Step by sending "NEXT" messages to its "inbox" inbox.
Keyword arguments: - items -- iterable source of items to be chosen from (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. |