- 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.
- 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.
- 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.
- 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.
- align(Component, 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.
- 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.
- 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.
- 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 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.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.
- 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.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.
- columnReorderingAllowed(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets whether column reordering is allowed or not.
- 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.i18n - package com.holonplatform.vaadin.flow.i18n
-
- 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.errors - package com.holonplatform.vaadin.flow.navigator.errors
-
- com.holonplatform.vaadin.flow.navigator.exceptions - package com.holonplatform.vaadin.flow.navigator.exceptions
-
- com.holonplatform.vaadin.flow.spring - package com.holonplatform.vaadin.flow.spring
-
- com.holonplatform.vaadin.flow.spring.boot - package com.holonplatform.vaadin.flow.spring.boot
-
- 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.
- 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
-
- 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.BaseComponentConfigurator
-
- 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(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() - 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(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(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(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
-
- create(UI, VaadinRequest) - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
- create(String, String) - Static method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Build a UserAgentInspector instance using given header values
- create(VaadinRequest) - Static method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
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(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
-
- 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(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
-
- 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.
- 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.
- 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.
- 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.
- 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(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
-
Provides informations about the client device in which application is running.
- dialog() - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- 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.
- get(UI) - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
- get() - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
Get the
DeviceInfo for the current UI, if available.
- 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
-
Return the Accept header
- getAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the current additional items, if any.
- getAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Get the current additional items, if any.
- getAllSelectedItems() - Method in interface com.holonplatform.vaadin.flow.components.Selectable.SelectionEvent
-
Gets all the currently selected items.
- getBindings() - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup
-
Get the available group element bindings.
- 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.
- getColumnSorts() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the current column sorts, if any.
- 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.
- 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 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.
- getDataProvider() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the DataProvider used by this item listing as data source.
- 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.
- 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
-
- getGroupStatus() - Method in interface com.holonplatform.vaadin.flow.components.GroupValidationStatusHandler.GroupValidationStatusEvent
-
Get the group validation status, i.e. the validation status according to any registered group-level
validator.
- getHeader() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Get the item listing header section rows handler, if available.
- 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(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.
- 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 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.
- 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.
- getNavigationTarget() - Method in interface com.holonplatform.vaadin.flow.navigator.NavigationChangeListener.NavigationChangeEvent
-
Get the navigation target instance.
- getOldValue() - Method in interface com.holonplatform.vaadin.flow.components.ValueHolder.ValueChangeEvent
-
Returns the value of the source before this value change event occurred.
- 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.
- 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 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 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
-
- 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
-
- 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 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
-
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.
- 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
For each property with a bound
Input component, the property value is obtained from the
Input
component through the
ValueHolder.getValue() method.
- 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
-
Get the browser window height.
- getWindowWidth() - Method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
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
-
- 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.
- 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.
- 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 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.
- 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.
- 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.
- 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. a description of the UI element.
- 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.
- 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.
- 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.
- 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. a UI component that has a user-editable value.
- 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.
- 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.
- 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,H extends com.vaadin.flow.component.HasValue<?,V>,C extends com.vaadin.flow.component.Component> - Interface in com.holonplatform.vaadin.flow.components.builders
-
Input builder using an
HasValue Component with value conversion support.
- 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.
- 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
-
Android check
- isAndroidPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Android phone check
- isAndroidTablet() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
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.
- 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.InvalidChangeEvent
-
Get whether the event was originated from the client.
- 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
-
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
-
iOS check
- isIPad() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
iPad check
- isIPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
iPhone check
- isIPod() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
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
-
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
-
Mobile device check
- isNintendo() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Nintendo check
- isPlaystation() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
PlayStation check
- 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. a required indicator symbol is visible.
- 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
-
Smartphone check
- isTablet() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Tablet check
- 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
-
WebKit check
- isWindowsPhone() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
Windows phone check
- isXbox() - Method in interface com.holonplatform.vaadin.flow.device.UserAgentInspector
-
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. labels).
- 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.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.EditorComponentGroup<P,T> - Interface in com.holonplatform.vaadin.flow.components
-
- 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.ColumnAlignment - Enum in com.holonplatform.vaadin.flow.components.builders
-
Enumeration of column text alignments.
- 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.
- 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.
- NAME - Static variable in interface com.holonplatform.vaadin.flow.VaadinSessionScope
-
Scope name
- nativeButton() - Static method in interface com.holonplatform.vaadin.flow.components.Components
-
Gets a builder to create NativeButtons.
- NativeButtonBuilder - Interface in com.holonplatform.vaadin.flow.components.builders
-
Builder to create NativeButton components.
- navigate() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator.NavigationBuilder
-
Navigates to the location which is composed by the specified path and the provided query parameter values, if
any.
- navigateBack() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigates back.
- navigateTo(String) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given path.
- navigateTo(String, Map<String, Object>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given path, using the provided query parameters.
- navigateTo(Class<? extends Component>, Map<String, Object>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target, using the provided query parameters.
- navigateTo(Class<? extends Component>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target.
- navigateTo(Class<? extends C>, T) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target and provide the given pathParameter in the URL.
- navigateTo(Class<? extends C>, List<T>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target and provide the given pathParameters in the URL.
- navigateTo(Class<? extends C>, T, Map<String, Object>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target, providing the given pathParameter in the URL and the given
query parameters.
- navigateTo(Class<? extends C>, List<T>, Map<String, Object>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given navigation target, providing the given pathParameters in the URL and the given
query parameters.
- navigateToDefault() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigates to the default navigation target, i.e. navigates to the empty "" route path.
- navigateToLocation(String) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigate to the given location.
- navigateToPrevious() - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Navigates to the previous route, if available.
- navigation(String) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
- navigation(Class<? extends Component>) - Method in interface com.holonplatform.vaadin.flow.navigator.Navigator
-
Gets a
Navigator.NavigationBuilder to fluently build a navigation location for the given
navigationTarget, including any URL query parameter.
- NavigationChangeListener - Interface in com.holonplatform.vaadin.flow.navigator
-
A listener to listen to navigation target/location changes.
- NavigationChangeListener.NavigationChangeEvent - Interface in com.holonplatform.vaadin.flow.navigator
-
A navigation target change event.
- NavigationLink - Interface in com.holonplatform.vaadin.flow.navigator
-
A link (using the default A tag) that handles navigation internally, without loading a new page in the
browser.
- NavigationLink.Builder - Interface in com.holonplatform.vaadin.flow.navigator
-
- NavigationParameterMapper - Interface in com.holonplatform.vaadin.flow.navigator
-
Navigation parameters value serializer and deserializer.
- NavigationParameters - Interface in com.holonplatform.vaadin.flow.navigator
-
URL navigation parameter handler API, which provides deserialized URL query parameter values.
- NavigationParameterTypeMapper<T> - Interface in com.holonplatform.vaadin.flow.navigator
-
- NavigationTargetConfigurationException - Exception in com.holonplatform.vaadin.flow.navigator.exceptions
-
Exception to notify navigation target class configuration errors.
- NavigationTargetConfigurationException(String) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.NavigationTargetConfigurationException
-
Constructor with error message.
- NavigationTargetConfigurationException(Throwable) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.NavigationTargetConfigurationException
-
Constructor with nested exception.
- NavigationTargetConfigurationException(String, Throwable) - Constructor for exception com.holonplatform.vaadin.flow.navigator.exceptions.NavigationTargetConfigurationException
-
Constructor with error message and nested exception.
- NavigationURLBuilder<B extends NavigationURLBuilder<B>> - Interface in com.holonplatform.vaadin.flow.navigator
-
A builder to compose a navigation URL.
- Navigator - Interface in com.holonplatform.vaadin.flow.navigator
-
Handles the navigation between the available UI routes, relying on the UI Router to implement the
actual routing.
- Navigator.NavigationBuilder - Interface in com.holonplatform.vaadin.flow.navigator
-
A builder to create a navigation location and trigger the navigation action.
- NavigatorAutoConfiguration - Class in com.holonplatform.vaadin.flow.spring.boot
-
- NavigatorAutoConfiguration() - Constructor for class com.holonplatform.vaadin.flow.spring.boot.NavigatorAutoConfiguration
-
- navigatorNavigationTargetConfigurationServletContextInitializer() - Method in class com.holonplatform.vaadin.flow.spring.boot.NavigatorAutoConfiguration
-
- negatives(boolean) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter.Builder
-
Set whether to allow negative numbers.
- notification() - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- notification(boolean) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- notification(Notification) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- notification(Notification, boolean) - Static method in interface com.holonplatform.vaadin.flow.components.ValidationStatusHandler
-
- notSelectable() - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
- number(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Components.input
-
Gets a builder to create a numeric type
Input.
- number(Class<T>) - Static method in interface com.holonplatform.vaadin.flow.components.Input
-
Gets a builder to create a numeric type
Input.
- numberFormat(NumberFormat) - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Sets the
NumberFormat to use to represent and convert number values.
- numberFormatPattern(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.NumberInputConfigurator
-
Sets the number format pattern to use to represent and convert number values.
- NumberInputBuilder<T extends Number> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- NumberInputConfigurator<T extends Number,C extends NumberInputConfigurator<T,C>> - Interface in com.holonplatform.vaadin.flow.components.builders
-
- readOnly(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
Set whether the input component is read-only.
- readOnly() - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
Set the input component as read-only.
- readOnly(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether the column which corresponds to given property is read-only.
- readOnly(Property<T>, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Set whether the given property is read-only.
- readOnly(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyInputGroupConfigurator
-
Set the given property as read-only.
- refresh() - Method in interface com.holonplatform.vaadin.flow.components.ItemSet
-
Refresh the items set.
- refresh() - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Refresh the value of all available
Inputs, using current value.
- refresh(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Refresh the value of the
Input bound to given
property, using current value.
- refreshEditingItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
- refreshItem(T) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Refresh given item in data source
- removeAdditionalItem(T) - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Remove an additional item from the listing.
- removeAdditionalItem(T) - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Remove an additional item from the data provider.
- removeAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
Remove all the additional items from the listing.
- removeAdditionalItems() - Method in interface com.holonplatform.vaadin.flow.data.ItemListingDataProviderAdapter
-
Remove all the additional items from the data provider.
- renderAsViewComponent(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.PropertyListingConfigurator
-
Render the column associated to given
property using a
ViewComponent.
- renderer(Renderer<ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FilterableSingleSelectConfigurator
-
Sets the Renderer responsible to render the individual items in the list of possible choices.
- renderer(P, Renderer<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Sets the Renderer to use for the column which corresponds to given property.
- renderer(ComponentRenderer<? extends Component, ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.OptionsSingleSelectConfigurator
-
Sets the ComponentRenderer responsible to render the individual items in the list of possible choices.
- renderer(ComponentRenderer<? extends Component, ITEM>) - Method in interface com.holonplatform.vaadin.flow.components.builders.SingleSelectConfigurator
-
Sets the ComponentRenderer responsible to render the individual items in the list of possible choices.
- require() - Static method in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
- require() - Static method in interface com.holonplatform.vaadin.flow.VaadinSessionScope
-
Get the Vaadin Session scope from current context.
- required(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
Set the input as required or not.
- required() - Method in interface com.holonplatform.vaadin.flow.components.builders.InputConfigurator
-
Set the input as required, i.e. the user must fill in a value.
- required(P) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Set the given property as required.
- required(P, Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Set the given property as required.
- required(P, String) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Set the given property as required.
- required(P, String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputGroupConfigurator
-
Set the given property as required.
- required() - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Sets the
Input as required.
- required(Validator<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Set the
Input as required, using given
Validator to check the input value.
- required(Localizable) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Sets the
Input as required, using given message as validation error message.
- required(String, String, Object...) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Sets the
Input as required, using given message as validation error message.
- required(String) - Method in interface com.holonplatform.vaadin.flow.components.builders.ValidatableInputConfigurator
-
Sets the
Input as required, using given message as validation error message.
- requiredPropertyHandler(Input.PropertyHandler<Boolean, V, H, C>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
- requiredPropertyHandler(BiFunction<H, C, Boolean>, TriConsumer<H, C, Boolean>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the required property handler using given callback functions.
- requireElement(P) - Method in interface com.holonplatform.vaadin.flow.components.BoundComponentGroup
-
- requireInput(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.PropertyInputGroup
-
Get the
Input bound to the given
property, throwing a
Property.PropertyNotFoundException if
not available.
- requireViewComponent(Property<T>) - Method in interface com.holonplatform.vaadin.flow.components.PropertyViewGroup
-
Get the
ViewComponent bound to the given
property, throwing a
Property.PropertyNotFoundException if not available.
- resizable(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator.ItemListingColumnConfigurator
-
Set whether the column is user-resizable.
- resizable(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether all the item listing columns are user-resizable.
- resizable(P, boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set whether the column which corresponds to given property is user-resizable.
- responsiveSteps(List<FormLayout.ResponsiveStep>) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Configure the responsive steps used in this layout.
- responsiveSteps(FormLayout.ResponsiveStep...) - Method in interface com.holonplatform.vaadin.flow.components.builders.FormLayoutConfigurator
-
Configure the responsive steps used in this layout.
- revealButtonVisible(boolean) - Method in interface com.holonplatform.vaadin.flow.components.builders.PasswordInputConfigurator
-
Set to false to hide the eye icon which toggles the password visibility.
- saveEditingItem() - Method in interface com.holonplatform.vaadin.flow.components.ItemListing
-
- 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.
- 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.
- selectionMode(Selectable.SelectionMode) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Set the listing selection mode.
- 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.
- SESSION_ATTRIBUTE_NAME - Static variable in interface com.holonplatform.vaadin.flow.device.DeviceInfo
-
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.
- setAllowNegatives(boolean) - Method in interface com.holonplatform.vaadin.flow.components.converters.StringToNumberConverter
-
Set whether to allow negative numbers.
- 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.
- setErrorParameter(BeforeEnterEvent, ErrorParameter<ForbiddenNavigationException>) - Method in class com.holonplatform.vaadin.flow.navigator.errors.ForbiddenNavigationError
-
- setErrorParameter(BeforeEnterEvent, ErrorParameter<UnauthorizedNavigationException>) - Method in class com.holonplatform.vaadin.flow.navigator.errors.UnauthorizedNavigationError
-
- 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.
- setPlaceholder(String) - Method in interface com.holonplatform.vaadin.flow.components.HasPlaceholder
-
Set the placeholder text.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.
- 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.
- valueSupplier(Function<H, T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.InputAdapterBuilder
-
Set the Input value supplier.
- 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.
- 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.ItemListingColumnConfigurator
-
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.
- 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.ItemListingColumnConfigurator
-
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.
- widthUndefined() - Method in interface com.holonplatform.vaadin.flow.components.builders.HasSizeConfigurator
-
Clears any defined width.
- 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.
- 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.
- withComponent(Component) - Method in interface com.holonplatform.vaadin.flow.components.builders.DialogConfigurator
-
Add given component to the dialog content.
- 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.
- 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.
- 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.
- withEditorCancelListener(EditorCancelListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor listener for editor cancel events.
- withEditorCloseListener(EditorCloseListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor save listener for editor close events.
- withEditorOpenListener(EditorOpenListener<T>) - Method in interface com.holonplatform.vaadin.flow.components.builders.ItemListingConfigurator
-
Adds an item editor save listener for editor open events.
- withEditorSaveListener(EditorSaveListener<T>) - 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.
- 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(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(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(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.
- 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(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.
- 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. toggles margin theme setting for the element.
- 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 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
-
- 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, 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.
- 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.
- 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.
- 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
-