Carousel(componentFactory,[make1stRequest]) -> new Carousel component
Create a Carousel component that makes child components one at a time (in carousel fashion) using the supplied factory function.
Keyword arguments: componentFactory -- function that takes a single argument and returns a component make1stRequest -- if True, Carousel will send an initial "NEXT" request. (default=False)
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. |