ListStateExtensions<T extends BlocxBaseEntity> extension
- on
Properties
- hasSelection → bool
-
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extensionno setter - isBusy → bool
-
Available on BlocxCollectionState<
Useful for quick guards in UIT> , provided by the ListStateExtensions extensionno setter - selectedCount → int
-
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extensionno setter -
selectedItems
→ List<
T> -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extensionno setter
Methods
-
firstSelectedItemOrNull(
) → T? -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
indexOfId(
String id) → int -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isBeingRemoved(
T item) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isBeingRemovedId(
String id) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isBeingSelected(
T item) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isBeingSelectedId(
String id) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isExpanded(
T item) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isHighlighted(
T item) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isHighlightedId(
String id) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isSelected(
T item) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension -
isSelectedId(
String id) → bool -
Available on BlocxCollectionState<
T> , provided by the ListStateExtensions extension