Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Our lazy layouts can display arbitrarily large datasets. Instead of loading them all eagerly (which would be extremely slow!), it maintains a window of loaded items.
Link copied to clipboard
Link copied to clipboard
class RedwoodLazyLayoutWidgetSystem<W : Any>(val RedwoodLazyLayout: RedwoodLazyLayoutWidgetFactory<W>) : WidgetSystem<W> , RedwoodLazyLayoutWidgetFactoryOwner<W>
Link copied to clipboard