| Modifier and Type | Method and Description |
|---|---|
void |
CheckboxGroupListDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
void |
CheckboxGroupDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
| Constructor and Description |
|---|
CheckboxGroupDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
CheckboxGroup<T> checkboxGroup,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback)
Constructs a new DataView.
|
CheckboxGroupListDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
CheckboxGroup<T> checkboxGroup,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for Checkbox Group and verifies the
passed data provider is compatible with this data view implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComboBoxListDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
void |
ComboBoxDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridListDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
void |
GridDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
RadioButtonGroupListDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
void |
RadioButtonGroupDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
| Constructor and Description |
|---|
RadioButtonGroupDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier,
RadioButtonGroup radioButtonGroup,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback)
Constructs a new DataView.
|
RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier,
RadioButtonGroup radioButtonGroup,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for RadioButtonGroup and verifies the
passed data provider is compatible with this data view implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectListDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
void |
SelectDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
| Constructor and Description |
|---|
SelectDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
Select<T> select,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback)
Constructs a new DataView.
|
SelectListDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
Select<T> select,
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for Select and verifies the passed data
provider is compatible with this data view implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected IdentifierProvider<T> |
AbstractDataView.getIdentifierProvider() |
static <T> IdentifierProvider<T> |
IdentifierProvider.identity()
Returns an identifier provider that always returns its input argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider)
Sets an identifier provider, which returns an identifier for the given
item.
|
void |
AbstractDataView.setIdentifierProvider(IdentifierProvider<T> identifierProvider) |
Copyright © 2021. All rights reserved.