Constructor and Description |
---|
CheckboxGroupListDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
CheckboxGroup<T> checkboxGroup,
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.
|
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.
|
Constructor and Description |
---|
ComboBoxListDataView(DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of ComboBox in-memory data view and verifies the
passed data provider is compatible with this data view implementation.
|
Constructor and Description |
---|
GridListDataView(DataCommunicator<T> dataCommunicator,
Grid<T> grid,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of Grid in-memory data view and verifies the
passed data provider is compatible with this data view implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItemUpdater<T,V>
Callback that is called when a new value has been entered to an editor.
|
Constructor and Description |
---|
ListBoxListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier,
ListBoxBase listBox,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for ListBox and verifies the passed
data provider is compatible with this data view implementation.
|
Constructor and Description |
---|
RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier,
RadioButtonGroup radioButtonGroup,
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.
|
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.
|
Constructor and Description |
---|
SelectListDataView(SerializableSupplier<DataProvider<T,?>> dataProviderSupplier,
Select<T> select,
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.
|
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 |
---|---|
PropertyConfiguration<C,P> |
PropertyConfiguration.onChange(SerializableBiConsumer<C,P> onChangeHandler)
Sets a Property change handler.
|
Constructor and Description |
---|
AbstractListDataView(SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier,
Component component,
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of
AbstractListDataView subclass and
verifies the passed data provider is compatible with this data view
implementation. |
Constructor and Description |
---|
ComponentRenderer(SerializableSupplier<COMPONENT> componentSupplier,
SerializableBiConsumer<COMPONENT,SOURCE> itemConsumer)
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component instances, and the itemConsumer to set the
related items. |
Modifier and Type | Method and Description |
---|---|
ReturnChannelRegistration |
ReturnChannelMap.registerChannel(SerializableBiConsumer<elemental.json.JsonArray,ReturnChannelRegistration> handler)
Registers a new channel based on a callback that receives the provided
arguments and the channel registration when a message is passed to the
channel.
|
Modifier and Type | Method and Description |
---|---|
SerializableBiConsumer<C,Serializable> |
PropertyConfigurationImpl.getOnChangeHandler()
Retrieves the
onChangeHandler tied to this property, if one
exists. |
Modifier and Type | Method and Description |
---|---|
PropertyConfiguration<C,P> |
PropertyConfigurationImpl.onChange(SerializableBiConsumer<C,P> onChangeHandler) |
Copyright © 2021. All rights reserved.