Package-level declarations
Types
A List component that renders a potentially mutable list of items of type T using a ListBehavior. Items are obtained via the model and selection is managed via the optional selectionModel. Large ("infinite") lists are supported efficiently, since List recycles the Views generated to render its rows.
DynamicList that is intended to display contents horizontally with a configurable number of rows.
List that is intended to display contents horizontally with a configurable number of rows.
MutableList that is intended to display contents horizontally with a configurable number of rows.
A visual component that renders an immutable list of items of type T using a ListBehavior. Items are obtained via the model and selection is managed via the optional selectionModel. Large ("infinite") lists are supported efficiently, since List recycles the Views generated to render its items.
Manages editing for a MutableList.
A DynamicList component that renders a mutable list of items of type T using a ListBehavior. Items are obtained via the model and selection is managed via the optional selectionModel. Large ("infinite") lists are supported efficiently, since List recycles the Views generated to render its items.
DynamicList that is intended to display contents vertically with a configurable number of columns.
List that is intended to display contents vertically with a configurable number of columns.
MutableList that is intended to display contents vertically with a configurable number of columns.
Functions
Creates an ItemGenerator from the given lambda.
Creates a ListEditor that calls block to perform its edit operation.