Namespace TS.PageSlider
Classes
PageContainer
This class represents a container for a page in a paginated view. It handles assigning content to the container and manages the active state of the contained page.
PageDot
This class represents a single dot indicator used for navigation in a paginated view. It provides properties for its active state and index, and events for state changes and presses.
PageDotsIndicator
This class manages a collection of page dots used for navigation in a paginated view. It provides methods to add, clear, and change the active dot.
PageScroller
The PageScroller class manages scrolling within a PageSlider component. It handles user interaction for swiping between pages and snapping to the closest page on release.
PageSlider
The PageSlider class manages a collection of pages within a PageScroller component. It provides functionality for adding, removing, and keeping track of pages, as well as handling page change events.
PageView
This class represents a view or page within a paginated view system. It provides events to signal changes in the active state of the page.