- AbstractInitializer - Class in com.holonplatform.vaadin.flow.spring.boot.internal
-
Abstract beans initializer.
- AbstractInitializer() - Constructor for class com.holonplatform.vaadin.flow.spring.boot.internal.AbstractInitializer
-
- AbstractNavigationURLBuilder<B extends NavigationURLBuilder<B>> - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- AbstractNavigationURLBuilder(String) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.AbstractNavigationURLBuilder
-
Constructor.
- adapt(Validator<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Adapt given Validator to be used as a Validator.
- adapt(Validator<T>, Input<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Adapt given Validator to be used as a Validator.
- adapt(Validator<T>, Component) - Static method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Adapt given Validator to be used as a Validator.
- adapt(Validator<T>, Supplier<ValueContext>) - Static method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Adapt given Validator to be used as a Validator.
- adapt(Validator<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Adapt given Validator to be used as a Validator.
- adapt(Class<T>, Function<T, C>) - Static method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
- adapt(Class<T>, C, BiConsumer<C, T>) - Static method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
- adapt(DataProvider<T, F>) - Static method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
- add() - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Add the menu item to the context menu.
- add(Component...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasComponentsConfigurator
-
Adds the given components as children of this component.
- add(HasComponent...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasComponentsConfigurator
-
Adds the components of each
HasComponent as children of this component.
- add() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator.IconConfigurator
-
Add the configured icon to the component.
- add() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnBuilder
-
Add the column to the listing.
- add() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingContextMenuBuilder
-
Add the context menu to the item listing.
- add() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Add the configured shortcut listener to the component.
- addAdditionalItem(T) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Add an additional item to the listing.
- addAdditionalItem(T) - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Add an additional item to the data provider.
- addAndAlign(Component, FlexComponent.Alignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Adds a component to the layout using given alignment.
- addAndAlign(HasComponent, FlexComponent.Alignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Adds a component to the layout using given alignment.
- addAndExpand(Component, double) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Adds the given component as child of this component and set the flex grow property for the component.
- addAndExpand(HasComponent, double) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Adds the component of given
HasComponent as child of this component and set the flex grow property for
the component.
- addInvalidChangeListener(InvalidChangeEventListener) - Method in interface com.holonplatform.vaadin.flow.components.events.InvalidChangeEventNotifier
-
Add an invalid change event listener.
- addItem(T) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDataProviderConfigurator
-
Add given item to the item set which acts as in-memory items data source.
- addItem(ITEM) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemsConfigurator
-
Add given item to the item set which acts as in-memory items data source.
- additionalItemsProvider(AdditionalItemsProvider<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator.DatastoreDataProviderSelectConfigurator
-
Configure an additional items provider.
- AdditionalItemsProvider<T> - Interface in com.holonplatform.vaadin.flow.data
-
Additional items provider.
- additionalItemsProvider(AdditionalItemsProvider<T>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Set the additional items provider.
- addNavigationChangeListener(NavigationChangeListener) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
- addNavigationChangeListener(NavigationChangeListener) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
- addQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Add a QueryConfigurationProvider.
- addReadonlyChangeListener(ReadonlyChangeListener) - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Adds a read-only change listener, called when the read-only state changes.
- addSelectionListener(Selectable.SelectionListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
- addValidator(Validator<T>) - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
Adds a Validator to validate the input value.
- addValueChangeListener(ValueHolder.ValueChangeListener<V, E>) - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Adds a value change listener, called when the value changes.
- afterNavigation(AfterNavigationEvent) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation4.View
-
- afterNavigation1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation11.View
-
- afterNavigation2(AfterNavigationEvent) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation11.View
-
- align(Component, FlexComponent.Alignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Set the alignment for an individual component inside the layout.
- align(HasComponent, FlexComponent.Alignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Set the alignment for an individual component inside the layout.
- alignItems(FlexComponent.Alignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Sets the default alignment to be used by all components without individual alignments inside the layout.
- alignment(P, ItemListingConfigurator.ColumnAlignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the text alignment for the column which corresponds to given property.
- alignment(ItemListingConfigurator.ColumnAlignment) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.BaseItemListingColumnConfigurator
-
Sets the column text alignment.
- alignSelf(FlexComponent.Alignment, HasElement...) - Method in interface com.holonplatform.vaadin.flow.components.builders.FlexComponentConfigurator
-
Sets an alignment for individual element container inside the layout.
- allowBrowserDefault() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Allows the default keyboard event handling when the shortcut is invoked.
- allowCustomValue(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
Set whether custom values are allowed.
- allowEventPropagation() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Allow the event to propagate upwards in the DOM tree, when the shortcut is invoked.
- allowNegative(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Sets whether to allow negative numbers.
- appendRow() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.EditableItemListingSection
-
Adds a new row at the bottom of the section.
- as(Class<A>) - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Get this
Input component as the given object
type, if
available.
- asc(PROPERTY) - Static method in interface com.holonplatform.vaadin.flow.data.ItemSort
-
Create an ascending
ItemSort using given property.
- asHasValue() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Get this
Input as an
HasValue component.
- asLocation() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator.DefaultNavigationBuilder
-
- asLocation() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator.NavigationBuilder
-
Get the navigation location as a Location, including the navigation path and any declared query
parameter.
- asLocationURL() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator.NavigationBuilder
-
Get the navigation location as the URL part which includes the navigation path and any declared query
parameter.
- asPropertySet(Iterable<P>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Convert given properties into a PropertySet.
- asPropertySet(Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Convert given properties into a PropertySet.
- autocapitalize(Autocapitalize) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasAutocapitalizeConfigurator
-
Sets the Autocapitalize attribute for indicating whether the value of this component can be automatically
completed by the browser.
- autocomplete(Autocomplete) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasAutocompleteConfigurator
-
Sets the Autocomplete attribute for indicating whether the value of this component can be automatically
completed by the browser.
- autocorrect(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasAutocorrectConfigurator
-
Enable or disable autocorrect for the field.
- autofocus() - Method in interface com.holonplatform.vaadin.flow.components.builders.ButtonConfigurator
-
Set the button to be input focused when the page loads.
- autofocus(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasAutofocusConfigurator
-
Specify that this control should have input focus when the page loads.
- autoselect(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Set whether to automatically select the input value when the input component gains focus.
- autoselect() - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Automatically select the input value when the input component gains focus.
- autoselect(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.TextInputConfigurator
-
Set whether to automatically select the input value when the input component gains focus.
- autoselect() - Method in interface com.holonplatform.vaadin.flow.components.builders.TextInputConfigurator
-
Automatically select the input value when the input component gains focus.
- autoWidth(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Enables or disables automatic width for the column which corresponds to given
property.
- autoWidth(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Enables automatic width for the column which corresponds to given property.
- autoWidth(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.BaseItemListingColumnConfigurator
-
Enables or disables automatic width for the column.
- autoWidth() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.BaseItemListingColumnConfigurator
-
Enables automatic width for the column.
- calendar(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable message to use for the word calendar.
- calendar(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the message to use for the word calendar.
- calendar(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the localizable message to use for the word week.
- cancel(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable message to use for the word cancel.
- cancel(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the message to use for the word cancel.
- cancel(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the localizable message to use for the word cancel.
- cancelEditing() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
- checkable(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Set whether the menu item is checkable.
- checkable() - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Set the menu as checkable.
- checked(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Set whether a checkable menu item is checked.
- clear(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable message to use for the word clear.
- clear(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the message to use for the word clear.
- clear(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the localizable message to use for the word clear.
- clear() - Method in interface com.holonplatform.vaadin.flow.components.PropertyViewGroup
-
- clear() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Clears this value holder.
- clearButtonVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator
-
Set whether to show a clear button which can be used to clear the input value.
- clearButtonVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
Set whether to show a clear button which can be used to clear the input value.
- clearButtonVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Set whether to show a clear button which can be used to clear the input value.
- clearButtonVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.TextInputConfigurator
-
Set whether to show a clear button which can be used to clear the input value.
- ClickEvent<S> - Interface in com.holonplatform.vaadin.flow.components.events
-
Event fired when a component is clicked.
- ClickEventListener<S,E extends ClickEvent<S>> - Interface in com.holonplatform.vaadin.flow.components.events
-
A listener for click events.
- ClickNotifierConfigurator<S,E extends ClickEvent<S>,C extends ClickNotifierConfigurator<S,E,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- closeOnEsc(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator.ClosableDialogConfigurator
-
Sets whether the dialog can be closed by hitting the esc-key or not.
- closeOnOutsideClick(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator.ClosableDialogConfigurator
-
Sets whether this dialog can be closed by clicking outside of it or not.
- color(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator.IconConfigurator
-
Sets the fill color of the icon.
- ColumnReorderEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
Item listing column reorder event.
- columnReorderingAllowed(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets whether column reordering is allowed or not.
- ColumnReorderListener<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ColumnResizeEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
Item listing column resize event.
- ColumnResizeListener<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- columnsAutoWidth() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Enables automatic width for all the listing columns.
- com.holonplatform.vaadin.flow - package com.holonplatform.vaadin.flow
-
- com.holonplatform.vaadin.flow.components - package com.holonplatform.vaadin.flow.components
-
- com.holonplatform.vaadin.flow.components.builders - package com.holonplatform.vaadin.flow.components.builders
-
- com.holonplatform.vaadin.flow.components.converters - package com.holonplatform.vaadin.flow.components.converters
-
- com.holonplatform.vaadin.flow.components.events - package com.holonplatform.vaadin.flow.components.events
-
- com.holonplatform.vaadin.flow.components.support - package com.holonplatform.vaadin.flow.components.support
-
- com.holonplatform.vaadin.flow.data - package com.holonplatform.vaadin.flow.data
-
- com.holonplatform.vaadin.flow.device - package com.holonplatform.vaadin.flow.device
-
- com.holonplatform.vaadin.flow.examples - package com.holonplatform.vaadin.flow.examples
-
- com.holonplatform.vaadin.flow.i18n - package com.holonplatform.vaadin.flow.i18n
-
- com.holonplatform.vaadin.flow.internal - package com.holonplatform.vaadin.flow.internal
-
- com.holonplatform.vaadin.flow.navigator - package com.holonplatform.vaadin.flow.navigator
-
- com.holonplatform.vaadin.flow.navigator.annotations - package com.holonplatform.vaadin.flow.navigator.annotations
-
- com.holonplatform.vaadin.flow.navigator.exceptions - package com.holonplatform.vaadin.flow.navigator.exceptions
-
- com.holonplatform.vaadin.flow.navigator.internal - package com.holonplatform.vaadin.flow.navigator.internal
-
- com.holonplatform.vaadin.flow.spring - package com.holonplatform.vaadin.flow.spring
-
- com.holonplatform.vaadin.flow.spring.boot - package com.holonplatform.vaadin.flow.spring.boot
-
- com.holonplatform.vaadin.flow.spring.boot.internal - package com.holonplatform.vaadin.flow.spring.boot.internal
-
- com.holonplatform.vaadin.flow.spring.internal - package com.holonplatform.vaadin.flow.spring.internal
-
- component(Class<? extends T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.view
-
- component(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.view
-
- component(Function<T, String>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.view
-
- ComponentBuilder<C extends com.vaadin.flow.component.Component,B extends ComponentBuilder<C,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Base builder to create Components.
- ComponentConfigurator<C extends ComponentConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Interface to configure a Component.
- ComponentConfigurator.BaseComponentConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
Base component configurator.
- componentContainerComposer() - Static method in interface com.holonplatform.vaadin.flow.components.Composable
-
Create a
Composable.Composer which uses a
HasComponents component as composition layout and adds the group
elements components to the layout in the order they are returned from the group.
- ComponentGroup<C extends HasComponent> - Interface in com.holonplatform.vaadin.flow.components
-
- ComponentGroupConfigurator<P,T,E extends HasComponent,G extends BoundComponentGroup<P,E>,C extends ComponentGroupConfigurator<P,T,E,G,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Component group configurator.
- componentRenderer(P, Function<T, R>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Render the column which corresponds to given property as a Component,
using given function to provide the component for each listing item.
- Components - Interface in com.holonplatform.vaadin.flow.components
-
Main provider of UI components builders and configurators.
- Components.dialog - Interface in com.holonplatform.vaadin.flow.components
-
Dialog builders provider.
- Components.input - Interface in com.holonplatform.vaadin.flow.components
-
- Components.listing - Interface in com.holonplatform.vaadin.flow.components
-
- Components.view - Interface in com.holonplatform.vaadin.flow.components
-
- Composable - Interface in com.holonplatform.vaadin.flow.components
-
An object which supports a
Composable.Composer, which can be used to compose a set of elements on the content layout.
- Composable.Composer<C extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>> - Interface in com.holonplatform.vaadin.flow.components
-
Provides the elements composition strategy on the content layout.
- ComposableConfigurator<L extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>,C extends ComposableConfigurator<L,E,G,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- compose() - Method in interface com.holonplatform.vaadin.flow.components.Composable
-
- compose(C, G) - Method in interface com.holonplatform.vaadin.flow.components.Composable.Composer
-
Compose the components provided by given source group on the given content layout.
- composeOnAttach(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComposableConfigurator
-
Set whether to compose the group elements into the content layout when the content component is attached to a
parent component.
- composer(Composable.Composer<? super L, E, G>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComposableConfigurator
-
- CompositionNotifierConfigurator<C extends CompositionNotifierConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for CompositionNotifier type components.
- configurators() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- configure(Button) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ButtonConfigurator
-
- configure(FormLayout) - Static method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
- configure(L) - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelConfigurator
-
- configure(VerticalLayout) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ThemableFlexComponentConfigurator
-
- configure(HorizontalLayout) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ThemableFlexComponentConfigurator
-
- configure(L) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
- configure(Button) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
- configure(VerticalLayout) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
- configure(HorizontalLayout) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
- configure(FormLayout) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
- configureColumn(P, String, ItemListingConfigurator.ColumnConfigurator) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ColumnPostProcessor
-
Configure the column which corresponds to given property.
- confirm() - Static method in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder
-
Get a builder to create a message dialog with a OK button in the dialog toolbar which can be used to
close the dialog.
- confirm() - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Get a builder to create a message dialog with a OK button in the
dialog toolbar which can be used to close the dialog.
- confirmButtonConfigurator(Consumer<ButtonConfigurator.BaseButtonConfigurator>) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder.QuestionDialogBuilder
-
Provide a
Consumer to configure the default user
confirmation button.
- CONTEXT_KEY - Static variable in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Default Context resource key.
- contextMenu() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- contextMenu() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Gets a builder to create ContextMenus.
- ContextMenuBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
ContextMenu component builder.
- ContextMenuConfigurator<L extends EventListener,M extends com.vaadin.flow.component.contextmenu.ContextMenuBase<M,I,S>,I extends com.vaadin.flow.component.contextmenu.MenuItemBase<M,I,S>,S extends com.vaadin.flow.component.contextmenu.SubMenuBase<M,I,S>,C extends ContextMenuConfigurator<L,M,I,S,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
ContextMenu component configurator.
- ContextMenuConfigurator.MenuItemBuilder<L extends EventListener,M extends com.vaadin.flow.component.contextmenu.ContextMenuBase<M,I,S>,I extends com.vaadin.flow.component.contextmenu.MenuItemBase<M,I,S>,S extends com.vaadin.flow.component.contextmenu.SubMenuBase<M,I,S>,B extends ContextMenuConfigurator<L,M,I,S,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Context menu item configurator.
- create(P, C) - Static method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup.Binding
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.BooleanInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.ButtonBuilder
-
- create(Component) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.DateInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.DateTimeInputBuilder
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutBuilder
-
- create(HasEnabled) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasEnabledConfigurator
-
- create(C, Consumer<String>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasLabelConfigurator
-
- create(C, Consumer<String>, HasDeferrableLocalization) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasLabelConfigurator
-
- create(HasSize) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
- create(HasStyle) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasStyleConfigurator
-
- create(HasText) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasTextConfigurator
-
- create(HasText, HasDeferrableLocalization) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasTextConfigurator
-
- create(H) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasValueInputBuilder
-
- create(V, C) - Static method in interface com.holonplatform.vaadin.flow.components.builders.HasValueInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.HorizontalLayoutBuilder
-
- create(Input<V>, Converter<V, T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.InputConverterBuilder
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LocalDateInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LocalDateTimeInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LocalTimeInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.NativeButtonBuilder
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputBuilder
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsMultiSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsMultiSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsMultiSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsMultiSelectConfigurator
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.PasswordInputBuilder
-
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.StringAreaInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.StringInputBuilder
-
- create(Input<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputBuilder
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.builders.VerticalLayoutBuilder
-
- create(Class<T>, Function<T, C>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentAdapterBuilder
-
- create(Class<T>, C, BiConsumer<C, T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentAdapterBuilder
-
- create(Class<? extends T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentBuilder
-
- create(Function<T, String>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentBuilder
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentBuilder
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
- create(Class<T>, Locale) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
- create(Class<T>, String) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
- create(Class<T>, NumberFormat) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
- create() - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
- create(char) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
- create(Locale) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
- create(char, Locale) - Static method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
- create(Input<?>, boolean) - Static method in interface com.holonplatform.vaadin.flow.components.events.ReadonlyChangeEvent
-
- create(Component) - Static method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
- create(Supplier<String>, Consumer<String>) - Static method in interface com.holonplatform.vaadin.flow.components.HasLabel
-
Create a new
HasLabel using given callback functions to get and set the label text.
- create(Supplier<String>, Consumer<String>) - Static method in interface com.holonplatform.vaadin.flow.components.HasPlaceholder
-
Create a new
HasPlaceholder using given callback functions to get and set the placeholder text.
- create(Supplier<String>, Consumer<String>) - Static method in interface com.holonplatform.vaadin.flow.components.HasTitle
-
Create a new
HasTitle using given callback functions to get and set the title text.
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Create an
Input component using given
Property to detect the
Input value type and the Input configuration.
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Create an
Input to handle given value
type, if
available.
- create(Function<Property<? extends T>, Input<T>>) - Static method in interface com.holonplatform.vaadin.flow.components.Input.InputPropertyRenderer
-
- create(BiFunction<V, C, P>, TriConsumer<V, C, P>) - Static method in interface com.holonplatform.vaadin.flow.components.Input.PropertyHandler
-
Create a new
Input.PropertyHandler using given
getter to get
the property value and given
setter to set the property value
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
filterable SingleSelect, which
uses a
ComboBox as input component.
- create(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
filterable SingleSelect, which
uses a
ComboBox as input component.
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
Property model based
filterable
SingleSelect, which uses a
ComboBox as input component.
- create(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
Property model based
filterable
SingleSelect, which uses a
ComboBox as input component.
- create() - Static method in interface com.holonplatform.vaadin.flow.components.support.InputAdaptersContainer
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
- create(S, ValidationStatusHandler.Status, List<Localizable>) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- create(S, ValidationStatusHandler.Status, Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- create(ValueHolder<T, ?>, T, T, boolean) - Static method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
- create(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
- create(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
Create a
ViewComponent using given
Property for label and value presentation through the
Property.present(Object) method.
- create(Function<Property<? extends T>, ViewComponent<T>>) - Static method in interface com.holonplatform.vaadin.flow.components.ViewComponent.ViewComponentPropertyRenderer
-
- create(Datastore, DataTarget<?>, PropertySet<?>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Create a new
DatastoreDataProvider which uses
PropertyBox
items type and
QueryFilter type data provider filters.
- create(Datastore, DataTarget<?>, Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Create a new
DatastoreDataProvider which uses
PropertyBox
items type and
QueryFilter type data provider filters.
- create(Datastore, DataTarget<?>, PropertySet<?>, Function<F, QueryFilter>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
- create(Datastore, DataTarget<?>, Function<F, QueryFilter>, Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
- create(Datastore, DataTarget<?>, Class<T>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Create a new
DatastoreDataProvider which uses given
beanType as items type and
QueryFilter type data
provider filters.
- create(Datastore, DataTarget<?>, Class<T>, Function<F, QueryFilter>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
- create(Datastore, DataTarget<?>, PropertySet<?>, Function<PropertyBox, T>, Function<F, QueryFilter>) - Static method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
- create(Function<ITEM, T>, Function<T, Optional<ITEM>>) - Static method in interface com.holonplatform.vaadin.flow.data.ItemConverter
-
Create a new
ItemConverter using given functions to perform conversions.
- create(UI, UserAgentInspector) - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
- create(UI, VaadinRequest) - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
- create(String, String) - Static method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Build a UserAgentInspector instance using given header values
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Build a UserAgentInspector instance using a VaadinRequest
- create() - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationContextI18NProvider
-
- create(List<Locale>) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationContextI18NProvider
-
- create(LocalizationContext) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationContextI18NProvider
-
- create(LocalizationContext, List<Locale>) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationContextI18NProvider
-
- create(I18NProvider) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
- create(LocalizationContext) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
- create() - Static method in interface com.holonplatform.vaadin.flow.internal.VaadinLogger
-
- create(Map<String, List<String>>) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(Map<String, List<String>>, boolean) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(QueryParameters) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(QueryParameters, boolean) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(Location) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(Location, boolean) - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
- create(UI) - Static method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin.flow.VaadinHttpRequest
-
- createByType(Class<V>) - Static method in class com.holonplatform.vaadin.flow.internal.DefaultInputPropertyRenderer
-
Create an
Input to handle given value
type, if available.
- ctxmenu() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- CustomValueSetEvent<T> - Interface in com.holonplatform.vaadin.flow.components.events
-
- CustomValueSetListener<T> - Interface in com.holonplatform.vaadin.flow.components.events
-
- dataprovider1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider10() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider3() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider4() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider5() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider6() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider7() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider8() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataprovider9() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDatastore
-
- dataSource(Datastore, DataTarget<?>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target.
- dataSource(Datastore, DataTarget<?>, Function<String, QueryFilter>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator.PropertyFilterableSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, T>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, T>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler and
given DataTarget as query target.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, T>, Function<F, QueryFilter>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, T>, Function<F, QueryFilter>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<F, QueryFilter>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasBeanDatastoreFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler and
given DataTarget as query target.
- dataSource(DataProvider<T, ?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDataProviderConfigurator
-
Set the data provider which acts as items data source.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, ITEM>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<PropertyBox, ITEM>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Class<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler and
given DataTarget as query target.
- dataSource(DataProvider<T, FILTER>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source.
- dataSource(DataProvider<T, F>, SerializableFunction<FILTER, F>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasFilterableDataProviderConfigurator
-
Set the items data source using a DataProvider with a different filter type and providing the filter
conversion function.
- dataSource(DataProvider<ITEM, F>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemsDataSourceConfigurator
-
Set the items data provider.
- dataSource(Datastore, DataTarget<?>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPropertyBoxDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPropertyBoxDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<F, QueryFilter>, Iterable<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPropertyBoxDatastoreFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>, Function<F, QueryFilter>, Property<?>...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPropertyBoxDatastoreFilterableDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPropertySetDatastoreDataProviderConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target and given properties as query projection.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator.PropertyListMultiSelectInputConfigurator
-
Set the data provider which acts as items data source, using given
Datastore as backend data handler, given DataTarget as query
target.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator.PropertyListSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given
Datastore as backend data handler, given DataTarget as query
target.
- dataSource(ListDataProvider<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.MultiSelectableInputConfigurator
-
Set the items data provider using a ListDataProvider.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.OptionsMultiSelectConfigurator.PropertyOptionsMultiSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator.PropertyOptionsSingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target.
- dataSource(ListDataProvider<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectableInputConfigurator
-
Set the items data provider using a ListDataProvider.
- dataSource(Datastore, DataTarget<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator.PropertySingleSelectInputConfigurator
-
Set the data provider which acts as items data source, using given Datastore as backend data handler,
given DataTarget as query target.
- DatastoreDataProvider<T,F> - Interface in com.holonplatform.vaadin.flow.data
-
A DataProvider which uses a Datastore for fetching data from
a backend.
- DatastoreDataProvider.Builder<T,F> - Interface in com.holonplatform.vaadin.flow.data
-
- DatastoreDataProvider.PropertyBoxItemBuilder<F> - Interface in com.holonplatform.vaadin.flow.data
-
- DatastoreDataProviderConfigurator<ITEM,C extends DatastoreDataProviderConfigurator<ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- DatastoreDataProviderConfigurator.DatastoreDataProviderSelectConfigurator<ITEM,C extends DatastoreDataProviderConfigurator.DatastoreDataProviderSelectConfigurator<ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
DatastoreDataProviderConfigurator for select type input components.
- date() - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
- date() - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
- DateInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- DateInputConfigurator<C extends DateInputConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- dateTime() - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create
Date type
Inputs with time (hours
and minutes) support.
- dateTime() - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create
Date type
Inputs with time (hours
and minutes) support.
- DateTimeInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Date with time type
Input components builder.
- DateTimeInputConfigurator<C extends DateTimeInputConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Date with time type
Input components configurator.
- decodeParameter(String) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
- decodeParameters(Map<String, List<String>>) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
- decodeParameterValues(List<String>) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
- DEFAULT_CONFIRM_BUTTON_MESSAGE_CODE - Static variable in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder
-
Default confirm question dialog button message code.
- DEFAULT_DENY_BUTTON_MESSAGE_CODE - Static variable in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder
-
Default deny question dialog button message code.
- DEFAULT_MESSAGE - Static variable in exception com.holonplatform.vaadin.flow.navigator.exceptions.ForbiddenNavigationException
-
Default forbidden navigation error message
- DEFAULT_MESSAGE - Static variable in exception com.holonplatform.vaadin.flow.navigator.exceptions.UnauthorizedNavigationException
-
Default unauthorized navigation error message
- DEFAULT_MESSAGE_CODE - Static variable in exception com.holonplatform.vaadin.flow.navigator.exceptions.ForbiddenNavigationException
-
Default forbidden navigation error message localization code
- DEFAULT_MESSAGE_CODE - Static variable in exception com.holonplatform.vaadin.flow.navigator.exceptions.UnauthorizedNavigationException
-
Default unauthorized navigation error message localization code
- DEFAULT_NAVIGATION_FAILED_MESSAGE - Static variable in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Default navigation failed error message.
- DEFAULT_NAVIGATION_FAILED_MESSAGE_CODE - Static variable in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Default navigation failed error message localization code.
- DEFAULT_OK_BUTTON_MESSAGE_CODE - Static variable in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder
-
Default ok confirm dialog button message code.
- DefaultBuilder(Class<? extends Component>) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
Constructor with navigation target.
- DefaultBuilder(Class<? extends Component>, Router) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
Constructor with navigation target.
- DefaultBuilder(String) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
Constructor with path.
- DefaultInputPropertyRenderer<T> - Class in com.holonplatform.vaadin.flow.internal
-
Default
PropertyRenderer to create
Input type
Property representations.
- DefaultInputPropertyRenderer() - Constructor for class com.holonplatform.vaadin.flow.internal.DefaultInputPropertyRenderer
-
- DefaultNavigationBuilder(Navigator, String) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator.DefaultNavigationBuilder
-
Constructor.
- DefaultNavigationChangeEvent - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigationChangeEvent(Location, HasElement) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationChangeEvent
-
Constructor.
- DefaultNavigationLink - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigationLink() - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink
-
Constructor.
- DefaultNavigationLink.DefaultBuilder - Class in com.holonplatform.vaadin.flow.navigator.internal
-
Default Builder implementation.
- DefaultNavigationParameterMapper - Enum in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigationParameters - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigationParameters(Map<String, List<String>>, boolean) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
Constructor.
- DefaultNavigator - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigator() - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
Constructor using the current UI.
- DefaultNavigator(UI) - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
Constructor.
- DefaultNavigator.DefaultNavigationBuilder - Class in com.holonplatform.vaadin.flow.navigator.internal
-
Default NavigationBuilder implementation.
- DefaultNavigatorRegistry - Class in com.holonplatform.vaadin.flow.navigator.internal
-
- DefaultNavigatorRegistry() - Constructor for class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigatorRegistry
-
- DefaultVaadinHttpRequest - Class in com.holonplatform.vaadin.flow.internal
-
HttpRequest using Vaadin VaadinRequest.
- DefaultVaadinHttpRequest(VaadinRequest) - Constructor for class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
Constructor
- DefaultVaadinSessionScope - Class in com.holonplatform.vaadin.flow.internal
-
A ContextScope bound to current VaadinSession, looking up context resources using Vaadin Session
attributes.
- DefaultVaadinSessionScope() - Constructor for class com.holonplatform.vaadin.flow.internal.DefaultVaadinSessionScope
-
- DefaultValidatableInputPropertyRenderer<T> - Class in com.holonplatform.vaadin.flow.internal
-
- DefaultValidatableInputPropertyRenderer() - Constructor for class com.holonplatform.vaadin.flow.internal.DefaultValidatableInputPropertyRenderer
-
- defaultValue(String, Supplier<Object>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.BeanInputGroupConfigurator
-
Set the default value provider for given property.
- defaultValue(Property<V>, Supplier<V>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.PropertySetInputGroupConfigurator
-
Set the default value provider for given property.
- DefaultViewComponentPropertyRenderer<T> - Class in com.holonplatform.vaadin.flow.internal
-
Default
PropertyRenderer to create
ViewComponent type
Property representations.
- DefaultViewComponentPropertyRenderer() - Constructor for class com.holonplatform.vaadin.flow.internal.DefaultViewComponentPropertyRenderer
-
- deferLocalization() - Method in interface com.holonplatform.vaadin.flow.components.builders.DeferrableLocalizationConfigurator
-
Enable the deferred localization mode.
- DeferrableLocalizationConfigurator<C extends DeferrableLocalizationConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which support deferrable localization.
- delegated(ShortcutConfigurator<?>, P) - Static method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
- denialButtonConfigurator(Consumer<ButtonConfigurator.BaseButtonConfigurator>) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogBuilder.QuestionDialogBuilder
-
Provide a
Consumer to configure the default user
denial button.
- desc(PROPERTY) - Static method in interface com.holonplatform.vaadin.flow.data.ItemSort
-
Create an descending
ItemSort using given property.
- description(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasTitleConfigurator
-
Sets the description text using a Localizable message.
- description(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasTitleConfigurator
-
Sets the description text.
- description(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasTitleConfigurator
-
Sets the description using a localizable messageCode.
- deselect(Iterable<T>) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T...) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
- deselect(T) - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Deselects the given item.
- deselectAll() - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Deselects all currently selected items, if any.
- deselectAll() - Method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
- deserialize(String) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation8.MyTypeParameterMapper
-
- deserialize(Class<T>, List<String>) - Method in enum com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameterMapper
-
- deserialize(Class<T>, List<String>) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterMapper
-
Deserialize given parameter values.
- deserialize(Class<T>, String) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterMapper
-
Deserialize given parameter value.
- deserialize(String) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterTypeMapper
-
Deserialize given parameter value.
- DeviceInfo - Interface in com.holonplatform.vaadin.flow.device
-
- dialog() - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- dialog1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDialog
-
- dialog2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDialog
-
- dialog3() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDialog
-
- dialog4() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDialog
-
- dialog5() - Method in class com.holonplatform.vaadin.flow.examples.ExampleDialog
-
- DialogBuilder<B extends DialogBuilder<B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Dialog component builder.
- DialogBuilder.ConfirmDialogBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Confirm Dialog builder.
- DialogBuilder.MessageDialogBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Default message Dialog builder.
- DialogBuilder.QuestionDialogBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Question Dialog builder.
- DialogBuilder.QuestionDialogCallback - Interface in com.holonplatform.vaadin.flow.components.builders
-
Question dialog user answer callback.
- DialogConfigurator<C extends DialogConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Dialog component configurator.
- DialogConfigurator.ClosableDialogConfigurator<C extends DialogConfigurator.ClosableDialogConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- disabled() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasEnabledConfigurator
-
Set the component as not enabled.
- disableOnClick() - Method in interface com.holonplatform.vaadin.flow.components.builders.ButtonConfigurator
-
Automatically disables button when clicked, typically to prevent (accidental) extra clicks on a button.
- displayAfter(P, P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Configure the column represented by given property id to be
displayed after the column which corresponds to the id specified by the given
afterProperty.
- displayAfter(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Configure the column to be displayed after the column which corresponds to
the id specified by the given afterProperty.
- displayAsFirst(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Configure the column represented by given property to be
displayed before any other listing column by default.
- displayAsFirst() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Configure the column to be displayed before any other listing column.
- displayAsLast(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Configure the column represented by given property to be
displayed after any other listing column by default.
- displayAsLast() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Configure the column to be displayed after any other listing column by
default.
- displayBefore(P, P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Configure the column represented by given property id to be
displayed before the column which corresponds to the id specified by the
given beforeProperty.
- displayBefore(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Configure the column to be displayed before the column which corresponds to
the id specified by the given beforeProperty.
- div() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
Div tag.
- div() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
Div
tag.
- dragDataGenerator(String, Function<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets a generator function for customizing drag data.
- dragFilter(Predicate<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the drag filter for this drag source.
- dropFilter(Predicate<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the drop filter for this drag target.
- dropMode(GridDropMode) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the drop mode of this drop target.
- get(UI) - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
- get() - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
Get the
DeviceInfo for the current UI, if available.
- get(String, Class<T>) - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinSessionScope
-
- get() - Static method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterMapper
-
- get() - Static method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
- get() - Static method in interface com.holonplatform.vaadin.flow.VaadinSessionScope
-
Get the Vaadin Session scope from current context.
- getAcceptHeader() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Return the Accept header
- getAdapters() - Method in interface com.holonplatform.vaadin.flow.components.support.InputAdaptersContainer
-
Get the available adapters.
- getAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the current additional items, if any.
- getAdditionalItems(Datastore, DataTarget<?>, PropertySet<?>) - Method in interface com.holonplatform.vaadin.flow.data.AdditionalItemsProvider
-
Get the additional items.
- getAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Get the current additional items, if any.
- getAdditionalItemsCount(Datastore, DataTarget<?>, PropertySet<?>) - Method in interface com.holonplatform.vaadin.flow.data.AdditionalItemsProvider
-
Get the additional items count.
- getAdditionalItemsProvider() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the additional items provider, if any.
- getAllSelectedItems() - Method in interface com.holonplatform.vaadin.flow.components.Selectable.SelectionEvent
-
Gets all the currently selected items.
- getAs(Input<T>, Class<A>) - Method in interface com.holonplatform.vaadin.flow.components.support.InputAdaptersContainer
-
Get the input adapted to given type.
- getBindings() - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup
-
Get the available group element bindings.
- getBindings() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemEditorEvent
-
Get the available editor bindings, i.e.
- getBody() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getButton() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the id of the pressed mouse button.
- getCalendar() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable message for calendar.
- getCancel() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable message for the cancel button.
- getCell(P) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingRow
-
Get the cell on this row corresponding to the given property, if available.
- getCells() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingRow
-
Gets the cells that belong to this row as an unmodifiable list.
- getClear() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable message for the clear button.
- getClickCount() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the number of consecutive clicks recently recorded.
- getClientX() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the x coordinate of the click event, relative to the upper left corner of the browser viewport.
- getClientY() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the y coordinate of the click event, relative to the upper left corner of the browser viewport.
- getColumnHeader(P) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the header text of the column identified by given property id, if
available.
- getColumns() - Method in interface com.holonplatform.vaadin.flow.components.events.ColumnReorderEvent
-
Gets the new order of the listing columns.
- getColumnSorts() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the current column sorts, if any.
- getColumnWidth() - Method in interface com.holonplatform.vaadin.flow.components.events.ColumnResizeEvent
-
Get the new column width after the resize action.
- getComponent() - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup.Binding
-
Get the bound element Component.
- getComponent() - Method in interface com.holonplatform.vaadin.flow.components.events.GroupValueChangeEvent
-
Get the group component source of the value change event, if available.
- getComponent() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Get the UI Component which represents this object.
- getComponent() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink
-
- getComponents() - Method in interface com.holonplatform.vaadin.flow.components.ComponentGroup
-
Get the stream of the available group components.
- getContentComponent() - Method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
Get the component which acts as
ViewComponent content, if available.
- getContextPath() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getContextPath() - Method in interface com.holonplatform.vaadin.flow.VaadinHttpRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getCurrentLocale() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Get the current
Locale, if available.
- getCurrentLocale() - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the current
Locale, if available.
- getCustomValue() - Method in interface com.holonplatform.vaadin.flow.components.events.CustomValueSetEvent
-
Get the custom value.
- getDataProvider() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the DataProvider used by this item listing as data source.
- getDataTransferData(String) - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDropEvent
-
Get data from the DataTransfer object.
- getDataTransferData() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDropEvent
-
Get all of the transfer data from the DataTransfer object.
- getDataTransferText() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDropEvent
-
Get data of any of the types text, Text or text/plain.
- getDecimalSymbol() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get the decimal separator character, if available
- getDefault() - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- getDefault(ValidationStatusHandler<S>) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- getDefaultSort() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the default query sort, if available.
- getDraggedItems() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDragStartEvent
-
Get the dragged row items.
- getDropLocation() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDropEvent
-
Get the location of the drop within the row.
- getDropTargetItem() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDropEvent
-
Get the row the drop happened on.
- getEditor() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemEditorEvent
-
Get the item editor.
- getElement() - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup.Binding
-
Get the element of the group bound to the property.
- getElement(P) - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup
-
Get the group element bound to given property, if available.
- getElement() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupElementValidationStatusEvent
-
Get the group element source of the validation event.
- getElement() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
- getElements() - Method in interface com.holonplatform.vaadin.flow.components.ComponentGroup
-
Get the stream of the available group elements.
- getEmptyValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Returns the value that represents an empty value.
- getError() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- getErrorMessage() - Method in interface com.holonplatform.vaadin.flow.components.events.InvalidChangeEvent
-
Get the event source component error message, if available.
- getErrorMessage() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
Get the first localized error message.
- getErrorMessages() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- getErrors() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- getFilterConverter() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the function to use to convert the data provider filter type to a
QueryFilter type.
- getFirstDayOfWeek() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the first day of the week.
- getFirstRow() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingSection
-
Returns the first row of the section, if available.
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Get the first selected item.
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin.flow.components.Selectable.SelectionEvent
-
Get first selected data item, if any.
- getFirstSelectedItem() - Method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
- getFooter() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the item listing footer section rows handler, if available.
- getGroupError() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
- getGroupErrorMessage() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the first localized group error message.
- getGroupErrorMessages() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
- getGroupErrors() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
- getGroupingSymbol() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get the grouping separator character, if available
- getGroupStatus() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the group validation status, i.e.
- getHeader() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the item listing header section rows handler, if available.
- getHeaders() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getHref() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationLink
-
Gets the href (the URL) of this link.
- getInput(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Get the
Input bound to the given
property, if available.
- getInputGroup() - Method in interface com.holonplatform.vaadin.flow.components.events.GroupValueChangeEvent
-
Get the input group from which this value change event was originated.
- getInputsValidationStatus() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the group inputs validation status events.
- getItem() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemEvent
-
Gets the item.
- getItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.EditorComponentGroup
-
Get the current editor item.
- getItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemEditorEvent
-
Gets the item being edited.
- getItem(T) - Method in interface com.holonplatform.vaadin.flow.data.ItemConverter
-
Convert a value into an item instance, if available.
- getItemCaption(ITEM) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemSetConfigurator.ItemCaptionGenerator
-
Get the caption for given item.
- getItemIdentifier() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the item identifier function, if available.
- getItemListing() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingClickEvent
-
- getItemListing() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingItemEvent
-
- getLabel() - Method in interface com.holonplatform.vaadin.flow.components.HasLabel
-
Get the component label.
- getListing() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemEditorEvent
-
- getLocale() - Method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the current
Locale, if available.
- getLocalization(Locale, Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Get the message localization for given locale, using the
provided Localizable to obtain the message localization key
(Localizable.getMessageCode()) and the optional localization
arguments.
- getLocalization(Locale, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Get the message localization for given locale, using the
provided messageCode as message localization key and the
optional localization arguments.
- getLocalization(Locale, String, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Get the message localization for given locale, using the
provided messageCode as message localization key and the
optional localization arguments.
- getLocalization(Locale, Localizable) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided Localizable to obtain the
message localization key (Localizable.getMessageCode()) and the optional localization arguments.
- getLocalization(Locale, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided messageCode as
message localization key and the optional localization arguments.
- getLocalization(Locale, String, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided messageCode as
message localization key and the optional localization arguments.
- getLocation() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationChangeEvent
-
- getLocation() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationChangeListener.NavigationChangeEvent
-
Get the navigation location.
- getMaxDecimals() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get the maximum decimal digits allowed.
- getMessage(Locale, Localizable) - Method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided Localizable to obtain the
message localization key (Localizable.getMessageCode()) and the optional localization arguments.
- getMessage(Locale, String, Object...) - Method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided messageCode as
message localization key and the optional localization arguments.
- getMessage(Locale, String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.i18n.LocalizationProvider
-
Get the message localization for given locale, using the provided messageCode as
message localization key and the optional localization arguments.
- getMethod() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getMinDecimals() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get the minimum decimal digits to display.
- getMonthNames() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets Localizable messages for the name of the months.
- getMultiValueRequestParameter(String) - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getName() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinSessionScope
-
- getNavigationTarget() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationChangeEvent
-
- getNavigationTarget() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationChangeListener.NavigationChangeEvent
-
Get the navigation target instance.
- getNavigator(UI) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigatorRegistry
-
- getNavigator(UI) - Method in interface com.holonplatform.vaadin.flow.navigator.internal.NavigatorRegistry
-
Get the
Navigator bound to given UI, if available.
- getNavigatorCount() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigatorRegistry
-
Get the number of the registered navigators.
- getOldValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
Returns the value of the source before this value change event occurred.
- getOrCreateNavigator(UI, Function<UI, Navigator>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigatorRegistry
-
- getOrCreateNavigator(UI, Function<UI, Navigator>) - Method in interface com.holonplatform.vaadin.flow.navigator.internal.NavigatorRegistry
-
Get the
Navigator bound to given UI, creating it if not present.
- getOrder() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinSessionScope
-
- getParameterType() - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation8.MyTypeParameterMapper
-
- getParameterType() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterTypeMapper
-
Get the parameter value type to which this mapper is bound.
- getPlaceholder() - Method in interface com.holonplatform.vaadin.flow.components.HasPlaceholder
-
Get the placeholder text.
- getProperties() - Method in interface com.holonplatform.vaadin.flow.components.HasPropertySet
-
Gets the available properties.
- getProperty() - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup.Binding
-
Get the property which identifies the component within the group.
- getProperty() - Method in interface com.holonplatform.vaadin.flow.components.events.GroupValueChangeEvent
-
Get the property which identifies the value change event source within the input group, if available.
- getProperty() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupElementValidationStatusEvent
-
Get the property which identifies the element within the group.
- getProperty() - Method in interface com.holonplatform.vaadin.flow.data.ItemSort
-
Item property to sort
- getQueryConfigurationProviders() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the QueryConfigurationProviders.
- getQueryFilter() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the filter applied to queries, if any.
- getQueryParameters() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
- getQueryParameters(String) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
Get the given URI query part as a map of query parameter name and values.
- getQueryParameters() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
Get the URL query parameters, without any value deserialization.
- getQueryParameterValue(String, Class<T>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
- getQueryParameterValue(String, Class<T>, T) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
- getQueryParameterValue(String, Class<T>) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
Get the single value of the query parameter with the given name, deserializing it to the given value
type.
- getQueryParameterValue(String, Class<T>, T) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
Get the single value of the query parameter with the given name, deserializing it to the given value
type.
- getQueryParameterValues(String, Class<T>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
- getQueryParameterValues(String, Class<T>) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
Get the values of the query parameter with the given name, deserializing it to the given value
type.
- getQuerySortOrderConverter() - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Get the function to use to convert a QuerySortOrder declaration into
a QuerySort.
- getRenderType() - Method in interface com.holonplatform.vaadin.flow.components.Input.InputPropertyRenderer
-
- getRenderType() - Method in interface com.holonplatform.vaadin.flow.components.ViewComponent.ViewComponentPropertyRenderer
-
- getRenderType() - Method in class com.holonplatform.vaadin.flow.internal.DefaultInputPropertyRenderer
-
- getRenderType() - Method in class com.holonplatform.vaadin.flow.internal.DefaultValidatableInputPropertyRenderer
-
- getRenderType() - Method in class com.holonplatform.vaadin.flow.internal.DefaultViewComponentPropertyRenderer
-
- getRequestCookie(String) - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getRequestHost() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getRequestParameter(String) - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getRequestParameters() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getRequestPath() - Method in class com.holonplatform.vaadin.flow.internal.DefaultVaadinHttpRequest
-
- getResizedProperty() - Method in interface com.holonplatform.vaadin.flow.components.events.ColumnResizeEvent
-
Get the property which identifies the resized column.
- getRows() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingSection
-
Get all the section rows, in order from top to bottom.
- getScreenX() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the x coordinate of the click event, relative to the upper left corner of the screen.
- getScreenY() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Gets the y coordinate of the click event, relative to the upper left corner of the screen.
- getSelectedItem() - Method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Get the currently selected item.
- getSelectedItems() - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Get an immutable set of the currently selected items.
- getSelectedItems() - Method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
- getSelectionMode() - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
- getSelectionMode() - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Get the selection mode
- getSelectionMode() - Method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
- getSessionRegistry() - Static method in interface com.holonplatform.vaadin.flow.navigator.internal.NavigatorRegistry
-
- getSource() - Method in interface com.holonplatform.vaadin.flow.components.events.Event
-
Get object on which the event occurred.
- getSource() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the validation source.
- getSource() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
Ge the validation event source
- getSource() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
Get the source of this value change event.
- getStatus() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the overall validation status.
- getStatus() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
Get the validation status.
- getSymbol() - Method in enum com.holonplatform.vaadin.flow.components.support.Unit
-
Get the unit symbol.
- getTimeSeparator() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
Get the time separator character which corresponds to the converter configuration.
- getTitle() - Method in interface com.holonplatform.vaadin.flow.components.HasTitle
-
Get the component title.
- getToday() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable message for the today button.
- getUnitFromSymbol(String) - Static method in enum com.holonplatform.vaadin.flow.components.support.Unit
-
Get the
Unit which corresponds to given symbol, if available.
- getUrl(Class<? extends Component>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
- getUrl(Class<? extends C>, List<T>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
- getUrl(Class<? extends Component>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Get the registered URL for given navigation target class.
- getUrl(Class<? extends C>, T) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Get the registered URL for given navigation target class, including the given parameter in the url.
- getUrl(Class<? extends C>, T...) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Get the registered URL for given navigation target class, including the given parameters in the url.
- getUrl(Class<? extends C>, List<T>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Get the registered URL for given navigation target class, including the given parameters in the url.
- getUserAgentHeader() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Return the User-Agent header
- getValidationPattern() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get the regex validation pattern which corresponds to the converter configuration.
- getValidationPattern() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToTimeConverter
-
Get the regex validation pattern which corresponds to the converter configuration.
- getValidationStatusHandler() - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
- getValue(boolean) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Get the current property values collected into a PropertyBox, using the group configured properties as
property set.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Get the current property values collected into a PropertyBox, using the group configured properties as
property set.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.PropertyViewGroup
-
Get the current property values.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
Get the input value.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueComponent
-
Gets the current value of this value component.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Gets the current value of this value holder.
- getValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
Returns the new value that triggered this value change event.
- getValue(ITEM) - Method in interface com.holonplatform.vaadin.flow.data.ItemConverter
-
Convert an item instance into the required value type.
- getValue() - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation8.MyType
-
- getValueIfPresent() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Gets the value as an
Optional, which will be empty if the value holder is considered to be empty or the
value is
null.
- getValueIfValid() - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Get the current property values collected into a
PropertyBox, using the group configured properties as
property set, only if the property bound
Inputs and this
PropertyInputGroup are valid
- getValueIfValid() - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
Get the input value, if the input is not empty and the value is valid, i.e.
- getViewComponent(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.PropertyViewGroup
-
- getVisibleColumns() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Gets the listing visible columns, in the order thay are displayed.
- getWeek() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable message for week.
- getWeekdays() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable messages for the name of the week days.
- getWeekdaysShort() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalization
-
Gets the Localizable messages for the short names of the week days.
- getWindowHeight() - Method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
Get the browser window height.
- getWindowWidth() - Method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
Get the browser window width.
- groupValidationStatusHandler(GroupValidationStatusHandler<G, P, Input<?>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Set the
GroupValidationStatusHandler to use to track both the group element validation status changes and
the group value validation status changes.
- GroupValidationStatusHandler<S,P,E extends HasComponent> - Interface in com.holonplatform.vaadin.flow.components
-
Handler for validation status change events for a group of input fields.
- GroupValidationStatusHandler.GroupElementValidationStatusEvent<S,P,E extends HasComponent> - Interface in com.holonplatform.vaadin.flow.components
-
A group element validation status event.
- GroupValidationStatusHandler.GroupValidationStatusEvent<S,P,E extends HasComponent> - Interface in com.holonplatform.vaadin.flow.components
-
A group validation status event.
- GroupValueChangeEvent<V,P,C extends HasComponent,G extends BoundComponentGroup<P,C>> - Interface in com.holonplatform.vaadin.flow.components.events
-
- h1() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H1 tag.
- h1() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H1
tag.
- h2() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H2 tag.
- h2() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H2
tag.
- h3() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H3 tag.
- h3() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H3
tag.
- h4() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H4 tag.
- h4() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H4
tag.
- h5() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H5 tag.
- h5() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H5
tag.
- h6() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
H6 tag.
- h6() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
H6
tag.
- HasAutocapitalizeConfigurator<C extends HasAutocapitalizeConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasAutocapitalize type components.
- HasAutocompleteConfigurator<C extends HasAutocompleteConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasAutocomplete type components.
- HasAutocorrectConfigurator<C extends HasAutocorrectConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasAutocorrect type components.
- HasAutofocusConfigurator<C extends HasAutofocusConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which support autofocus.
- HasBeanDatastoreDataProviderConfigurator<T,D extends DatastoreDataProviderConfigurator<T,D>,C extends HasBeanDatastoreDataProviderConfigurator<T,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasBeanDatastoreFilterableDataProviderConfigurator<T,F,D extends DatastoreDataProviderConfigurator<T,D>,C extends HasBeanDatastoreFilterableDataProviderConfigurator<T,F,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasComponent - Interface in com.holonplatform.vaadin.flow.components
-
- hascomponent() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- hascomponent2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- HasComponentsConfigurator<C extends HasComponentsConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasComponents type components.
- HasDataProviderConfigurator<T,C extends HasDataProviderConfigurator<T,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
HasDataProvider components type configurator.
- HasDatastoreDataProviderConfigurator<ITEM,D extends DatastoreDataProviderConfigurator<ITEM,D>,C extends HasDatastoreDataProviderConfigurator<ITEM,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasDeferrableLocalization - Interface in com.holonplatform.vaadin.flow.components.builders
-
Represents components or builders with deferrable localization support.
- HasElementConfigurator<C extends HasElementConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasElement type components.
- hasEnabled() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Checks whether the Component may be enabled or disabled, using the HasEnabled interface.
- HasEnabledConfigurator<C extends HasEnabledConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasEnabled type components.
- HasEnabledConfigurator.BaseHasEnabledConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
- hasEnabledSupplier(Function<H, HasEnabled>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the HasEnabled supplier.
- HasFilterableDataProviderConfigurator<T,FILTER,C extends HasFilterableDataProviderConfigurator<T,FILTER,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
HasFilterableDataProvider components type configurator.
- HasHtmlTextConfigurator<C extends HasHtmlTextConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasText type components which can support HTML markup.
- HasIconConfigurator<C extends HasIconConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which supports an icon.
- HasIconConfigurator.IconConfigurator<C extends HasIconConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator to setup a component icon.
- hasInvalidChangeEventNotifier() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
- HasItemCaptionConfigurator<ITEM,C extends HasItemCaptionConfigurator<ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for component which support item captions.
- HasItemEnableConfigurator<ITEM,C extends HasItemEnableConfigurator<ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which support item enabled/disabled state.
- HasItemsConfigurator<ITEM,C extends HasItemsConfigurator<ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which supports a set of items.
- HasItemsDataSourceConfigurator<ITEM,F,C extends HasItemsDataSourceConfigurator<ITEM,F,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which supports a set of items and a items data source.
- hasLabel() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Checks whether this component supports a label, which text can be handled using the
HasLabel interface.
- HasLabel - Interface in com.holonplatform.vaadin.flow.components
-
Represents a component which supports a label.
- HasLabelConfigurator<C extends HasLabelConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for
HasLabel type components.
- HasLabelConfigurator.BaseHasLabelConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasPatternConfigurator<C extends HasPatternConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which supports an input pattern.
- HasPlaceholder - Interface in com.holonplatform.vaadin.flow.components
-
Represents a component which supports a placeholder text.
- hasPlaceholder() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Checks whether this component supports a placeholder, which text can be
handled using the
HasPlaceholder interface.
- HasPlaceholderConfigurator<C extends HasPlaceholderConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which support a placeholder.
- HasPrefixAndSuffixConfigurator<C extends HasPrefixAndSuffixConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasPrefixAndSuffix type components.
- hasProperty(P) - Method in interface com.holonplatform.vaadin.flow.components.HasPropertySet
-
Gets whether the property set contains the given property.
- HasPropertyBoxDatastoreDataProviderConfigurator<D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends HasPropertyBoxDatastoreDataProviderConfigurator<D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasPropertyBoxDatastoreFilterableDataProviderConfigurator<F,D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends HasPropertyBoxDatastoreFilterableDataProviderConfigurator<F,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasPropertySet<P> - Interface in com.holonplatform.vaadin.flow.components
-
Represents an object bound to a property set.
- HasPropertySetDatastoreDataProviderConfigurator<D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends HasPropertySetDatastoreDataProviderConfigurator<D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- hasQueryParameter(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameters
-
- hasQueryParameter(String) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameters
-
Checks whether the query parameter with the given name is available and has a value.
- hasSize() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Checks whether the Component supports size setting, using the HasSize interface.
- HasSizeConfigurator<C extends HasSizeConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasSize type components.
- HasSizeConfigurator.BaseHasSizeConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
- hasSizeSupplier(Function<H, HasSize>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the HasSize supplier.
- hasStyle() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Checks whether the Component supports css style classes, using the HasStyle interface.
- HasStyleConfigurator<C extends HasStyleConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasStyle type components.
- HasStyleConfigurator.BaseHasStyleConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
- hasStyleSupplier(Function<H, HasStyle>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the HasStyle supplier.
- HasTextConfigurator<C extends HasTextConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasText type components.
- HasTextConfigurator.BaseHasTextConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
- HasThemeVariantConfigurator<V extends Enum<V>,C extends HasThemeVariantConfigurator<V,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which support theme variants.
- HasTimeInputConfigurator<C extends HasTimeInputConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for input component which supports a date with time.
- HasTitle - Interface in com.holonplatform.vaadin.flow.components
-
Represents a component which supports a title, i.e.
- hasTitle() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Checks whether this component supports a title, which text can be handled
using the
HasTitle interface.
- hasTitle() - Method in interface com.holonplatform.vaadin.flow.components.ViewComponent
-
Checks whether this component supports a title, which text can be handled using the
HasTitle interface.
- HasTitleConfigurator<C extends HasTitleConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for components which supports a title.
- hasValidation() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Checks whether the Component supports input validation, using the HasValidation interface.
- hasValidationSupplier(Function<H, HasValidation>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the HasValidation supplier.
- hasValueChangeMode() - Method in interface com.holonplatform.vaadin.flow.components.ValueComponent
-
Checks whether the Component supports a value change mode, using the HasValueChangeMode
interface.
- HasValueChangeModeConfigurator<C extends HasValueChangeModeConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HasValueChangeMode type components.
- hasValueChangeModeSupplier(Function<H, HasValueChangeMode>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the HasValueChangeMode supplier.
- HasValueInputBuilder<T,H extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> - Interface in com.holonplatform.vaadin.flow.components.builders
-
A builder to create
Input components from a
HasValue component.
- header(P, Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the header text for the column which corresponds to given property.
- header(P, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the header text for the column which corresponds to given property.
- header(P, String, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the header text for the column which corresponds to given property.
- header(Consumer<ItemListingConfigurator.EditableItemListingSection<P>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- header(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the header text for the column.
- header(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the header text for the column.
- header(String, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the header text for the column.
- headerComponent(P, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the Component to use as header for the column which corresponds
to given property.
- headerComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the Component to use as header for the column.
- height(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Sets the height of the component.
- height(float, Unit) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Sets the height of the component, using a value and a size
Unit.
- height(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- heightByRows(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
If true, the listing's height is defined by the number of its
rows.
- heightUndefined() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Clears any defined height.
- hidden() - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
Set the component as not visible.
- hidden(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the column which corresponds to given property as hidden.
- hidden(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Set the given property as hidden.
- hidden(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyViewGroupConfigurator
-
Set the given property as hidden.
- hidePropertyCaption(Property<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyFormConfigurator
-
Hide the caption for the component bound to given property.
- hl() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Gets a builder to create HorizontalLayouts.
- horizontalLayout(Iterable<P>) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyInputForm
-
Get a builder to create a
PropertyInputForm using given property set and a
HorizontalLayout as
content layout.
- horizontalLayout(Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyInputForm
-
Get a builder to create a
PropertyInputForm using given property set and a
HorizontalLayout as
content layout.
- horizontalLayout(Iterable<P>) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyViewForm
-
Get a builder to create a
PropertyViewForm using given property set and a
HorizontalLayout as
content layout.
- horizontalLayout(Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyViewForm
-
Get a builder to create a
PropertyViewForm using given property set and a
HorizontalLayout as
content layout.
- HorizontalLayoutBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Builder to create HorizontalLayout components.
- html(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentBuilder
-
Sets whether the view component supports HTML type content.
- HtmlComponentConfigurator<C extends HtmlComponentConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for HtmlComponent components type.
- htmlText(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasHtmlTextConfigurator
-
Sets the text content using a Localizable message, with HTML markup support.
- htmlText(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasHtmlTextConfigurator
-
Sets the text content with HTML markup support, replacing any previous content.
- htmlText(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasHtmlTextConfigurator
-
Sets the text content with HTML markup support, using a localizable messageCode.
- i18nprovider1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleI18n
-
- i18nprovider2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleI18n
-
- icon(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
Set the component icon.
- icon(VaadinIcon) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
Set the component icon using a VaadinIcon.
- icon(String, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
Set the component icon using a IronIcon.
- iconAfterText(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ButtonConfigurator
-
Sets whether this button's icon should be positioned after it's text content or the other way around.
- iconConfigurator(Icon) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
- iconConfigurator(VaadinIcon) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
- iconConfigurator(IronIcon) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
- iconConfigurator(String, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator
-
- id(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
Sets the id of the root element of this component.
- id(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Sets the id of the root element of the menu item.
- id(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- identity() - Static method in interface com.holonplatform.vaadin.flow.data.ItemConverter
-
Create a new
ItemConverter for consistent item and value types, which do not perform any conversion.
- initializer(Consumer<L>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComposableConfigurator
-
Set a content initializer to setup the content component.
- initialPosition(D) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator
-
Set the date which should be visible when there is no value selected.
- Input<T> - Interface in com.holonplatform.vaadin.flow.components
-
Input component representation, i.e.
- Input.InputPropertyRenderer<T> - Interface in com.holonplatform.vaadin.flow.components
-
A convenience interface with a fixed
Input rendering type to use a
Input PropertyRenderer as a functional interface.
- Input.InputValueConversionException - Exception in com.holonplatform.vaadin.flow.components
-
Exception used to notify Input values conversion errors.
- Input.PropertyHandler<P,T,V extends com.vaadin.flow.component.HasValue<?,T>,C extends com.vaadin.flow.component.Component> - Interface in com.holonplatform.vaadin.flow.components
-
Input field/component property handler.
- input1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input10() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input11() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input12() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input13() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input14() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input15() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input16() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input17() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input18() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input19() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input19b() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input20() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input21() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input22() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input22b() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input23() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input24() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input25() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input26() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input27() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input28() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input29() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input3() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input30() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input31() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input32() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input33() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input34() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input35() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input36() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input37() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input38() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input4() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input5() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input6() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input7() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input8() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- input9() - Method in class com.holonplatform.vaadin.flow.examples.ExampleInput
-
- InputAdapterBuilder<T,V,H extends com.vaadin.flow.component.HasValue<?,V>,C extends com.vaadin.flow.component.Component,B extends InputAdapterBuilder<T,V,H,C,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Base builder to create
Input components from a
HasValue component.
- InputAdaptersContainer<T> - Interface in com.holonplatform.vaadin.flow.components.support
-
Input adapters container.
- InputBuilder<T,E extends ValueHolder.ValueChangeEvent<T>,C extends Input<T>,I extends ValidatableInput<T>,B extends InputBuilder<T,E,C,I,B,V>,V extends BaseValidatableInputBuilder<T,I,V>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Builder to create
Input instances.
- InputConfigurator<T,E extends ValueHolder.ValueChangeEvent<T>,C extends InputConfigurator<T,E,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Interface to configure an
Input.
- InputConfigurator.BaseInputConfigurator<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- InputConverterBuilder<T,V> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Input converter builder.
- InputGroupConfigurator<P,T,G extends BoundComponentGroup<P,Input<?>>,C extends InputGroupConfigurator<P,T,G,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Input group configurator.
- InputGroupConfigurator.BeanInputGroupConfigurator<T,G extends BoundComponentGroup<String,Input<?>>,C extends InputGroupConfigurator.BeanInputGroupConfigurator<T,G,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- InputGroupConfigurator.PropertySetInputGroupConfigurator<G extends BoundComponentGroup<com.holonplatform.core.property.Property<?>,Input<?>>,C extends InputGroupConfigurator.PropertySetInputGroupConfigurator<G,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- InputNotifierConfigurator<C extends InputNotifierConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for InputNotifier type components.
- InputValueConfigurator<T,E extends ValueHolder.ValueChangeEvent<T>,C extends InputValueConfigurator<T,E,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Interface to configure an
Input with value configuration support.
- InputValueConversionException(String) - Constructor for exception com.holonplatform.vaadin.flow.components.Input.InputValueConversionException
-
- InputValueConversionException(String, Throwable) - Constructor for exception com.holonplatform.vaadin.flow.components.Input.InputValueConversionException
-
- invalid(S, P, E, List<Localizable>) - Static method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupElementValidationStatusEvent
-
- invalid(S, P, E, Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupElementValidationStatusEvent
-
- invalid(S, List<Localizable>) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- invalid(S, Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- InvalidChangeEvent - Interface in com.holonplatform.vaadin.flow.components.events
-
Invalid status change event.
- InvalidChangeEventListener - Interface in com.holonplatform.vaadin.flow.components.events
-
- InvalidChangeEventNotifier - Interface in com.holonplatform.vaadin.flow.components.events
-
- invalidChangeEventNotifierSupplier(Function<H, InvalidChangeEventNotifier>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
- InvalidNavigationParameterException - Exception in com.holonplatform.vaadin.flow.navigator.exceptions
-
Exception to notify invalid navigation parameter values.
- InvalidNavigationParameterException() - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.InvalidNavigationParameterException
-
Constructor.
- InvalidNavigationParameterException(String) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.InvalidNavigationParameterException
-
Constructor with error message.
- InvalidNavigationParameterException(Throwable) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.InvalidNavigationParameterException
-
Constructor with nested exception.
- InvalidNavigationParameterException(String, Throwable) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.InvalidNavigationParameterException
-
Constructor with error message and nested exception.
- isAdditionalItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemEditorEvent
-
Gets whether the item is an additional item.
- isAllowNegatives() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get whether to allow negative numbers.
- isAltKey() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Checks whether the alt key was was down when the event was fired.
- isAndroid() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Android check
- isAndroidPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Android phone check
- isAndroidTablet() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Android tablet check
- isAnyInputInvalid() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Gets whether any of the group input is in an invalid status.
- isAscending() - Method in interface com.holonplatform.vaadin.flow.data.ItemSort
-
Sort direction
- isCtrlKey() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Checks whether the ctrl key was was down when the event was fired.
- isDeferredLocalizationEnabled() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDeferrableLocalization
-
Gets whether the localizable elements of the component (for the example the text or the title) should be
localized in deferred mode.
- isDeferredLocalizationEnabled() - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- isEditable() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Gets whether this listing is editable.
- isEditing() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Checks whether the listing is in edit mode.
- isEmpty() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Returns whether this value holder is considered to be empty, according to its current value.
- isEmptySupplier(Function<H, Boolean>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the is empty value supplier.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.ColumnReorderEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.ColumnResizeEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.CustomValueSetEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.InvalidChangeEvent
-
Get whether the event was originated from the client.
- isFromClient() - Method in interface com.holonplatform.vaadin.flow.components.events.ItemListingDnDEvent
-
Checks if this event originated from the client side.
- isFrozen() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get whether the listing is frozen.
- isFrozen() - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Get whether the data provider is frozen.
- isGameConsole() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Game console check
- isGroupInvalid() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Gets whether the group validation failed or not.
- isInvalid() - Method in interface com.holonplatform.vaadin.flow.components.events.InvalidChangeEvent
-
Get whether the event source component is not valid.
- isInvalid() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Gets whether the overall validation failed or not.
- isInvalid() - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
Gets whether the validation failed or not.
- isIOs() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
iOS check
- isIPad() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
iPad check
- isIPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
iPhone check
- isIPod() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
iPod check
- isItemDetailsVisible(T) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Gets whether the row details component for given item is
visible.
- isKindle() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Kindle check
- isMetaKey() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Checks whether the meta key was was down when the event was fired.
- isMobile() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Mobile device check
- isNintendo() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Nintendo check
- isPlaystation() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
PlayStation check
- isReadOnly() - Method in interface com.holonplatform.vaadin.flow.components.events.ReadonlyChangeEvent
-
Returns whether this input component is in read-only mode or not.
- isReadOnly() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Returns whether this input component is in read-only mode or not.
- isRequired() - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets whether the field is required, i.e.
- isSelected(T) - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Returns whether the given item is selected.
- isShiftKey() - Method in interface com.holonplatform.vaadin.flow.components.events.ClickEvent
-
Checks whether the shift key was was down when the event was fired.
- isSmartphone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Smartphone check
- isTablet() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Tablet check
- isUseGrouping() - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Get whether to use the grouping character.
- isUserOriginated() - Method in interface com.holonplatform.vaadin.flow.components.Selectable.SelectionEvent
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the
server side.
- isUserOriginated() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the
server side.
- isValid() - Method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Check if the current value is valid, swallowing any validation exception.
- isValidateOnValueChange() - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
Gets whether to validate the value, using registered
Validators, every time the
Input value
changes.
- isVisible() - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Gets the component visibility value.
- isWebKit() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
WebKit check
- isWindowsPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Windows phone check
- isXbox() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Deprecated.
Xbox check
- itemCaption(ITEM, Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemCaptionConfigurator
-
Set an explicit caption for given item.
- itemCaption(ITEM, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemCaptionConfigurator
-
Set an explicit caption for given item.
- itemCaption(ITEM, String, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemCaptionConfigurator
-
Set an explicit caption for given item.
- itemCaptionGenerator(ItemSetConfigurator.ItemCaptionGenerator<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemCaptionConfigurator
-
Set the generator to be used to display item captions (i.e.
- itemCaptionProperty(Property<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertySelectInputConfigurator
-
Use given property value to generate the select items captions.
- ItemClickEvent<S,T> - Interface in com.holonplatform.vaadin.flow.components.events
-
Event fired when a component which represents an item is clicked.
- ItemConverter<T,ITEM> - Interface in com.holonplatform.vaadin.flow.data
-
Item to value converter.
- itemDetailsComponent(Function<T, Component>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the function to use for displaying the item details rows as a
Component.
- itemDetailsRenderer(Renderer<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the renderer to use for displaying the item details rows.
- itemDetailsText(Function<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the function to use for displaying the item details rows as a text.
- itemDetailsVisibleOnClick(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets whether the item details can be opened and closed by clicking the rows
or not.
- itemEnabledProvider(Predicate<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemEnableConfigurator
-
Sets the item enabled state predicate.
- ItemEvent<S,T> - Interface in com.holonplatform.vaadin.flow.components.events
-
Event fired from a component which represents an item.
- ItemEventListener<S,T,E extends ItemEvent<S,T>> - Interface in com.holonplatform.vaadin.flow.components.events
-
A listener for item events.
- itemIdentifier(Property<?>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.PropertyBoxItemBuilder
-
Use given identifierProperty value as items identifier.
- itemIdentifierProvider(Function<ITEM, Object>) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator
-
Set the function to use to obtain the item identifiers.
- itemIdentifierProvider(Function<T, Object>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Set the function to use to obtain the item identifiers.
- itemLabelGenerator(Function<ITEM, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
Sets the item label generator that is used to produce the strings shown in the input for each item.
- itemLabelGenerator(Function<ITEM, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Sets the item label generator.
- ItemListing<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
A component to display a set of items as tabular data, using the item
properties as column ids.
- ItemListing.EditorCancelListener<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
An event listener for editor cancel events.
- ItemListing.EditorCloseListener<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
An event listener for editor close events.
- ItemListing.EditorComponentGroup<P,T> - Interface in com.holonplatform.vaadin.flow.components
-
- ItemListing.EditorOpenListener<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
An event listener for editor open events.
- ItemListing.EditorSaveListener<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
An event listener for editor save events.
- ItemListing.ItemEditorEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components
-
Editor event.
- ItemListing.ItemListingCell - Interface in com.holonplatform.vaadin.flow.components
-
- ItemListing.ItemListingRow<P> - Interface in com.holonplatform.vaadin.flow.components
-
- ItemListing.ItemListingSection<P,R extends ItemListing.ItemListingRow<P>> - Interface in com.holonplatform.vaadin.flow.components
-
ItemListing section handler for header and footer configuration.
- ItemListingBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingBuilder<T,P,L,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ItemListingClickEvent<S,T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingConfigurator<T,P,L extends ItemListing<T,P>,C extends ItemListingConfigurator<T,P,L,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ItemListingConfigurator.BaseItemListingColumnConfigurator<C extends ItemListingConfigurator.BaseItemListingColumnConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Base ItemListing column configurator.
- ItemListingConfigurator.ColumnAlignment - Enum in com.holonplatform.vaadin.flow.components.builders
-
Enumeration of column text alignments.
- ItemListingConfigurator.ColumnConfigurator - Interface in com.holonplatform.vaadin.flow.components.builders
-
Listing column configurator to be used in a column post processor.
- ItemListingConfigurator.ColumnPostProcessor<P> - Interface in com.holonplatform.vaadin.flow.components.builders
-
A post processor which can be used to furtherly configure a listing column
before adding it to the listing component.
- ItemListingConfigurator.EditableItemListingRow<P> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ItemListingConfigurator.EditableItemListingSection<P> - Interface in com.holonplatform.vaadin.flow.components.builders
-
ItemListing section handler for header and footer configuration.
- ItemListingConfigurator.ItemListingColumnBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
ItemListing column builder.
- ItemListingConfigurator.ItemListingColumnConfigurator<T,P,C extends ItemListingConfigurator.ItemListingColumnConfigurator<T,P,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
ItemListing column configurator.
- ItemListingConfigurator.ItemListingContextMenuBuilder<T,P,L extends ItemListing<T,P>,B extends ItemListingConfigurator<T,P,L,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ItemListingDataProviderAdapter<T,F> - Interface in com.holonplatform.vaadin.flow.data
-
A DataProvider adapter to be used in item listings.
- ItemListingDnDEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingDnDListener<T,P,E extends ItemListingDnDEvent<T,P>> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingDragEndEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingDragStartEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingDropEvent<T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- ItemListingItemEvent<S,T,P> - Interface in com.holonplatform.vaadin.flow.components.events
-
- items(Iterable<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDataProviderConfigurator
-
Set the items which acts as in-memory items data source.
- items(T...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasDataProviderConfigurator
-
Set the items which acts as in-memory items data source.
- items(Iterable<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemsConfigurator
-
Set the items which acts as in-memory items data source.
- items(ITEM...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasItemsConfigurator
-
Set the items which acts as in-memory items data source.
- items(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.listing
-
- ItemSet - Interface in com.holonplatform.vaadin.flow.components
-
Implemented by components which support an item set as data source.
- ItemSetConfigurator<C extends ItemSetConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ItemSetConfigurator.ItemCaptionGenerator<ITEM> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Item caption generator.
- ItemSort<PROPERTY> - Interface in com.holonplatform.vaadin.flow.data
-
Item sort directive.
- saveEditingItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
- scope1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleSessionScope
-
- scope2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleSessionScope
-
- scrollToEnd() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Scrolls to the end of the last data row.
- scrollToIndex(int) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Scrolls to the given row index.
- scrollToStart() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Scrolls to the beginning of the first data row.
- secretString() - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create
String type
Inputs which not display
user input on screen, used to enter secret text information like passwords.
- SecuredRouteServiceInitListener - Class in com.holonplatform.vaadin.flow.spring.internal
-
A VaadinServiceInitListener to register a BeforeEnterListener to check Secured annotated
navigation targets authorization.
- SecuredRouteServiceInitListener() - Constructor for class com.holonplatform.vaadin.flow.spring.internal.SecuredRouteServiceInitListener
-
- select(Iterable<T>) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
Adds the given item to the set of currently selected items.
- select(T...) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
Adds the given item to the set of currently selected items.
- select(T) - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
- select(T) - Method in interface com.holonplatform.vaadin.flow.components.Selectable
-
Selects the given item.
- select(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
SingleSelect, which uses a
Select
as input component.
- select(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
SingleSelect, which uses a
Select
as input component.
- select(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
Property model based
SingleSelect,
which uses a
Select as input component.
- select(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.SingleSelect
-
Gets a builder to create a
Property model based
SingleSelect,
which uses a
Select as input component.
- Selectable<T> - Interface in com.holonplatform.vaadin.flow.components
-
Represents a component which supports items selection.
- Selectable.SelectionEvent<T> - Interface in com.holonplatform.vaadin.flow.components
-
Selection event.
- Selectable.SelectionListener<T> - Interface in com.holonplatform.vaadin.flow.components
-
A listener for listening for selection changes from a
Selectable.
- Selectable.SelectionMode - Enum in com.holonplatform.vaadin.flow.components
-
Selection modes enumeration.
- SelectableInputConfigurator<T,S,C extends SelectableInputConfigurator<T,S,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- selectAll() - Method in interface com.holonplatform.vaadin.flow.components.MultiSelect
-
Selects all available the items.
- selectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the select all checkbox visibility mode.
- selectionMode(Selectable.SelectionMode) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the listing selection mode.
- serialize(ExampleNavigation8.MyType) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation8.MyTypeParameterMapper
-
- serialize(Object) - Method in enum com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameterMapper
-
- serialize(Object) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterMapper
-
Serialize given parameter value.
- serialize(T) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationParameterTypeMapper
-
Serialize given parameter value.
- serializePathParameters(List<T>) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
Serialize given path parameters.
- serializeQueryParameters(Map<String, Object>) - Static method in class com.holonplatform.vaadin.flow.navigator.internal.NavigationParameterUtils
-
Serialize given query parameters.
- serviceInit(ServiceInitEvent) - Method in class com.holonplatform.vaadin.flow.navigator.internal.NavigatorServiceInitListener
-
- serviceInit(ServiceInitEvent) - Method in class com.holonplatform.vaadin.flow.spring.internal.SecuredRouteServiceInitListener
-
- SESSION_ATTRIBUTE_NAME - Static variable in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Deprecated.
Name of the session attribute to cache DeviceInfo instance
- set() - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the calendar localization settings for the Date Input.
- setAdapter(Class<A>, Function<Input<T>, A>) - Method in interface com.holonplatform.vaadin.flow.components.support.InputAdaptersContainer
-
Set the adapter for given type.
- setAdditionalItemsProvider(AdditionalItemsProvider<T>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Set the additionals item provider.
- setAllowNegatives(boolean) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Set whether to allow negative numbers.
- setBeanClassLoader(ClassLoader) - Method in class com.holonplatform.vaadin.flow.spring.internal.EnableSecuredRouteRegistrar
-
- setBeanFactory(BeanFactory) - Method in class com.holonplatform.vaadin.flow.spring.boot.internal.LocalizationContextInitializer
-
- setBeanFactory(BeanFactory) - Method in class com.holonplatform.vaadin.flow.spring.boot.internal.LocalizationContextPostProcessor
-
- setColumnVisible(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Show or hide the column which corresponds to given property id.
- setComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingCell
-
Sets the component as the content of this cell.
- setDefaultSort(QuerySort) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Set the default query sort.
- setEnabled(boolean) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Updates the enabled state of all the group inputs.
- setFilterConverter(Function<F, QueryFilter>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Set the function to use to convert the data provider filter type to a
QueryFilter type.
- setFrozen(boolean) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Set whether the listing is frozen.
- setFrozen(boolean) - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Set whether the data provider is frozen.
- setItemDetailsVisible(T, boolean) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Set whether to show the row details component for given item.
- setItemIdentifier(Function<T, Object>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Set the item identifier function.
- setLabel(String) - Method in interface com.holonplatform.vaadin.flow.components.HasLabel
-
Set the component label.
- setMaxDecimals(int) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Set the maximum decimal digits allowed.
- setMinDecimals(int) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Set the minimum decimal digits to display.
- setNavigator(UI, Navigator) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigatorRegistry
-
- setNavigator(UI, Navigator) - Method in interface com.holonplatform.vaadin.flow.navigator.internal.NavigatorRegistry
-
Bind the given
Navigator instance to the given
ui.
- setParameter(BeforeEvent, String) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation13.View
-
- setParameter(BeforeEvent, String) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation15.View
-
- setParameter(BeforeEvent, String) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation16.View
-
- setParameter(Integer) - Method in class com.holonplatform.vaadin.flow.examples.ExampleNavigation3.View
-
- setPlaceholder(String) - Method in interface com.holonplatform.vaadin.flow.components.HasPlaceholder
-
Set the placeholder text.
- setPreviousLocation(Location) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigator
-
- setQuerySortOrderConverter(Function<QuerySortOrder, QuerySort>) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider
-
Set the function to use to convert a QuerySortOrder declaration into
a QuerySort.
- setReadOnly(boolean) - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Sets the read-only mode of this input component.
- setReadOnly(boolean) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Set the read-only mode for all the group inputs.
- setRequired(boolean) - Method in interface com.holonplatform.vaadin.flow.components.Input
-
Sets whether the required indicator symbol is visible.
- setSelectionMode(Selectable.SelectionMode) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Set the listing selection mode
- setText(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingCell
-
Sets the localizable text content of this cell.
- setText(String) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingCell
-
Sets the text content of this cell.
- setText(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing.ItemListingCell
-
Sets the text content of this cell using a localizable
messageCode.
- setTitle(String) - Method in interface com.holonplatform.vaadin.flow.components.HasTitle
-
Set the component title.
- setUseGrouping(boolean) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Set whether to use the grouping character.
- setValidateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
Sets whether to validate the value, using registered
Validators, every time the
Input value
changes.
- setValidationStatusHandler(ValidationStatusHandler<ValidatableInput<T>>) - Method in interface com.holonplatform.vaadin.flow.components.ValidatableInput
-
- setValue(PropertyBox, boolean) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
- setValue(PropertyBox) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
- setValue(PropertyBox) - Method in interface com.holonplatform.vaadin.flow.components.PropertyViewGroup
-
Set the current PropertyBox value.
- setValue(V) - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder
-
Sets the value of this value holder.
- setVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.HasComponent
-
Sets the component visibility value.
- ShortcutConfigurator<P> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Configurator for component shortcut registration.
- showConfirm(Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a confirm dialog with given localizable message text.
- showConfirm(String) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a confirm dialog with given message text.
- showConfirm(String, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a confirm dialog with given localizable message text.
- showMessage(Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a message dialog with given localizable message text.
- showMessage(String) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a message dialog with given message text.
- showMessage(String, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a message dialog with given localizable message text.
- showQuestion(DialogBuilder.QuestionDialogCallback, Localizable) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a question dialog with given localizable message text.
- showQuestion(DialogBuilder.QuestionDialogCallback, String) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a question dialog with given message text.
- showQuestion(DialogBuilder.QuestionDialogCallback, String, String, Object...) - Static method in interface com.holonplatform.vaadin.flow.components.Components.dialog
-
Show a question dialog with given localizable message text.
- singleListSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
list SingleSelect type
Input, which uses a
ListBox as input component.
- singleListSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
list SingleSelect type
Input, which uses a
ListBox as input component.
- singleListSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
list
SingleSelect type
Input, which uses a
ListBox as
input component.
- singleListSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
list
SingleSelect type
Input, which uses a
ListBox as
input component.
- singleListSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
list SingleSelect type
Input, which uses a
ListBox as input component.
- singleListSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
list SingleSelect type
Input, which uses a
ListBox as input component.
- singleListSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
list
SingleSelect type
Input, which uses a
ListBox as
input component.
- singleListSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
list
SingleSelect type
Input, which uses a
ListBox as
input component.
- singleOptionSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
options SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
options SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
options
SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
options
SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
options SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
options SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
options
SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleOptionSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
options
SingleSelect type
Input, which uses a
RadioButtonGroup as input component.
- singleSelect() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- singleSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
filterable SingleSelect type
Input, which uses a
ComboBox as input component.
- singleSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
filterable SingleSelect type
Input, which uses a
ComboBox as input component.
- singleSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
filterable
SingleSelect type
Input, which uses a
ComboBox as
input component.
- singleSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
filterable
SingleSelect type
Input, which uses a
ComboBox as
input component.
- singleSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
filterable SingleSelect type
Input, which uses a
ComboBox as input component.
- singleSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
filterable SingleSelect type
Input, which uses a
ComboBox as input component.
- singleSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
filterable
SingleSelect type
Input, which uses a
ComboBox as
input component.
- singleSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
filterable
SingleSelect type
Input, which uses a
ComboBox as
input component.
- SingleSelect<T> - Interface in com.holonplatform.vaadin.flow.components
-
A
Selectable component in which at most one item can be selected at a
time.
- SingleSelectableInputConfigurator<T,ITEM,C extends SingleSelectableInputConfigurator<T,ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator<T,ITEM,B extends SingleSelectConfigurator<T,ITEM,B>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
SingleSelect input builder using a
Select as input component.
- SingleSelectConfigurator.DatastorePropertySingleSelectInputBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.DatastorePropertySingleSelectInputConfigurator<T,C extends SingleSelectConfigurator.DatastorePropertySingleSelectInputConfigurator<T,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.DatastoreSingleSelectInputBuilder<T,ITEM> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.DatastoreSingleSelectInputConfigurator<T,ITEM,C extends SingleSelectConfigurator.DatastoreSingleSelectInputConfigurator<T,ITEM,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.PropertySingleSelectInputBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.PropertySingleSelectInputConfigurator<T,D extends DatastoreDataProviderConfigurator<com.holonplatform.core.property.PropertyBox,D>,C extends SingleSelectConfigurator.PropertySingleSelectInputConfigurator<T,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.SingleSelectInputBuilder<T,ITEM> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.SingleSelectInputConfigurator<T,ITEM,D extends DatastoreDataProviderConfigurator<ITEM,D>,C extends SingleSelectConfigurator.SingleSelectInputConfigurator<T,ITEM,D,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.ValidatableDatastorePropertySingleSelectInputBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.ValidatableDatastoreSingleSelectInputBuilder<T,ITEM> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- SingleSelectConfigurator.ValidatablePropertySingleSelectInputBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Property model based
SingleSelect input builder with validation support.
- SingleSelectConfigurator.ValidatableSingleSelectInputBuilder<T,ITEM> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- singleSimpleSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
simple SingleSelect type
Input, which uses a
Select as input component.
- singleSimpleSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
simple SingleSelect type
Input, which uses a
Select as input component.
- singleSimpleSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
simple
SingleSelect type
Input, which uses a
Select as input
component.
- singleSimpleSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a
Property model based
simple
SingleSelect type
Input, which uses a
Select as input
component.
- singleSimpleSelect(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
simple SingleSelect type
Input, which uses a
Select as input component.
- singleSimpleSelect(Class<T>, Class<ITEM>, ItemConverter<T, ITEM>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
simple SingleSelect type
Input, which uses a
Select as input component.
- singleSimpleSelect(Property<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
simple
SingleSelect type
Input, which uses a
Select as input
component.
- singleSimpleSelect(Property<T>, Function<T, Optional<PropertyBox>>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a
Property model based
simple
SingleSelect type
Input, which uses a
Select as input
component.
- size(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasIconConfigurator.IconConfigurator
-
Sets the width and the height of the icon.
- sizeToString(float) - Static method in enum com.holonplatform.vaadin.flow.components.support.Unit
-
Get the
String representation of given size.
- sizeUndefined() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Clears any size settings.
- sort(ItemSort<P>...) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Sort the listing using given
ItemSort directives.
- sort(List<ItemSort<P>>) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Sort the listing using given
ItemSort directives.
- sortable(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether all the item listing columns are user-sortable.
- sortable(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether the column which corresponds to given property is user-sortable.
- sortComparator(Comparator<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Sets comparator to use with in-memory sorting for the column.
- sortComparator(P, Comparator<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets comparator to use with in-memory sorting for the column which
corresponds to given property.
- sortProvider(Function<QuerySort.SortDirection, Stream<ItemSort<P>>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the function to use to obtain the
ItemSorts to use when the
column is user-sorted.
- sortProvider(P, Function<QuerySort.SortDirection, Stream<ItemSort<P>>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the function to use to obtain the
ItemSorts to use when the
column which corresponds to given property is user-sorted.
- sortUsing(List<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the properties to use to implement the sort logic to apply when the
column is user-sorted.
- sortUsing(P...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the properties to use to implement the sort logic to apply when the
column is user-sorted.
- sortUsing(P, List<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the properties to use to implement the sort logic to apply when the
column which corresponds to given property is user-sorted.
- sortUsing(P, P...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the properties to use to implement the sort logic to apply when the
column which corresponds to given property is user-sorted.
- spacing(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasTimeInputConfigurator
-
Set whether to display a space between the date, time input fields.
- spacing(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ThemableLayoutConfigurator
-
Toggles spacing theme setting for the element.
- spacing() - Method in interface com.holonplatform.vaadin.flow.components.builders.ThemableLayoutConfigurator
-
Apply spacing theme setting for the element.
- span() - Static method in interface com.holonplatform.vaadin.flow.components.builders.LabelBuilder
-
Obtain a
LabelBuilder to create a label component using a
Span tag.
- span() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Obtain a
LabelBuilder to create a label component using a
Span tag.
- step(Duration) - Method in interface com.holonplatform.vaadin.flow.components.builders.LocalTimeInputConfigurator
-
Sets the step using duration.
- stopGroupValidationAtFirstFailure(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Set whether to stop group validation at first validation failure.
- stopInputsValidationAtFirstFailure(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Set whether to stop inputs validation at first validation failure.
- string() - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
- string() - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
- stringArea() - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create
String type
Inputs rendered as a
text area.
- stringArea() - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a multi-row
String type
Input.
- StringAreaInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Builder to create
String type
Input components rendered as a text area.
- StringAreaInputConfigurator<C extends StringAreaInputConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- StringInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- StringInputConfigurator<C extends StringInputConfigurator<C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- StringToNumberConverter<T extends Number> - Interface in com.holonplatform.vaadin.flow.components.converters
-
A
Converters that convert from
Number types to
String and back.
- StringToNumberConverter.Builder<T extends Number> - Interface in com.holonplatform.vaadin.flow.components.converters
-
- StringToTimeConverter - Interface in com.holonplatform.vaadin.flow.components.converters
-
- styleName(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasStyleConfigurator
-
Adds a CSS style class names to this component.
- styleName(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- styleNameGenerator(Function<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set the CSS style class name generator to use for the column.
- styleNameGenerator(Function<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the function that is used for generating CSS style class names for rows
in this listing.
- styleNameGenerator(P, Function<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the CSS style class name generator to use for the column which
corresponds to given property.
- styleNames(String...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasStyleConfigurator
-
Adds one or more CSS style class names to this component.
- styleNames(String...) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- suffixComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasPrefixAndSuffixConfigurator
-
Adds the given component into this field after the content, replacing any existing suffix component.
- VaadinHttpRequest - Interface in com.holonplatform.vaadin.flow
-
HttpRequest using Vaadin VaadinRequest.
- VaadinLogger - Interface in com.holonplatform.vaadin.flow.internal
-
Vaadin module logger provider.
- VaadinSessionScope - Interface in com.holonplatform.vaadin.flow
-
A ContextScope bound to current VaadinSession, looking up context resources using Vaadin Session
attributes.
- valid(S, P, E) - Static method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupElementValidationStatusEvent
-
- valid(S) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler.ValidationStatusEvent
-
- validatable() - Method in interface com.holonplatform.vaadin.flow.components.builders.InputBuilder
-
- Validatable - Interface in com.holonplatform.vaadin.flow.components
-
Interface to provide value validation support for a component, using the current component value as the value to
validate.
- ValidatableBooleanInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableDateInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableDateTimeInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Validatable
Date with time type
Input builder.
- ValidatableInput<T> - Interface in com.holonplatform.vaadin.flow.components
-
An
Input component with validation support using
Validators.
- ValidatableInputBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableInputConfigurator<T,I extends ValidatableInput<T>,C extends ValidatableInputConfigurator<T,I,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableLocalDateInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableLocalDateTimeInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableLocalTimeInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableMultiSelect<T> - Interface in com.holonplatform.vaadin.flow.components
-
An
MultiSelect component with validation support using
Validators.
- ValidatableNumberInputBuilder<T extends Number> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatablePasswordInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableSingleSelect<T> - Interface in com.holonplatform.vaadin.flow.components
-
An
SingleSelect component with validation support using
Validators.
- ValidatableStringAreaInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ValidatableStringInputBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
- validate() - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Checks the validity of each input component of the group and of the group value against every registered
validator, if any.
- validate() - Method in interface com.holonplatform.vaadin.flow.components.Validatable
-
Checks the validity of the current component value against every registered validator, if any.
- validateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Sets whether to validate the available
Inputs value every time the
Input value changes.
- validateOnValueChange(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Sets whether to validate the
Input component value every time the
Input value changes.
- validationStatusChange(GroupValidationStatusHandler.GroupValidationStatusEvent<S, P, E>) - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler
-
Invoked when the group validation status has changed.
- validationStatusChange(ValidationStatusHandler.ValidationStatusEvent<S>) - Method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
Invoked when the validation status has changed.
- validationStatusHandler(ValidationStatusHandler<G>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
- validationStatusHandler(P, ValidationStatusHandler<Input<?>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
- validationStatusHandler(ValidationStatusHandler<ValidatableInput<T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
- ValidationStatusHandler<S> - Interface in com.holonplatform.vaadin.flow.components
-
Handler for validation status change events, typically bound to a
ValueComponent source object.
- ValidationStatusHandler.Status - Enum in com.holonplatform.vaadin.flow.components
-
Validation status.
- ValidationStatusHandler.ValidationStatusEvent<S> - Interface in com.holonplatform.vaadin.flow.components
-
A validation status event.
- validationStatusLabel(L) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Use given label as status label to track group validation status changes.
- valueChange(E) - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeListener
-
- valueChangeMode(ValueChangeMode) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasValueChangeModeConfigurator
-
Sets new value change mode for the component.
- ValueComponent<V> - Interface in com.holonplatform.vaadin.flow.components
-
Represents an object which can contain a value and provides its UI Component representation.
- ValueHolder<V,E extends ValueHolder.ValueChangeEvent<V>> - Interface in com.holonplatform.vaadin.flow.components
-
Represents an object which holds a value and provide methods to handle such value.
- ValueHolder.ValueChangeEvent<V> - Interface in com.holonplatform.vaadin.flow.components
-
- ValueHolder.ValueChangeListener<V,E extends ValueHolder.ValueChangeEvent<V>> - Interface in com.holonplatform.vaadin.flow.components
-
- valueholder1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- valueholder2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleComponents
-
- valueOf(String) - Static method in enum com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ColumnAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin.flow.components.Selectable.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin.flow.components.support.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin.flow.components.ValidationStatusHandler.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameterMapper
-
Returns the enum constant of this type with the specified name.
- valueProvider(P, ValueProvider<T, String>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the ValueProvider to use to obtain the text to display in the
column which corresponds to given property.
- values() - Static method in enum com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ColumnAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin.flow.components.Selectable.SelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin.flow.components.support.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin.flow.components.ValidationStatusHandler.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationParameterMapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSupplier(Function<H, T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the Input value supplier.
- vc1() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc10() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc11() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc12() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc13() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc14() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc15() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc16() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc2() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc3() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc4() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc5() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc6() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc7() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc8() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- vc9() - Method in class com.holonplatform.vaadin.flow.examples.ExampleViewComponent
-
- verticalLayout(Iterable<P>) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyInputForm
-
Get a builder to create a
PropertyInputForm using given property set and a
VerticalLayout as
content layout.
- verticalLayout(Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyInputForm
-
Get a builder to create a
PropertyInputForm using given property set and a
VerticalLayout as
content layout.
- verticalLayout(Iterable<P>) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyViewForm
-
Get a builder to create a
PropertyViewForm using given property set and a
VerticalLayout as
content layout.
- verticalLayout(Property<?>...) - Static method in interface com.holonplatform.vaadin.flow.components.PropertyViewForm
-
Get a builder to create a
PropertyViewForm using given property set and a
VerticalLayout as
content layout.
- VerticalLayoutBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Builder to create VerticalLayout components.
- verticalScrollingEnabled(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Enables or disables the vertical scrolling on the Grid web component.
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation1.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation10.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation11.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation12.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation13.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation15.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation16.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation17.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation18.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation2.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation3.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation4.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation5.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation6.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation7.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation8.View
-
- View() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation9.View
-
- View1() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation17.View1
-
- View2() - Constructor for class com.holonplatform.vaadin.flow.examples.ExampleNavigation17.View2
-
- ViewComponent<V> - Interface in com.holonplatform.vaadin.flow.components
-
- ViewComponent.ViewComponentPropertyRenderer<T> - Interface in com.holonplatform.vaadin.flow.components
-
- ViewComponentAdapterBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ViewComponentBuilder<T> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- ViewComponentConfigurator<T,C extends ViewComponentConfigurator<T,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- visible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
Sets the component visibility.
- visible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.BaseItemListingColumnConfigurator
-
Set whether the column is visible.
- visible(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether the column which corresponds to given property is visible.
- visible(boolean) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- visibleColumns(P...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the visible columns list, using the item properties as column reference.
- visibleColumns(List<? extends P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the visible columns list, using the item properties as column reference.
- vl() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Gets a builder to create VerticalLayouts.
- week(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable message to use for the word week.
- week(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the message to use for the word week.
- week(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the localizable message to use for the word week.
- weekDays(List<Localizable>) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday.
- weekDays(Localizable...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable messages to use to display the week days names, starting from Sunday and ending
on Saturday.
- weekDays(String...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Sets the name of the week days, starting from Sunday and ending on Saturday.
- weekDaysShort(List<Localizable>) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday.
- weekDaysShort(Localizable...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Set the Localizable messages to use to display the short week days names, starting from Sunday and
ending on Saturday.
- weekDaysShort(String...) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator.CalendarLocalizationBuilder
-
Sets the short name of the week days, starting from Sunday and ending on Saturday.
- weekNumbersVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.BaseTemporalInputConfigurator
-
Set the visible week numbers.
- width(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Sets the width of the component.
- width(float, Unit) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Sets the width of the component, using a value and a size
Unit.
- width(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.BaseItemListingColumnConfigurator
-
Sets the width of the column as a CSS-string.
- width(P, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the width of the column which corresponds to given property as a
CSS-string.
- width(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- widthUndefined() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Clears any defined width.
- withAdapter(Class<A>, Function<Input<T>, A>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
Register an adapter function to be used with the
Input.as(Class) method, to provide a object instance of
given
type.
- withAdapters(Map<Class<A>, Function<Input<T>, A>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Add a set of adapters.
- withAdapters(InputAdaptersContainer<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Add a set of adapters.
- withAdapters(Map<Class<A>, Function<Input<T>, A>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConverterBuilder
-
Add a set of adapters.
- withAdapters(InputAdaptersContainer<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConverterBuilder
-
Add a set of adapters.
- withAlt() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Adds KeyModifier.ALT to the shortcut's modifiers.
- withAttachListener(ComponentEventListener<AttachEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
Add an AttachEvent ComponentEventListener to the component, called after the component is
attached to the application.
- withAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FocusableConfigurator
-
Adds a listener which gets fired when the the component focus is lost.
- withClickListener(ClickEventListener<S, E>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ClickNotifierConfigurator
-
Register a click event listener.
- withClickListener(L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator.MenuItemBuilder
-
Register a menu item click event listener.
- withClickShortcut(Key) - Method in interface com.holonplatform.vaadin.flow.components.builders.ClickNotifierConfigurator
-
Adds a shortcut to perform a click action for this component when the provided key is pressed.
- withClickShortcutKey(Key, KeyModifier...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ClickNotifierConfigurator
-
Adds a shortcut to perform a click action for this component when the provided key is pressed.
- withColumn(ValueProvider<T, X>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Add a virtual column which contents will be rendered using given
valueProvider.
- withColumn(VirtualProperty<X>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyListingConfigurator
-
Add a column which contents will be rendered using given VirtualProperty.
- withColumnPostProcessor(ItemListingConfigurator.ColumnPostProcessor<P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- withColumnReorderListener(ColumnReorderListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Add listener for column reorder events.
- withColumnResizeListener(ColumnResizeListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Add listener for column resize events.
- withComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
Add given component to the dialog content.
- withComponent(HasComponent) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
- withComponentAfter(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
Adds the given component after the given list item.
- withComponentAfter(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
Adds the given component after the given list item.
- withComponentBefore(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
Adds the given component before the given list item.
- withComponentBefore(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
Adds the given component before the given list item.
- withComponentColumn(ValueProvider<T, Component>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Add a column which contents will be rendered as a Component using
given valueProvider.
- withComponentColumn(VirtualProperty<? extends Component>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyListingConfigurator
-
Add a column which contents will be rendered as a Component using given VirtualProperty.
- withCompositionEndListener(ComponentEventListener<CompositionEndEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.CompositionNotifierConfigurator
-
Adds a compositionend listener to this component.
- withCompositionStartListener(ComponentEventListener<CompositionStartEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.CompositionNotifierConfigurator
-
Adds a compositionstart listener to this component.
- withCompositionUpdateListener(ComponentEventListener<CompositionUpdateEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.CompositionNotifierConfigurator
-
Adds a compositionupdate listener to this component.
- withCtrl() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Adds KeyModifier.CONTROL to the shortcut's modifiers.
- withCustomValueSetListener(CustomValueSetListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
Add a listener for custom value set event, which is fired when user types in a value that don't already exist in
the select items set.
- withDefaultQuerySort(QuerySort) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator
-
Add a default QuerySort to the data provider queries.
- withDefaultQuerySort(QuerySort) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Add a default QuerySort to the data provider queries.
- withDeferredLocalization(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.DeferrableLocalizationConfigurator
-
Sets whether the localizable elements of the component (for the example the text or the title) should be
localized in deferred mode.
- withDeferredLocalization(boolean) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withDetachListener(ComponentEventListener<DetachEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentConfigurator
-
Add an DetachEvent ComponentEventListener to the component, called before the component is
detached from the application.
- withDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withDragEndListener(ItemListingDnDListener<T, P, ItemListingDragEndEvent<T, P>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds a listing drag end listener.
- withDragStartListener(ItemListingDnDListener<T, P, ItemListingDragStartEvent<T, P>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds a listing drag start listener.
- withDropDownComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Adds the given component into the select drop-down area.
- withDropDownComponentAfter(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Adds the given component into the select drop-down area after the given item.
- withDropDownComponentAsFirst(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Adds the given component into the select drop-down area as the first child.
- withDropDownComponentBefore(ITEM, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Adds the given component into the select drop-down area before the given item.
- withDropListener(ItemListingDnDListener<T, P, ItemListingDropEvent<T, P>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds a listing drop listener.
- withEditorCancelListener(ItemListing.EditorCancelListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor listener for editor cancel events.
- withEditorCloseListener(ItemListing.EditorCloseListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor save listener for editor close events.
- withEditorOpenListener(ItemListing.EditorOpenListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor save listener for editor open events.
- withEditorSaveListener(ItemListing.EditorSaveListener<T, P>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor listener for editor save events.
- withEventListener(String, DomEventListener) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasElementConfigurator
-
Adds an event listener for the given event type.
- withEventListener(String, DomEventListener, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasElementConfigurator
-
Adds an event listener for the given event type and configure a filter.
- withEventListener(String, DomEventListener) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withEventListener(String, DomEventListener, String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withFocusListener(ComponentEventListener<FocusNotifier.FocusEvent<T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FocusableConfigurator
-
Adds a listener which gets fired when the component receives focus.
- withFocusShortcut(Key) - Method in interface com.holonplatform.vaadin.flow.components.builders.FocusableConfigurator
-
Adds a shortcut which focuses the component when the provided key is pressed.
- withFocusShortcutKey(Key, KeyModifier...) - Method in interface com.holonplatform.vaadin.flow.components.builders.FocusableConfigurator
-
Adds a shortcut which focuses the component when the provided key is pressed.
- withFormItem(Component, Component, Consumer<FormLayout.FormItem>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(HasComponent, Component, Consumer<FormLayout.FormItem>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(Component, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(HasComponent, Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(Component, String, Consumer<FormLayout.FormItem>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(HasComponent, String, Consumer<FormLayout.FormItem>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(Component, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withFormItem(HasComponent, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Create and add a new FormLayout.FormItem to this layout that wraps the given field with a label.
- withInputListener(ComponentEventListener<InputEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputNotifierConfigurator
-
Adds an input listener to this component.
- withItem(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Create a new menu item with the given localizable text content.
- withItem(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Create a new menu item with the given text content.
- withItem(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Create a new menu item using given messageCode for text content localization.
- withItem(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Create a new menu item with the given component inside.
- withItem(HasComponent) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Create a new menu item with the given
HasComponent component inside.
- withItem(Localizable, L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Add a new menu item using given localizable text content and a
ClickEventListener for menu item clicks.
- withItem(String, String, L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Add a new menu item using given
messageCode for text localization and a
ClickEventListener
for menu item clicks.
- withItem(String, L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Add a new menu item using given text content and a
ClickEventListener for menu item clicks.
- withItem(Component, L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Add a new menu item with the given component inside and a
ClickEventListener for menu item clicks.
- withItem(HasComponent, L) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
- withItemClickListener(ClickEventListener<L, ItemClickEvent<L, T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds a listener that gets notified when user clicks on an item row.
- withItemRefreshListener(ItemEventListener<L, T, ItemEvent<L, T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds a listener that gets notified when the item listing data is refreshed.
- withKeyDownListener(ComponentEventListener<KeyDownEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keydown listener to this component.
- withKeyDownListener(Key, ComponentEventListener<KeyDownEvent>, KeyModifier...) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keydown listener to this component, which will trigger only if the keys involved in the event
match the key and modifiers parameters.
- withKeyPressListener(ComponentEventListener<KeyPressEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keypress listener to this component.
- withKeyPressListener(Key, ComponentEventListener<KeyPressEvent>, KeyModifier...) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keypress listener to this component, which will trigger only if the keys involved in the
event match the key and modifiers parameters.
- withKeyUpListener(ComponentEventListener<KeyUpEvent>) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keyup listener to this component.
- withKeyUpListener(Key, ComponentEventListener<KeyUpEvent>, KeyModifier...) - Method in interface com.holonplatform.vaadin.flow.components.builders.KeyNotifierConfigurator
-
Adds a keyup listener to this component, which will trigger only if the keys involved in the event
match the key and modifiers parameters.
- withMeta() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Adds KeyModifier.META to the shortcut's modifiers.
- withOpenedChangeListener(ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<M>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ContextMenuConfigurator
-
Adds a listener to be notified when the context menu is opened or closed.
- withOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<Dialog>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
Add a lister for event fired by the opened-changed events.
- withoutMargin() - Method in interface com.holonplatform.vaadin.flow.components.builders.ThemableLayoutConfigurator
-
Disable layout margins, i.e.
- withoutPadding() - Method in interface com.holonplatform.vaadin.flow.components.builders.ThemableLayoutConfigurator
-
Remove the padding theme setting for the element.
- withoutSpacing() - Method in interface com.holonplatform.vaadin.flow.components.builders.ThemableLayoutConfigurator
-
Remove spacing theme setting for the element.
- withPathParameter(T) - Method in class com.holonplatform.vaadin.flow.navigator.internal.AbstractNavigationURLBuilder
-
- withPathParameter(T) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationURLBuilder
-
Add a URL path parameter value to be included in the navigation URL.
- withPostProcessor(BiConsumer<P, Input<?>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Add a
BiConsumer to allow further
Input configuration before the input is actually bound to a
property as editor.
- withPostProcessor(BiConsumer<Property<?>, ViewComponent<?>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyViewGroupConfigurator
-
- withPrefixComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListMultiSelectConfigurator
-
Adds the given component before the list items.
- withPrefixComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.ListSingleSelectConfigurator
-
Adds the given component before the list items.
- withPrefixComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Adds the given component into the prefix slot.
- withQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator
-
Add a QueryConfigurationProvider to provide additional query
configuration parameters, such as QueryFilter and QuerySort.
- withQueryConfigurationProvider(QueryConfigurationProvider) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Add a QueryConfigurationProvider to provide additional query
configuration parameters, such as QueryFilter and QuerySort.
- withQueryFilter(QueryFilter) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator
-
Add a fixed QueryFilter to the data provider queries.
- withQueryFilter(QueryFilter) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Add a fixed QueryFilter to the data provider queries.
- withQueryParameter(String, List<T>) - Method in class com.holonplatform.vaadin.flow.navigator.internal.AbstractNavigationURLBuilder
-
- withQueryParameter(String, T...) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationURLBuilder
-
Add query parameter values to be included in the navigation URL.
- withQueryParameter(String, List<T>) - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationURLBuilder
-
Add query parameter values to be included in the navigation URL.
- withQuerySort(QuerySort) - Method in interface com.holonplatform.vaadin.flow.components.builders.DatastoreDataProviderConfigurator
-
Add a fixed QuerySort to the data provider queries.
- withQuerySort(QuerySort) - Method in interface com.holonplatform.vaadin.flow.data.DatastoreDataProvider.Builder
-
Add a fixed QuerySort to the data provider queries.
- withReadonlyChangeListener(ReadonlyChangeListener) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
- withReadonlyChangeListeners(Collection<ReadonlyChangeListener>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
- withReadonlyChangeListeners(Collection<ReadonlyChangeListener>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConverterBuilder
-
- withSelectionListener(Selectable.SelectionListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- withSelectionListener(Selectable.SelectionListener<S>) - Method in interface com.holonplatform.vaadin.flow.components.builders.SelectableInputConfigurator
-
- withShift() - Method in interface com.holonplatform.vaadin.flow.components.builders.ShortcutConfigurator
-
Adds KeyModifier.SHIFT to the shortcut's modifiers.
- withThemeName(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasElementConfigurator
-
Adds a theme name to this component.
- withThemeName(String) - Method in class com.holonplatform.vaadin.flow.navigator.internal.DefaultNavigationLink.DefaultBuilder
-
- withThemeVariants(V...) - Method in interface com.holonplatform.vaadin.flow.components.builders.HasThemeVariantConfigurator
-
Add given theme variants to the component.
- withToolbarComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
Add given component to the dialog toolbar, shown at the bottom of the dialog area.
- withToolbarComponent(HasComponent) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
Add given
HasComponent component to the dialog toolbar, shown at the bottom of the dialog area.
- withValidator(String, Validator<?>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.BeanInputGroupConfigurator
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Property<V>, Validator<? super V>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.PropertySetInputGroupConfigurator
-
Adds a
Validator to the
Input bound to given
property.
- withValidator(Validator<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Adds a group value Validator.
- withValidator(Validator<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Adds a
Validator to the
Input bound to given
property.
- withValue(T) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputValueConfigurator
-
Sets the initial value.
- withValue(T) - Method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentConfigurator
-
Sets an initial value for the component.
- withValueChangeListener(ValueHolder.ValueChangeListener<T, GroupValueChangeEvent<T, P, E, G>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ComponentGroupConfigurator
-
Add a group value change listener.
- withValueChangeListener(ValueHolder.ValueChangeListener<T, E>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
- withValueChangeListener(String, ValueHolder.ValueChangeListener<?, GroupValueChangeEvent<?, String, Input<?>, G>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.BeanInputGroupConfigurator
-
- withValueChangeListener(Property<V>, ValueHolder.ValueChangeListener<V, GroupValueChangeEvent<V, Property<?>, Input<?>, G>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator.PropertySetInputGroupConfigurator
-
- withValueChangeListener(ValueHolder.ValueChangeListener<T, ValueHolder.ValueChangeEvent<T>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ViewComponentConfigurator
-
- withValueChangeListeners(Collection<ValueHolder.ValueChangeListener<T, ValueHolder.ValueChangeEvent<T>>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
- withValueChangeListeners(Collection<ValueHolder.ValueChangeListener<T, ValueHolder.ValueChangeEvent<T>>>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConverterBuilder
-