PresentedItem

An item bound to some data (and a View) within a Carousel that will be displayed. Presenters create these during Presenter.present to decide what is shown within a Carousel.

Properties

Link copied to clipboard
Link copied to clipboard
var cache: Any?

that stateless Presenters can be used to store data across invocations

Link copied to clipboard
Link copied to clipboard

used to clip the item

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicates that the item has been changed in some way that might require the Presenter to refresh any internal state.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var size: Size
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var x: Double
Link copied to clipboard
var y: Double
Link copied to clipboard
var zOrder: Int

Functions

Link copied to clipboard