Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractForm<T> - Class in org.vaadin.firitin.form
-
A basic form class to avoid a ton of boilerplate code.
- AbstractForm(Class) - Constructor for class org.vaadin.firitin.form.AbstractForm
-
Constructor for the abstract form.
- AbstractForm.DeleteHandler<T> - Interface in org.vaadin.firitin.form
-
A handler called when the built-in delete button of the form is called.
- AbstractForm.ResetHandler<T> - Interface in org.vaadin.firitin.form
-
A handler called when the built-in reset/cancel button of the form is called.
- AbstractForm.SavedHandler<T> - Interface in org.vaadin.firitin.form
-
A handler called when the built-in save button of the form is called.
- ActionButton<T> - Class in org.vaadin.firitin.components.button
-
A button that can be used to run a slow action in the background without blocking the UI.
- ActionButton() - Constructor for class org.vaadin.firitin.components.button.ActionButton
- ActionButton(String) - Constructor for class org.vaadin.firitin.components.button.ActionButton
- ActionButton(String, Runnable) - Constructor for class org.vaadin.firitin.components.button.ActionButton
- ActionButton(String, Supplier) - Constructor for class org.vaadin.firitin.components.button.ActionButton
- ACTIVE - Enum constant in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
The wake lock is currently active and preventing screen dimming
- add(Component) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- add(Component...) - Method in class org.vaadin.firitin.components.popover.VPopover
-
Deprecated.
- add(Object...) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- add(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.ClipPathElement
-
Adds shape elements to this clip path.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.DefsElement
-
Adds definition elements to this defs container.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.GElement
-
Appends child elements to this group.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Adds content elements to this mask.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Adds content elements to this pattern.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Adds child elements to this symbol.
- add(SvgElement...) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Adds child elements to this text element.
- addCells(Component...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Wrapps given components into table cells and adds them to this instance.
- addCells(String...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds data cells with given string content
- addCells(TableCell...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds the given cells to this instance.
- addChild(Component) - Method in class org.vaadin.firitin.components.TreeItem
- addChild(String) - Method in class org.vaadin.firitin.components.TreeItem
- addChild(TreeItem) - Method in class org.vaadin.firitin.components.TreeItem
- addChild(T, T) - Method in class org.vaadin.firitin.components.Tree
-
Adds child of the node in UI.
- addClassName() - Method in class org.vaadin.firitin.components.checkbox.ToggleButton
- addClassName() - Method in class org.vaadin.firitin.components.TreeItem
- addClickListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- addClickListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.TreeItem
- addClickListener(VButton.BasicClickListener) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- addClickListener(VButton.BasicClickListener) - Method in class org.vaadin.firitin.components.button.VButton
- addColumn() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Adds a single column instance to this group.
- addColumn(ValueProvider, BiFunction) - Method in class org.vaadin.firitin.components.grid.VGrid
- addColumn(String) - Method in class org.vaadin.firitin.components.grid.VGrid
- addColumns(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Adds multiple columns to this instance based on the given integer (must be greater than 0).
- addColumns(TableColumn...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Adds the given columns to this instance.
- addComponent(String, Component) - Method in class org.vaadin.firitin.components.CustomLayout
-
Adds component to an element identified by an id.
- addDataCell() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds a data cell instance to this row.
- addDataCells(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds multiple data cells to this instance based on the given integer (must be greater than 0).
- addDeleteButtonColumn() - Method in class org.vaadin.firitin.fields.SubListSelector
- addDeleteButtonColumn(TableRow, T) - Method in class org.vaadin.firitin.fields.ElementCollectionField
-
hook to overrid delect button columne
- addDownloadFailedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Adds a listener that is executed when the file content streaming has failed due to an exception.
- addDownloadFinishedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Adds a listener that is executed when the file content has been streamed.
- addDownloadStartedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Adds a listener that is executed when the file content streaming has started.
- addDrawerContent() - Method in class org.vaadin.firitin.appframework.VAppLayout
- addErrorListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.html.VImage
- addExpanded(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
-
Deprecated.
- addFormItem(Component, String, int) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
-
Adds component with given label and colspan value.
- addFullscreenChangeListener(ComponentEventListener) - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
- addHeaderCell() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds a header cell instance to this row.
- addHeaderCells(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds multiple header cells to this instance based on the given integer (must be greater than 0).
- addHeaderCells(Component...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Wrapps given components into header cells and adds them to this instance.
- addHeaderCells(String...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Adds header cells with given string content
- addHierarchyColumn(SerializableFunction) - Method in class org.vaadin.firitin.components.TreeTable
- addHierarchyComponentColumn(SerializableFunction) - Method in class org.vaadin.firitin.components.TreeTable
- addItemDecorator(Tree.ItemDecorator) - Method in class org.vaadin.firitin.components.Tree
-
Adds an
Tree.ItemDecoratorto further configureTreeItems generated automatically whenTree.setItems(List, ChildrenProvider)method is called. - addNavbarHelper(Component) - Method in class org.vaadin.firitin.appframework.VAppLayout
-
Places a component by the view to the navbar.
- addNavigationItem(NavigationItem) - Method in class org.vaadin.firitin.appframework.AdvancedSideNav
-
Deprecated.
- addPoint(double, double) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Adds a point to the polygon.
- addPoint(double, double) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Adds a point to the polyline.
- addPoints(double...) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Adds multiple points to the polygon.
- addPoints(double...) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Adds multiple points to the polyline.
- addResizeListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
-
Deprecated.Hoping to get this feature to the core soon, there might be API conflicts at that point. Use the lower level
ResizeObserverdirectly if you are concerned about potential future API conflicts. - addResizeListener(Component, ComponentEventListener) - Method in class org.vaadin.firitin.util.ResizeObserver
-
Adds a listener to be notified when the size of the given component changes.
- addRow() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Adds a single row instance to this container.
- addRow() - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Adds a single row instance to this container.
- addRows(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Adds multiple rows to this instance based on the given integer (must be greater than 0).
- addRows(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Adds multiple rows to this instance based on the given integer (must be greater than 0).
- addRows(TableRow...) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Adds the given list of rows.
- addRows(TableRow...) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Adds the given rows to this instance.
- addScrollListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- addScrollListener(ComponentEventListener) - Method in class org.vaadin.firitin.layouts.VTabSheet
- addScrollListener(WindowScroller.ScrollListener) - Method in class org.vaadin.firitin.util.WindowScroller
- addScrollToEndListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
-
Adds a listener that is called when a users scrolls the component to the end of its scrollable area.
- addScrollToEndListener(ComponentEventListener) - Method in class org.vaadin.firitin.layouts.VTabSheet
-
Adds a listener that is called when a users scrolls the component to the end of its scrollable area.
- addScrollToEndListener(WindowScroller.ScrollListener) - Method in class org.vaadin.firitin.util.WindowScroller
- addSelectionListener(MultiSelectionListener) - Method in class org.vaadin.firitin.components.grid.GridMultiSelect
- addSelectionListener(Tree.SelectionListener) - Method in class org.vaadin.firitin.components.Tree
-
Adds selection listener to nodes.
- addStop(double, Color) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Adds a stop at the specified offset with the given color.
- addStop(double, Color) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Adds a stop at the specified offset with the given color.
- addStop(double, String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Adds a stop at the specified offset with the given color.
- addStop(double, String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Adds a stop at the specified offset with the given color.
- addStops(StopElement...) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Adds stop elements to this gradient.
- addStops(StopElement...) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Adds stop elements to this gradient.
- addSubItem(NavigationItem) - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- addSubItem(NavigationItem) - Method in interface org.vaadin.firitin.appframework.NavigationItem
- addSubItem(NavigationItem) - Method in class org.vaadin.firitin.appframework.SubMenu
- addSubMenu(AdvancedSideNav) - Method in class org.vaadin.firitin.appframework.AdvancedSideNav
-
Deprecated.
- addTab(String, Component) - Method in class org.vaadin.firitin.layouts.VTabSheet
- addToFooter() - Method in class org.vaadin.firitin.components.grid.PagingGrid
- addToHeader() - Method in class org.vaadin.firitin.components.grid.PagingGrid
- addToSelectionCb - Variable in class org.vaadin.firitin.fields.SubListSelector
- addUploadSucceededListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.components.grid.GridMultiSelect
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.components.grid.GridSelect
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.fields.SubListSelector
- addValueChangeListener(HasValue.ValueChangeListener) - Method in class org.vaadin.firitin.form.FormBinder
- addVisibilityChangeListener(PageVisibility.PageVisibilityListener) - Method in class org.vaadin.firitin.util.PageVisibility
-
Adds a listener for visibility change events on the page.
- adjustResetButtonState() - Method in class org.vaadin.firitin.form.AbstractForm
-
Adjusts the reset button state.
- adjustResetButtonState() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Adjusts the reset button state.
- adjustSaveButtonState() - Method in class org.vaadin.firitin.form.AbstractForm
-
Adjust save button state.
- adjustSaveButtonState() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Adjust save button state.
- adjustSaveButtonState() - Method in class org.vaadin.firitin.rad.AutoForm
-
Adjust save button state.
- AdvancedSideNav - Class in org.vaadin.firitin.appframework
-
Deprecated.
- AdvancedSideNav() - Constructor for class org.vaadin.firitin.appframework.AdvancedSideNav
-
Deprecated.
- afterNavigation(AfterNavigationEvent) - Method in class org.vaadin.firitin.appframework.MainLayout
- afterNavigation(AfterNavigationEvent) - Method in class org.vaadin.firitin.appframework.VAppLayout
- ALIGN - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Method
-
Characters are aligned perpendicular to the path (default)
- alignAll(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- alignAll(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- ALL - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- allowMultiple() - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- allowUserToToggleOpenState(boolean) - Method in class org.vaadin.firitin.components.TreeTable
- ALPHABETIC - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- animateToEstimate() - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
-
Runs a client side animation to the
ProgressBar.getMax()value as "milliseconds". - animateToEstimate(LocalDateTime, LocalDateTime) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
-
Runs a client side animation between the given
LocalDateTimes. - appendMarkdown(String) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Directly adds markdown formatted text to message part.
- appendMarkdown(String, boolean) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- appendMarkdown(String, RichText) - Method in class org.vaadin.firitin.components.RichText.MarkdownItStrategy
- appendMarkdown(String, RichText) - Method in interface org.vaadin.firitin.components.RichText.MarkdownStrategy
- appendMarkDown(String) - Method in class org.vaadin.firitin.components.RichText
- appendMarkdownAsync(String) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Adds markdown formatted text to message part.
- appendMarkDownAsync(String) - Method in class org.vaadin.firitin.components.RichText
-
A shorthand to append markdown snippet to the content from a non-UI thread.
- apply(Component) - Method in class org.vaadin.firitin.util.VStyle
-
Applies the styles defined in this VStyle to the given component.
- apply(Component, String) - Method in class org.vaadin.firitin.util.VStyle
-
Applies the styles defined in this VStyle to an element specified by the context component and css selector.
- apply(HasStyle) - Method in class org.vaadin.firitin.util.style.Padding
- apply(String) - Method in class org.vaadin.firitin.form.FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider
- apply(T) - Method in interface org.vaadin.firitin.components.Tree.ItemGenerator
-
Gets a component for the
item. - apply(T) - Method in interface org.vaadin.firitin.components.Tree.ItemIconGenerator
-
Gets a icon for the
item. - applyDialogNoPaddingStyle(Dialog) - Static method in class org.vaadin.firitin.util.VStyles
- applyOrElse(VStyleUtil.ThemeStyle, VStyleUtil.ThemeStyle, HasElement) - Static method in class org.vaadin.firitin.util.VStyleUtil
- applyTheme(HasElement) - Method in interface org.vaadin.firitin.util.VStyleUtil.ThemeStyle
- applyToShadowRoot(Component, String) - Method in class org.vaadin.firitin.util.VStyle
-
Applies the styles defined in this VStyle to an element specified by the context component and css selector, but specifically to the shadow root of the component.
- applyWhiteSpaceNoWrap(Component) - Static method in class org.vaadin.firitin.util.VStyles
- arcTo(double, double, double, boolean, boolean, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw an elliptical arc (absolute coordinates).
- arcToRelative(double, double, double, boolean, boolean, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw an elliptical arc (relative coordinates).
- Area - Record Class in org.vaadin.firitin.components.cssgrid
-
Defines a named area.
- Area(String) - Constructor for record class org.vaadin.firitin.components.cssgrid.Area
-
Creates an instance of a
Arearecord class. - areas() - Method in record class org.vaadin.firitin.components.cssgrid.Row
-
Returns the value of the
areasrecord component. - asButton() - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Makes the download look like a button instead of a normal link.
- asElements(Component...) - Static method in class org.vaadin.firitin.fields.internalhtmltable.ElementHelper
- asValueContext() - Method in interface org.vaadin.firitin.rad.PropertyContext
- ATTRIBUTE_COLSPAN - Static variable in interface org.vaadin.firitin.fields.internalhtmltable.HasColSpan
- ATTRIBUTE_ROWSPAN - Static variable in interface org.vaadin.firitin.fields.internalhtmltable.HasRowSpan
- ATTRIBUTE_SCOPE - Static variable in interface org.vaadin.firitin.fields.internalhtmltable.HasScope
- AUTO - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- AUTO - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Spacing
-
Spacing between glyphs is adjusted (default)
- AUTO - Enum constant in enum class org.vaadin.firitin.util.webnotification.NotificationOptions.Direction
- AutoForm<T> - Class in org.vaadin.firitin.rad
-
A form that automatically creates fields for all properties of a bean.
- AutoFormContext - Class in org.vaadin.firitin.rad
-
Experimental feature, API/naming might change.
- AutoFormContext() - Constructor for class org.vaadin.firitin.rad.AutoFormContext
- AutoFormContext(List) - Constructor for class org.vaadin.firitin.rad.AutoFormContext
- AVATAR_PRESETS - Static variable in interface org.vaadin.firitin.components.messagelist.MarkdownMessage.Color
B
- Badge - Class in org.vaadin.firitin.components.badge
-
Badge component, build around the same styling as in Vaadin Lumo theme, but: Can be used in any Vaadin Flow application without Lumo theme Has an actual Java API
- Badge() - Constructor for class org.vaadin.firitin.components.badge.Badge
- Badge(String) - Constructor for class org.vaadin.firitin.components.badge.Badge
- Badge.Theme - Enum Class in org.vaadin.firitin.components.badge
- BASE_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BASELINE - Enum constant in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
- baselineShift(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the baseline shift with a custom value.
- baselineShift(TSpanElement.BaselineShift) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the baseline shift (for subscript/superscript).
- baselineShiftRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the baseline shift with a custom value (read-write).
- baselineShiftRW(TSpanElement.BaselineShift) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the baseline shift (for subscript/superscript) (read-write).
- BasicNavigationItem - Class in org.vaadin.firitin.appframework
-
A component to represent a main view in the navigation menu
- BasicNavigationItem(Class) - Constructor for class org.vaadin.firitin.appframework.BasicNavigationItem
- beanDescription() - Method in class org.vaadin.firitin.rad.AutoForm
- beanDescription() - Method in interface org.vaadin.firitin.rad.ValueContext
- beanDescription() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns the value of the
beanDescriptionrecord component. - beanPropertyDefinition() - Method in interface org.vaadin.firitin.rad.PropertyContext
- beanPropertyDefinition() - Method in record class org.vaadin.firitin.rad.PropertyContextImpl
-
Returns the value of the
beanPropertyDefinitionrecord component. - BeanValidationForm<T> - Class in org.vaadin.firitin.form
-
Deprecated.handle with care, very little tested and should be considered experimental at this point. API will most likely change, but feedback is more than welcome.
- BeanValidationForm(Class) - Constructor for class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Constructor for the abstract form.
- BeanValidationForm.DeleteHandler<T> - Interface in org.vaadin.firitin.form
-
Deprecated.A handler called when the built-in delete button of the form is called.
- BeanValidationForm.ResetHandler<T> - Interface in org.vaadin.firitin.form
-
Deprecated.A handler called when the built-in reset/cancel button of the form is called.
- BeanValidationForm.SavedHandler<T> - Interface in org.vaadin.firitin.form
-
Deprecated.A handler called when the built-in save button of the form is called.
- BEGINNING - Static variable in annotation interface org.vaadin.firitin.appframework.MenuItem
- BEVEL - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
-
Beveled/flattened corner
- bind() - Method in class org.vaadin.firitin.form.AbstractForm
-
By default just does simple name based binding.
- bind() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- bindProperty(BeanPropertyDefinition, HasValue) - Method in class org.vaadin.firitin.form.FormBinder
-
Binds given property to the given editor field.
- bindValueToCookie(HasValue, String) - Static method in class org.vaadin.firitin.util.BrowserCookie
-
Binds a HasValue<String> to a cookie that lives for a month.
- bindValueToCookie(HasValue, String, BrowserCookie.Callback) - Static method in class org.vaadin.firitin.util.BrowserCookie
-
Binds a HasValue<V> to a cookie that lives for a month.
- BLANK - Enum constant in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
- BODY_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BOLD - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- BOLDER - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- BORDER_RADIUS_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BORDER_RADIUS_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BORDER_RADIUS_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BorderLayout - Class in org.vaadin.firitin.layouts
-
A simple container that can position children in 5 regions, namely: NORTH, SOUTH, EAST, WEST, CENTER.
- BorderLayout() - Constructor for class org.vaadin.firitin.layouts.BorderLayout
- BorderLayout.Region - Enum Class in org.vaadin.firitin.layouts
- BOTH - Enum constant in enum class org.vaadin.firitin.components.grid.PagingGrid.PaginationBarMode
- BOTH - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceSensorPermissions.SensorType
- bottom() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
bottomrecord component. - BOTTOM - Enum constant in enum class org.vaadin.firitin.components.grid.PagingGrid.PaginationBarMode
- BOTTOM - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- bounds(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the bounds of the image (position and size).
- bounds(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the bounds of the mask area.
- bounds(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set bounds (x, y, width, height) at once.
- boundsRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the bounds of the image (position and size) (read-write).
- boundsRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the bounds of the mask area (read-write).
- boundsRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set bounds (x, y, width, height) at once (read-write).
- BOX_SHADOW_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BOX_SHADOW_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BOX_SHADOW_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BOX_SHADOW_XL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BOX_SHADOW_XS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- BrowserCookie - Class in org.vaadin.firitin.util
-
A helper that provides access to browser cookies.
- BrowserCookie() - Constructor for class org.vaadin.firitin.util.BrowserCookie
- BrowserCookie.Callback - Interface in org.vaadin.firitin.util
- BrowserPrompt - Class in org.vaadin.firitin.util
-
Helper class to use JS API browsers have to prompt simple input values.
- BrowserPrompt() - Constructor for class org.vaadin.firitin.util.BrowserPrompt
- buildMenu() - Method in class org.vaadin.firitin.appframework.MainLayout
-
This method can be called to re-build the menu, if e.g. views has been added, removed or otherwise changed.
- BUTT - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
-
Straight edge perpendicular to the stroke direction
- ByteArrayUploadField - Class in org.vaadin.firitin.fields
- ByteArrayUploadField() - Constructor for class org.vaadin.firitin.fields.ByteArrayUploadField
C
- cancel() - Method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Stops listening to device motion events.
- cancel() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Stops listening to device orientation events.
- cancel() - Method in class org.vaadin.firitin.devicemotion.ScreenOrientation
-
Stop listening to orientation changes.
- cancel() - Method in class org.vaadin.firitin.geolocation.Geolocation
-
Stops polling the listeners with the new geolocation data.
- center(double, double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Convenience method to set the center position (cx, cy) at once.
- center(double, double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set the center position (cx, cy) at once.
- center(double, double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the center of the gradient circle.
- center(String, String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Convenience method to set the center position with strings (supports units/percentages).
- center(String, String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set the center position with strings (supports units/percentages).
- CENTER - Enum constant in enum class org.vaadin.firitin.layouts.BorderLayout.Region
- centerRW(double, double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Convenience method to set the center position (cx, cy) at once (read-write).
- centerRW(double, double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set the center position (cx, cy) at once (read-write).
- centerRW(double, double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the center of the gradient circle (read-write).
- centerRW(String, String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Convenience method to set the center position with strings (read-write).
- centerRW(String, String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set the center position with strings (read-write).
- CENTRAL - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- checkAccess(NavigationItem) - Method in class org.vaadin.firitin.appframework.MainLayout
-
Application that has e.g. role based access control can limit the appearance of the navigation item in the menu by returning false here.
- checkPermission() - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Checks the current permission state for device motion events.
- checkPermission() - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Checks the current permission state for device orientation events.
- checkPermission() - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- checkPermission(UI) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Checks the current permission state for device motion events.
- checkPermission(UI) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Checks the current permission state for device orientation events.
- checkState() - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Checks the current state of the screen wake lock for the current UI instance.
- checkState(UI) - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Checks the current state of the screen wake lock for the specified UI instance.
- chooseFolders() - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Clicking on the upload component opeens a dialog for choosing folders instead of files.
- chunked() - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Deprecated.This is currently very little tested feature. Please provide all feedback you can if there are issues, so that I can improve this.
- CircleElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<circle>element. - CircleElement() - Constructor for class org.vaadin.firitin.element.svg.CircleElement
- clear() - Method in class org.vaadin.firitin.element.svg.PathElement
-
Clears the currently scheduled drawing commands.
- clear() - Method in class org.vaadin.firitin.fields.MultiDateTimeField.CustomDateTimePicker
- clear() - Method in class org.vaadin.firitin.util.VStyle
- clear() - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- clear(UI, WebStorage.Storage) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- clear(WebStorage.Storage) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated.Clears the given storage.
- clearFiles() - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Clears the uploaded files shown in the component.
- clearPoints() - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Clears all points from the polygon.
- clearPoints() - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Clears all points from the polyline.
- clearThemes(HasElement) - Method in interface org.vaadin.firitin.util.VStyleUtil.ThemeStyle
- clearTransform() - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Clears all transforms from the element.
- clearValidationErrors() - Method in class org.vaadin.firitin.form.FormBinder
-
Removes all validation errors from bound fields and
FormBinder.getClassLevelViolationDisplay(). - CLICKABLE_CURSOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- Clipboard - Class in org.vaadin.firitin.util.clipboard
-
Utility class for clipboard operations in a Vaadin application.
- Clipboard() - Constructor for class org.vaadin.firitin.util.clipboard.Clipboard
- clipPath(ClipPathElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets a clipping path for this element.
- ClipPathElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<clipPath>element. - ClipPathElement() - Constructor for class org.vaadin.firitin.element.svg.ClipPathElement
- ClipPathElement(String) - Constructor for class org.vaadin.firitin.element.svg.ClipPathElement
-
Creates a clip path with the given ID.
- ClipPathElement.ClipPathUnits - Enum Class in org.vaadin.firitin.element.svg
-
Clip path unit options.
- clipPathRW(ClipPathElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets a clipping path for this element (read-write).
- clipPathUnits(ClipPathElement.ClipPathUnits) - Method in class org.vaadin.firitin.element.svg.ClipPathElement
-
Sets the coordinate system for the clip path contents.
- clipPathUnitsRW(ClipPathElement.ClipPathUnits) - Method in class org.vaadin.firitin.element.svg.ClipPathElement
-
Sets the coordinate system for the clip path contents (read-write).
- close() - Method in class org.vaadin.firitin.components.popover.PopoverButton
-
Programmatically close the popop.
- closeChildren() - Method in class org.vaadin.firitin.components.TreeItem
- ClosedByDefault() - Constructor for class org.vaadin.firitin.components.TreeTable.ClosedByDefault
- closePath() - Method in class org.vaadin.firitin.element.svg.PathElement
-
Close the current path by drawing a straight line back to the start.
- closePopup() - Method in class org.vaadin.firitin.form.AbstractForm
- closePopup() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- closeSubView() - Method in class org.vaadin.firitin.appframework.VAppLayout
- closeSubView(Component) - Method in class org.vaadin.firitin.appframework.VAppLayout
- collapsible() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- COLUMN - Enum constant in enum class org.vaadin.firitin.util.VStyleUtil.FlexDirection
- CommaSeparatedStringField - Class in org.vaadin.firitin.fields
-
A field to edit a set of String using one simple text field.
- CommaSeparatedStringField() - Constructor for class org.vaadin.firitin.fields.CommaSeparatedStringField
- CommaSeparatedStringField(String) - Constructor for class org.vaadin.firitin.fields.CommaSeparatedStringField
- compute(String, Class, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- computeBoolean(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- computeDouble(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- computeInteger(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- computeString(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- configureColumneHeaders() - Method in class org.vaadin.firitin.fields.ElementCollectionField
-
A hook to override the default column headers.
- configureDefaultStyling() - Method in class org.vaadin.firitin.components.button.DefaultButton
-
configures the default styling for the default button
- configureEditor(BeanPropertyDefinition, HasValue) - Method in class org.vaadin.firitin.form.FormBinder
- configureGridColumns() - Method in class org.vaadin.firitin.fields.SubListSelector
- configurePermissionRequest(Button, DeviceSensorPermissions.SensorType, Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceSensorPermissions
-
Configures an existing button to request permissions on click, then execute the action callback on the server side.
- ConfirmationDialog - Class in org.vaadin.firitin.components.dialog
-
Simple confirmation dialog.
- ConfirmationDialog(String, Command) - Constructor for class org.vaadin.firitin.components.dialog.ConfirmationDialog
- ConfirmButton - Class in org.vaadin.firitin.components.button
-
A button whose action is executed ofter showing a confirmation dialog.
- ConfirmButton(Icon, Command) - Constructor for class org.vaadin.firitin.components.button.ConfirmButton
- ConfirmButton(String, Command) - Constructor for class org.vaadin.firitin.components.button.ConfirmButton
- constructPojo() - Method in class org.vaadin.firitin.form.FormBinder
- constructRecord() - Method in class org.vaadin.firitin.form.FormBinder
- contentLenght() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns the value of the
contentLenghtrecord component. - ContentProvider - Interface in org.vaadin.firitin.components.popover
- CONTRAST - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- CONTRAST - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
- CONTRAST - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_10PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_20PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_30PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_40PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_50PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_5PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_60PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_70PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_80PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- CONTRAST_90PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- coords() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Returns the value of the
coordsrecord component. - copyToClipboard(String) - Static method in class org.vaadin.firitin.util.clipboard.Clipboard
-
Copies the given text to the current user's clipboard using the Clipboard API.
- CopyToClipboardButton - Class in org.vaadin.firitin.util.clipboard
-
A helper button to copy certain text to the clipboard.
- CopyToClipboardButton(SerializableSupplier) - Constructor for class org.vaadin.firitin.util.clipboard.CopyToClipboardButton
- CopyToClipboardButton(String) - Constructor for class org.vaadin.firitin.util.clipboard.CopyToClipboardButton
- cornerRadius(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set equal corner radius for both axes.
- cornerRadius(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set different corner radii for horizontal and vertical axes.
- cornerRadiusRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set equal corner radius for both axes (read-write).
- cornerRadiusRW(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set different corner radii for horizontal and vertical axes (read-write).
- create() - Static method in record class org.vaadin.firitin.components.cssgrid.Area
- createContent() - Method in class org.vaadin.firitin.form.AbstractForm
-
This method should return the actual content of the form, including possible toolbar.
- createContent() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.This method should return the actual content of the form, including possible toolbar.
- createDeleteButton() - Method in class org.vaadin.firitin.form.AbstractForm
- createDeleteButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- createForm(Class) - Method in class org.vaadin.firitin.rad.AutoFormContext
- createForm(T) - Method in class org.vaadin.firitin.rad.AutoFormContext
- createI18nFromLocale(Locale) - Static method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- createIcon(MenuItem) - Static method in class org.vaadin.firitin.appframework.BasicNavigationItem
- createRequestPermissionButton(String, DeviceSensorPermissions.SensorType, Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceSensorPermissions
-
Creates a button that requests the specified permissions on click, then executes the onSuccess callback if permissions are granted.
- createResetButton() - Method in class org.vaadin.firitin.form.AbstractForm
- createResetButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- createSaveButton() - Method in class org.vaadin.firitin.form.AbstractForm
- createSaveButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- createTreeItem(T) - Method in class org.vaadin.firitin.components.Tree
- createValueFromString(String) - Method in class org.vaadin.firitin.fields.SubListSelector
- crossorigin(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the crossorigin attribute for CORS requests.
- crossoriginRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the crossorigin attribute for CORS requests (read-write).
- CssGrid - Class in org.vaadin.firitin.components.cssgrid
-
Deprecated.Early version of this class, there might still be some backwards incompatible changes. Please provide your feedback, even if this "just works".
- CssGrid() - Constructor for class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- CssGrid(int) - Constructor for class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.Constructs a css grid layout with given number of equally sized columns.
- CssGrid.GridCell - Class in org.vaadin.firitin.components.cssgrid
-
Deprecated.A helper class to customize Css grid specific features of a component added to the
CssGrid. - cubicBezierTo(double, double, double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a cubic Bézier curve (absolute coordinates).
- cubicBezierToRelative(double, double, double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a cubic Bézier curve (relative coordinates).
- CustomDateTimePicker() - Constructor for class org.vaadin.firitin.fields.MultiDateTimeField.CustomDateTimePicker
- CustomLayout - Class in org.vaadin.firitin.components
-
A replacement for V7/8 era custom layout component for which one can provide a template dynamically and still place Vaadin components into it.
- CustomLayout() - Constructor for class org.vaadin.firitin.components.CustomLayout
- CustomLayout(String) - Constructor for class org.vaadin.firitin.components.CustomLayout
-
Creates a new CustomLayout with given html template.
- cx(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the x-axis coordinate of the center of the circle.
- cx(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the x-axis coordinate of the center of the ellipse.
- cx(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the gradient circle center.
- cx(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the x-axis coordinate of the center of the circle with a unit or percentage.
- cx(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the x-axis coordinate of the center of the ellipse with a unit or percentage.
- cx(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the gradient circle center with a unit.
- cxRW(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the x-axis coordinate of the center of the circle (read-write).
- cxRW(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the x-axis coordinate of the center of the ellipse (read-write).
- cxRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the gradient circle center (read-write).
- cxRW(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the x-axis coordinate of the center of the circle with a unit or percentage (read-write).
- cxRW(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the x-axis coordinate of the center of the ellipse with a unit or percentage (read-write).
- cxRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the gradient circle center with a unit (read-write).
- cy(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the y-axis coordinate of the center of the circle.
- cy(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the y-axis coordinate of the center of the ellipse.
- cy(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the gradient circle center.
- cy(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the y-axis coordinate of the center of the circle with a unit or percentage.
- cy(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the y-axis coordinate of the center of the ellipse with a unit or percentage.
- cy(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the gradient circle center with a unit.
- cyRW(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the y-axis coordinate of the center of the circle (read-write).
- cyRW(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the y-axis coordinate of the center of the ellipse (read-write).
- cyRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the gradient circle center (read-write).
- cyRW(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the y-axis coordinate of the center of the circle with a unit or percentage (read-write).
- cyRW(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the y-axis coordinate of the center of the ellipse with a unit or percentage (read-write).
- cyRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the gradient circle center with a unit (read-write).
D
- d(String) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Sets the path data directly.
- DEFAULT - Enum constant in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
- DEFAULT - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
- DEFAULT - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
- DEFAULT - Enum constant in enum class org.vaadin.firitin.util.webnotification.WebNotification.Permission
- DEFAULT - Static variable in annotation interface org.vaadin.firitin.appframework.MenuItem
- DEFAULT_DURATION - Static variable in class org.vaadin.firitin.components.notification.VNotification
- DefaultButton - Class in org.vaadin.firitin.components.button
-
A Button to use for primary actions, like saving.
- DefaultButton() - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates an empty button.
- DefaultButton(Component) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given icon.
- DefaultButton(Component, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given icon and listener.
- DefaultButton(Component, String) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given icon and text.
- DefaultButton(Component, String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text, icon and listener.
- DefaultButton(Component, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given icon and listener.
- DefaultButton(String) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text.
- DefaultButton(String, Component) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text and icon.
- DefaultButton(String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text and listener.
- DefaultButton(String, Component, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text, icon and listener.
- DefaultButton(String, Component, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text, icon and listener.
- DefaultButton(String, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.DefaultButton
-
Creates a button with given text and listener.
- defaultFormatToPresentation(Duration) - Static method in class org.vaadin.firitin.fields.DurationField
- defaultHeader(PropertyContext) - Static method in interface org.vaadin.firitin.rad.PropertyHeaderPrinter
- defaultVaadinFormatting(Object) - Static method in interface org.vaadin.firitin.components.grid.VGrid.CellFormatter
- define(Component, String) - Method in enum class org.vaadin.firitin.util.style.LumoProps
- define(String) - Method in enum class org.vaadin.firitin.util.style.LumoProps
- DefsElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<defs>element. - DefsElement() - Constructor for class org.vaadin.firitin.element.svg.DefsElement
- delete(ClickEvent) - Method in class org.vaadin.firitin.form.AbstractForm
- delete(ClickEvent) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- DeleteButton - Class in org.vaadin.firitin.components.button
- DeleteButton() - Constructor for class org.vaadin.firitin.components.button.DeleteButton
- DeleteButton(Command) - Constructor for class org.vaadin.firitin.components.button.DeleteButton
- DeleteButton(String, Command) - Constructor for class org.vaadin.firitin.components.button.DeleteButton
- DENIED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
- DENIED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
- DENIED - Enum constant in enum class org.vaadin.firitin.util.webnotification.WebNotification.Permission
- deselectAllItems() - Method in class org.vaadin.firitin.components.Tree
-
Deselects all tree items in the UI.
- detectCookieValue(String, BrowserCookie.Callback) - Static method in class org.vaadin.firitin.util.BrowserCookie
- DeviceMotion - Class in org.vaadin.firitin.devicemotion
-
A helper class to detect device motion events including acceleration and rotation.
- DeviceMotion() - Constructor for class org.vaadin.firitin.devicemotion.DeviceMotion
- DeviceMotion.DeviceMotionHandler - Interface in org.vaadin.firitin.devicemotion
-
Functional interface for handling DeviceMotion instance after permission is granted.
- DeviceMotion.MotionListener - Interface in org.vaadin.firitin.devicemotion
- DeviceMotion.Permission - Enum Class in org.vaadin.firitin.devicemotion
- DeviceMotionAcceleration - Class in org.vaadin.firitin.devicemotion
-
Represents the acceleration of a device along three axes (x, y, z).
- DeviceMotionAcceleration() - Constructor for class org.vaadin.firitin.devicemotion.DeviceMotionAcceleration
- DeviceMotionEvent - Class in org.vaadin.firitin.devicemotion
-
Represents a device motion event containing acceleration and rotation data.
- DeviceMotionEvent() - Constructor for class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- DeviceMotionRotationRate - Class in org.vaadin.firitin.devicemotion
-
Represents the rate of rotation of a device around three axes (alpha, beta, gamma).
- DeviceMotionRotationRate() - Constructor for class org.vaadin.firitin.devicemotion.DeviceMotionRotationRate
- deviceMotionUpdate(DeviceMotionEvent) - Method in interface org.vaadin.firitin.devicemotion.DeviceMotion.MotionListener
- DeviceOrientation - Class in org.vaadin.firitin.devicemotion
-
A helper class to detect device orientation events.
- DeviceOrientation() - Constructor for class org.vaadin.firitin.devicemotion.DeviceOrientation
- DeviceOrientation.OrientationListener - Interface in org.vaadin.firitin.devicemotion
- DeviceOrientation.Permission - Enum Class in org.vaadin.firitin.devicemotion
- DeviceOrientationEvent - Class in org.vaadin.firitin.devicemotion
-
Represents a device orientation event containing the physical orientation of the device.
- DeviceOrientationEvent() - Constructor for class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- deviceOrientationUpdate(DeviceOrientationEvent) - Method in interface org.vaadin.firitin.devicemotion.DeviceOrientation.OrientationListener
- DeviceSensorPermissions - Class in org.vaadin.firitin.devicemotion
-
Helper class for handling device sensor permissions (motion and orientation).
- DeviceSensorPermissions() - Constructor for class org.vaadin.firitin.devicemotion.DeviceSensorPermissions
- DeviceSensorPermissions.SensorType - Enum Class in org.vaadin.firitin.devicemotion
- diagonal() - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Creates a diagonal gradient (top-left to bottom-right).
- Dimensions(int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Creates an instance of a
Dimensionsrecord class. - disableBeanValidation() - Method in class org.vaadin.firitin.rad.AutoFormContext
-
Disables the default bean validation.
- DISABLED_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- DisclosurePanel - Class in org.vaadin.firitin.components
-
Deprecated, for removal: This API element is subject to removal in a future version.Use the nowadays available Details component from Vaadin core instead.
- DisclosurePanel() - Constructor for class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Creates a new disclosure panel.
- DisclosurePanel(String, Component...) - Constructor for class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Creates a new disclosure panel with the given caption and content.
- doAutoScroll() - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- doBeanValidation() - Method in class org.vaadin.firitin.rad.AutoForm
- doBeanValidation(T) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- dominantBaseline(TextElement.DominantBaseline) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the dominant baseline (vertical alignment).
- dominantBaselineRW(TextElement.DominantBaseline) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the dominant baseline (vertical alignment) (read-write).
- DownloadFailedEvent(DynamicFileDownloader, Exception) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader.DownloadFailedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- DownloadFinishedEvent(DynamicFileDownloader, boolean) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader.DownloadFinishedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- DownloadStartedEvent(DynamicFileDownloader, boolean) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader.DownloadStartedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- dRW(String) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Sets the path data directly (read-write).
- DtoDisplay - Class in org.vaadin.firitin.rad
-
A simple component to display a DTO in a human-readable way with minimal amount of code.
- DtoDisplay(Object) - Constructor for class org.vaadin.firitin.rad.DtoDisplay
-
Creates a new instance of DtoDisplay.
- DtoDisplay(List, ValueContext) - Constructor for class org.vaadin.firitin.rad.DtoDisplay
- DurationField - Class in org.vaadin.firitin.fields
-
A field for entering a duration of JDK type
Duration. - DurationField() - Constructor for class org.vaadin.firitin.fields.DurationField
-
Creates a new field with empty value (null).
- DurationField(String) - Constructor for class org.vaadin.firitin.fields.DurationField
-
Creates a new field with a given label.
- dx(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the horizontal shift from the previous text position.
- dx(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the horizontal shift from the previous text position.
- dx(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the horizontal shift with a unit.
- dxRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the horizontal shift from the previous text position (read-write).
- dxRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the horizontal shift from the previous text position (read-write).
- dxRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the horizontal shift with a unit (read-write).
- dy(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the vertical shift from the previous text position.
- dy(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the vertical shift from the previous text position.
- dy(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the vertical shift with a unit.
- DynamicFileDownloader - Class in org.vaadin.firitin.components
-
An anchor which links to a file whose content is produced dynamically.
- DynamicFileDownloader() - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Empty constructor file downloader.
- DynamicFileDownloader(Component, String, DynamicFileDownloader.ContentWriter) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Constructs a download link with given component as the content that ignites the download.
- DynamicFileDownloader(Component, DynamicFileDownloader.ContentWriter) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Constructs a download link with given component as the content that ignites the download.
- DynamicFileDownloader(String, String, DynamicFileDownloader.ContentWriter) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Constructs a new download link with given text, static file name and writer.
- DynamicFileDownloader(String, DynamicFileDownloader.ContentWriter) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Constructs a new download link with given text, static file name and writer.
- DynamicFileDownloader(DynamicFileDownloader.ContentWriter) - Constructor for class org.vaadin.firitin.components.DynamicFileDownloader
-
Constructs a basic download link with DOWNLOAD icon from
VaadinIconas the "text" and default file name. - DynamicFileDownloader.ContentTypeGenerator - Interface in org.vaadin.firitin.components
-
Generates the content of HTTP response header 'Content-Type'.
- DynamicFileDownloader.ContentWriter - Interface in org.vaadin.firitin.components
-
Writes the content of the downloaded file to the given output stream.
- DynamicFileDownloader.DownloadFailedEvent - Class in org.vaadin.firitin.components
-
Event fired when the file download fails.
- DynamicFileDownloader.DownloadFinishedEvent - Class in org.vaadin.firitin.components
-
Event fired when the file download has been streamed to the client.
- DynamicFileDownloader.DownloadStartedEvent - Class in org.vaadin.firitin.components
-
Event fired when the file download has been streamed to the client.
- DynamicFileDownloader.FileNameGenerator - Interface in org.vaadin.firitin.components
-
Generates name dynamically per request.
- dyRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the vertical shift from the previous text position (read-write).
- dyRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the vertical shift from the previous text position (read-write).
- dyRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the vertical shift with a unit (read-write).
E
- EAST - Enum constant in enum class org.vaadin.firitin.layouts.BorderLayout.Region
- editChild(T) - Method in class org.vaadin.firitin.components.Tree
-
Edits child in UI.
- ElementCollectionField<T> - Class in org.vaadin.firitin.fields
-
A field to pick a list of objects from a superset.
- ElementCollectionField(Class) - Constructor for class org.vaadin.firitin.fields.ElementCollectionField
-
Creates a new instance of the field.
- ElementCollectionField(Class, Class) - Constructor for class org.vaadin.firitin.fields.ElementCollectionField
-
Creates a new instance of the field.
- ElementHelper - Class in org.vaadin.firitin.fields.internalhtmltable
- EllipseElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<ellipse>element. - EllipseElement() - Constructor for class org.vaadin.firitin.element.svg.EllipseElement
- emptySvgRoot() - Static method in class org.vaadin.firitin.element.svg.SvgElement
- enabled() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- END - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
-
Text ends at the position
- END - Static variable in annotation interface org.vaadin.firitin.appframework.MenuItem
- ensureMarkdownIt() - Static method in class org.vaadin.firitin.components.RichText.MarkdownItStrategy
- ensurePollingOrPush(AttachEvent) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- EnumSelect<T> - Class in org.vaadin.firitin.fields
-
A ComboBox that is pre-filled with all the values of an enum.
- EnumSelect(Class) - Constructor for class org.vaadin.firitin.fields.EnumSelect
-
Creates a new instance of the field.
- EnumSelect(String, Class) - Constructor for class org.vaadin.firitin.fields.EnumSelect
-
Creates a new instance of the field.
- equals(Object) - Method in record class org.vaadin.firitin.components.cssgrid.Area
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.components.cssgrid.Row
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.rad.PropertyContextImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Indicates whether some other object is "equal to" this one.
- ERROR - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- ERROR - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
- ERROR - Enum constant in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
An error occurred while requesting the wake lock
- ERROR_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ERROR_COLOR_10PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ERROR_COLOR_50PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ERROR_CONTRAST_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ERROR_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- EXACT - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Spacing
-
Glyphs are rendered exactly as specified
- exitFullscreen() - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
- EXTRA_LARGE - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Size
- EXTRA_SMALL - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Size
F
- FileDetails(String, String, long, String) - Constructor for record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Creates an instance of a
FileDetailsrecord class. - fileHandler - Variable in class org.vaadin.firitin.components.upload.UploadFileHandler
- fileName() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns the value of the
fileNamerecord component. - fill(Color) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill color using a Color object.
- fill(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill color using a string value.
- fill(LinearGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a gradient.
- fill(PatternElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a pattern.
- fill(RadialGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a radial gradient.
- fillOpacity(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill opacity.
- fillOpacityRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill opacity (read-write).
- fillRW(Color) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill color using a Color object (read-write).
- fillRW(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill color using a string value (read-write).
- fillRW(LinearGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a gradient (read-write).
- fillRW(PatternElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a pattern (read-write).
- fillRW(RadialGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to use a radial gradient (read-write).
- fillTree(Tree.ChildrenProvider, T, TreeItem) - Method in class org.vaadin.firitin.components.Tree
- fillWithProviders(int, T, TreeItem, Tree.ChildrenProvider...) - Method in class org.vaadin.firitin.components.Tree
- finish() - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- FluentAttachNotifier<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentBlurNotifier<T,
S> - Interface in org.vaadin.firitin.fluency.ui - FluentClickNotifier<T,
S> - Interface in org.vaadin.firitin.fluency.ui - FluentClickNotifierWithoutTypedSource<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentComponent<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentCompositionNotifier<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentDetachNotifier<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentFocusable<T,
S> - Interface in org.vaadin.firitin.fluency.ui - FluentFocusNotifier<T,
S> - Interface in org.vaadin.firitin.fluency.ui - FluentHasAutocapitalize<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasAutocomplete<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasAutocorrect<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasAutofocus<S> - Interface in org.vaadin.firitin.fluency.ui.internal
- FluentHasComponents<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasDataProvider<S,
T> - Interface in org.vaadin.firitin.fluency.ui - FluentHasEnabled<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasHelper<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasItems<S,
T> - Interface in org.vaadin.firitin.fluency.ui - FluentHasLabel<S> - Interface in org.vaadin.firitin.fluency.ui.internal
- FluentHasPrefix<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasPrefixAndSuffix<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasSize<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasStyle<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasText<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasTheme<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasTooltip<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasValidation<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentHasValue<S,
E, - Interface in org.vaadin.firitin.fluency.uiV> - FluentHasValueAndElement<S,
E, - Interface in org.vaadin.firitin.fluency.uiV> - FluentHtmlContainer<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentInputNotifier<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentKeyNotifier<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentThemableLayout<S> - Interface in org.vaadin.firitin.fluency.ui
- FluentVaadinTextField<S,
F, - Interface in org.vaadin.firitin.components.textfieldT> - flushPendingAttributes() - Method in class org.vaadin.firitin.element.svg.PathElement
- flushPendingAttributes() - Method in class org.vaadin.firitin.element.svg.SvgElement
- focalPoint(double, double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the focal point of the gradient.
- focalPointRW(double, double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the focal point of the gradient (read-write).
- focus() - Method in class org.vaadin.firitin.components.grid.VGrid
- focusFirst() - Method in class org.vaadin.firitin.form.AbstractForm
-
Focuses the first field found from the form.
- focusFirst() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Focuses the first field found from the form.
- folderPath() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns the value of the
folderPathrecord component. - FONT_FAMILY - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_XL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_XS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_XXL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_XXS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- FONT_SIZE_XXXL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- fontFamily(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font family.
- fontFamily(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font family.
- fontFamily(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font family.
- fontFamilyRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font family (read-write).
- fontFamilyRW(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font family (read-write).
- fontFamilyRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font family (read-write).
- fontSize(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font size.
- fontSize(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font size.
- fontSize(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font size.
- fontSize(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font size with a unit.
- fontSize(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font size with a unit.
- fontSize(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font size with a unit.
- fontSizeRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font size (read-write).
- fontSizeRW(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font size (read-write).
- fontSizeRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font size (read-write).
- fontSizeRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font size with a unit (read-write).
- fontSizeRW(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font size with a unit (read-write).
- fontSizeRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font size with a unit (read-write).
- fontStyle(TextElement.FontStyle) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font style.
- fontStyle(TextElement.FontStyle) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font style.
- fontStyleRW(TextElement.FontStyle) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font style (read-write).
- fontStyleRW(TextElement.FontStyle) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font style (read-write).
- fontWeight(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font weight.
- fontWeight(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font weight.
- fontWeight(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font weight.
- fontWeightRW(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the font weight (read-write).
- fontWeightRW(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the font weight (read-write).
- fontWeightRW(TextElement.FontWeight) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the font weight (read-write).
- formatColumnValue(VGrid.VColumn, Object) - Method in interface org.vaadin.firitin.components.grid.VGrid.CellFormatter
-
Formats the value in a raw data column.
- formatToPresentation(Duration) - Method in class org.vaadin.firitin.fields.DurationField
- FormBinder<T> - Class in org.vaadin.firitin.form
-
A new start for the
Binder. - FormBinder(Class, Component...) - Constructor for class org.vaadin.firitin.form.FormBinder
-
Constructs a new binder.
- FormBinder(Class, Object) - Constructor for class org.vaadin.firitin.form.FormBinder
-
Deprecated.not sure yet if this is a good idea, added for backwards compatibility
- FormBinder(Class, Map) - Constructor for class org.vaadin.firitin.form.FormBinder
-
Binds type to given property editors
- FormBinder(BasicBeanDescription) - Constructor for class org.vaadin.firitin.form.FormBinder
-
Constructs a new binder for semi-manual wiring.
- FormBinder(T, Component...) - Constructor for class org.vaadin.firitin.form.FormBinder
-
Binds given dto to the UI fields found from given component(s).
- FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider - Class in org.vaadin.firitin.form
- FormBinderValueChangeEvent<T> - Class in org.vaadin.firitin.form
- FormBinderValueChangeEvent(FormBinder, boolean) - Constructor for class org.vaadin.firitin.form.FormBinderValueChangeEvent
- fr(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the focal point circle.
- from(double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the starting point (x1, y1) at once.
- from(String, String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the starting point with strings (supports units/percentages).
- fromRW(double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the starting point (x1, y1) at once (read-write).
- fromRW(String, String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the starting point with strings (read-write).
- fromString(String) - Static method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- frRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the focal point circle (read-write).
- FullScreen - Class in org.vaadin.firitin.util.fullscreen
-
Java API for requesting full screen mode in a Vaadin application.
- FullScreen() - Constructor for class org.vaadin.firitin.util.fullscreen.FullScreen
- fullScreenAvailable() - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
-
Checks if the full screen mode is currently available.
- FullscreenChangeEvent - Class in org.vaadin.firitin.util.fullscreen
- FullscreenChangeEvent(UI, boolean) - Constructor for class org.vaadin.firitin.util.fullscreen.FullscreenChangeEvent
- fx(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the focal point.
- fx(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the focal point with a unit.
- fxRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the focal point (read-write).
- fxRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the x coordinate of the focal point with a unit (read-write).
- fy(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the focal point.
- fy(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the focal point with a unit.
- fyRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the focal point (read-write).
- fyRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the y coordinate of the focal point with a unit (read-write).
G
- GElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<g>(group) element. - GElement() - Constructor for class org.vaadin.firitin.element.svg.GElement
- generateModelValue() - Method in class org.vaadin.firitin.components.checkbox.TriStateCheckbox
- generateModelValue() - Method in class org.vaadin.firitin.fields.DurationField
- generateModelValue() - Method in class org.vaadin.firitin.fields.ElementCollectionField
- generateModelValue() - Method in class org.vaadin.firitin.fields.LocalDateTimeField
-
Deprecated.
- generateModelValue() - Method in class org.vaadin.firitin.fields.MultiDateTimeField.CustomDateTimePicker
- Geolocation - Class in org.vaadin.firitin.geolocation
-
A helper class to detect the geographical position of the end users.
- Geolocation() - Constructor for class org.vaadin.firitin.geolocation.Geolocation
- Geolocation.ErrorListener - Interface in org.vaadin.firitin.geolocation
- Geolocation.UpdateListener - Interface in org.vaadin.firitin.geolocation
- GeolocationCoordinates - Class in org.vaadin.firitin.geolocation
-
The data coming from the browser on geolocation requests
- GeolocationCoordinates() - Constructor for class org.vaadin.firitin.geolocation.GeolocationCoordinates
- geolocationError(GeolocationErrorEvent) - Method in interface org.vaadin.firitin.geolocation.Geolocation.ErrorListener
- GeolocationErrorEvent - Class in org.vaadin.firitin.geolocation
- GeolocationErrorEvent(int, String) - Constructor for class org.vaadin.firitin.geolocation.GeolocationErrorEvent
- GeolocationErrorEvent.GeolocationPositionError - Enum Class in org.vaadin.firitin.geolocation
-
See https://developer.mozilla.org/en-US/docs/Web/API/GeolocationPositionError
- GeolocationEvent - Record Class in org.vaadin.firitin.geolocation
- GeolocationEvent(GeolocationCoordinates, long) - Constructor for record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Creates an instance of a
GeolocationEventrecord class. - GeolocationOptions - Class in org.vaadin.firitin.geolocation
-
A class to configure options for geolocation requests.
- GeolocationOptions() - Constructor for class org.vaadin.firitin.geolocation.GeolocationOptions
- GeolocationOptions(Boolean, Integer, Integer) - Constructor for class org.vaadin.firitin.geolocation.GeolocationOptions
- geolocationUpdate(GeolocationEvent) - Method in interface org.vaadin.firitin.geolocation.Geolocation.UpdateListener
- get() - Static method in class org.vaadin.firitin.util.PageVisibility
- get() - Static method in class org.vaadin.firitin.util.ResizeObserver
- get() - Static method in class org.vaadin.firitin.util.webnotification.WebNotification
- get(UI) - Static method in class org.vaadin.firitin.util.PageVisibility
- get(String) - Method in class org.vaadin.firitin.util.VStyle
- getAbsolute() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getAcceleration() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- getAccelerationIncludingGravity() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- getAccuracy() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getActions() - Method in class org.vaadin.firitin.rad.AutoForm
- getAlpha() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionRotationRate
- getAlpha() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getAltitude() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getAltitudeAccuracy() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getAngle() - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- getAnnotationFromType(Class, Class) - Static method in interface org.vaadin.firitin.appframework.NavigationItem
- getBackgroundColor() - Method in class org.vaadin.firitin.util.VStyle
- getBadge() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getBadInputErrorMessage() - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
Long. - getBadInputErrorMessage() - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Gets the error message displayed when the field contains user input that the server is unable to convert to type
Short. - getBeanPropertyDefinitions() - Method in class org.vaadin.firitin.components.grid.VGrid
- getBeanPropertyNames() - Method in class org.vaadin.firitin.components.grid.VGrid
- getBeta() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionRotationRate
- getBeta() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getBinder() - Method in class org.vaadin.firitin.form.AbstractForm
- getBinder() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getBinder() - Method in class org.vaadin.firitin.rad.AutoForm
- getBody() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the
TableBodyfor this instance. - getBody() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getBottomChildColumns() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getBoundProperties() - Method in class org.vaadin.firitin.form.FormBinder
- getButton() - Method in class org.vaadin.firitin.components.button.ActionButton
-
Returns the underlying button component, for further configaration.
- getButton() - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- getButtonCaption() - Method in class org.vaadin.firitin.components.button.DeleteButton
- getCancelCaption() - Method in class org.vaadin.firitin.form.AbstractForm
- getCancelCaption() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getCancelText() - Method in class org.vaadin.firitin.components.button.ConfirmButton
- getCaption() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the
TableCaptionfor this instance. - getCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns the cell with the given index or an empty optional, if the index is out of bounds.
- getCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all cells of this row as a list.
- getChildren() - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Returns the children of this instance as a stream of components.
- getChildren(T) - Method in interface org.vaadin.firitin.components.Tree.ChildrenProvider
- getClassLevelViolationDisplay() - Method in class org.vaadin.firitin.form.FormBinder
-
Gets the class level violation display.
- getClassLevelViolationsDisplay() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getClosed() - Method in class org.vaadin.firitin.components.TreeTable.OpenByDefault
- getClosedIcon() - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.
- getColor() - Method in class org.vaadin.firitin.components.button.VButton
- getColor() - Method in class org.vaadin.firitin.util.VStyle
- getColSpan() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasColSpan
-
Returns the colspan set for this instance.
- getColumn(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Returns the column with the given index or an empty optional, if the index is out of bounds.
- getColumnGroup() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the
TableColumnGroupfor this instance. - getColumns() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Returns the columns of this instance as a list.
- getCompletableFuture() - Method in class org.vaadin.firitin.components.button.ActionButton
- getComponent() - Method in class org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
- getConfirmationDescription() - Method in class org.vaadin.firitin.components.button.ConfirmButton
- getConfirmationPrompt() - Method in class org.vaadin.firitin.components.button.ConfirmButton
- getContentType() - Method in interface org.vaadin.firitin.components.DynamicFileDownloader.ContentTypeGenerator
-
Used as 'Content-Type' HTTP response header.
- getContentWrapper() - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.
- getCoords() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Deprecated.use coords(), getter left for backwards compatiblity (changed to record)
- getCssName() - Method in enum class org.vaadin.firitin.util.style.LumoProps
- getCurrentOrientation() - Static method in class org.vaadin.firitin.devicemotion.ScreenOrientation
-
Get the current screen orientation.
- getCurrentOrientation(UI) - Static method in class org.vaadin.firitin.devicemotion.ScreenOrientation
-
Get the current screen orientation.
- getCurrentPosition(UI, Geolocation.UpdateListener, Geolocation.ErrorListener, GeolocationOptions) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Determines the device's current location once and notifies listener with the data.
- getCurrentPosition(Geolocation.UpdateListener, Geolocation.ErrorListener) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Determines the device's current location once and notifies listener with the data.
- getCurrentPosition(Geolocation.UpdateListener, Geolocation.ErrorListener, GeolocationOptions) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Determines the device's current location once and notifies listener with the data.
- getCursorPosition(SerializableConsumer) - Method in interface org.vaadin.firitin.components.textfield.SelectionApi
-
Asynchronously gets the current cursor position for this field.
- getData() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getDataCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns the data cell with the given index or an empty optional, if the index is out of bounds or if no data cell has been found for that index.
- getDataCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all data cells of this row as a list.
- getDefaultColumnFactory() - Method in class org.vaadin.firitin.components.grid.VGrid
- getDefaultPropertyPrinters() - Static method in class org.vaadin.firitin.rad.AutoFormContext
- getDefaultPropertyPrinters() - Static method in class org.vaadin.firitin.rad.DtoDisplay
- getDefaultPropertyPrinters() - Static method in class org.vaadin.firitin.rad.PrettyPrinter
- getDeleteButton() - Method in class org.vaadin.firitin.form.AbstractForm
- getDeleteButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getDeleteCaption() - Method in class org.vaadin.firitin.form.AbstractForm
- getDeleteCaption() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getDeleteHandler() - Method in class org.vaadin.firitin.form.AbstractForm
- getDeleteHandler() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getDimensions() - Method in class org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
- getDir() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getDownloadFileName() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- getDrawerFooter() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getDrawerHeader() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getEditor(String) - Method in class org.vaadin.firitin.form.FormBinder
- getElement() - Method in class org.vaadin.firitin.components.VSvg
- getEnableHighAccuracy() - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
-
The enableHighAccuracy member provides a hint that the application would like to receive the most accurate location data.
- getEntity() - Method in class org.vaadin.firitin.form.AbstractForm
- getEntity() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getError() - Method in class org.vaadin.firitin.geolocation.GeolocationErrorEvent
- getErrorMessage() - Method in class org.vaadin.firitin.geolocation.GeolocationErrorEvent
- getEstimatedDuration() - Method in class org.vaadin.firitin.components.button.ActionButton
- getException() - Method in class org.vaadin.firitin.components.DynamicFileDownloader.DownloadFailedEvent
-
Gets the exception that caused the download to fail.
- getExecutor() - Method in class org.vaadin.firitin.components.button.ActionButton
- getExecutor() - Method in class org.vaadin.firitin.components.button.UIFuture
- getFileDownloadText() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- getFileName() - Method in class org.vaadin.firitin.components.upload.UploadFileHandler.UploadSucceededEvent
- getFileName(VaadinRequest) - Method in interface org.vaadin.firitin.components.DynamicFileDownloader.FileNameGenerator
-
Creates the filename for the downloaded files.
- getFileName(VaadinSession, VaadinRequest) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Deprecated.provide FileNameGenerator instead
- getFoot() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the
TableFootfor this instance. - getFooterComponent() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getFooterPartName() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getFooterText() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getFormBody() - Method in class org.vaadin.firitin.rad.AutoForm
- getFormComponents() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Return the list of field components added to the form body by default.
- getFormLayout() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getGamma() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionRotationRate
- getGamma() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getGrid() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getHasValue() - Method in class org.vaadin.firitin.form.FormBinderValueChangeEvent
- getHead() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the
TableHeadfor this instance. - getHeaderCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns the header cell with the given index or an empty optional, if the index is out of bounds or if no header cell has been found for that index.
- getHeaderCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all header cells of this row as a list.
- getHeaderComponent() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getHeaderForField(String) - Method in class org.vaadin.firitin.fields.ElementCollectionField
-
Translates raw field name to header name.
- getHeaderPartName() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getHeaderText() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getHeading() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getHeight() - Method in class org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
- getHiddenProperties() - Method in class org.vaadin.firitin.rad.AutoFormContext
- getI18n() - Method in class org.vaadin.firitin.fields.LongField
-
Gets the internationalization object previously set for this component.
- getI18n() - Method in class org.vaadin.firitin.fields.ShortField
-
Gets the internationalization object previously set for this component.
- getIcon() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getImage() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getInputConversionErrors() - Method in class org.vaadin.firitin.form.FormBinder
-
Returns a map containing input conversion errors (propertyname-error).
- getInstant() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
- getInterval() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- getItem(UI, WebStorage.Storage, String, WebStorage.Callback) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getItem(String, WebStorage.Callback) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getItem(WebStorage.Storage, String, WebStorage.Callback) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLabel() - Method in class org.vaadin.firitin.fields.CommaSeparatedStringField
- getLabel() - Method in class org.vaadin.firitin.fields.StringToDoubleMapField
- getLang() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getLatitude() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getLeafModel() - Method in class org.vaadin.firitin.components.TreeTable
- getLevel() - Method in class org.vaadin.firitin.rad.AutoForm
- getLevel() - Method in interface org.vaadin.firitin.rad.PropertyContext
- getLevel() - Method in interface org.vaadin.firitin.rad.ValueContext
- getLevel() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
- getLevel(T) - Method in interface org.vaadin.firitin.components.TreeTable.LevelModel
- getLevelModel() - Method in class org.vaadin.firitin.components.TreeTable
- getLocale() - Method in class org.vaadin.firitin.rad.AutoForm
- getLocale() - Method in class org.vaadin.firitin.rad.AutoFormContext
- getLocale() - Method in class org.vaadin.firitin.rad.PrettyPrinter
- getLocale() - Method in interface org.vaadin.firitin.rad.PropertyContext
- getLocale() - Method in interface org.vaadin.firitin.rad.ValueContext
- getLocale() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
- getLongitude() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getMarkdownStrategy() - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- getMax() - Method in class org.vaadin.firitin.fields.LongField
-
Gets the maximum value for the field.
- getMax() - Method in class org.vaadin.firitin.fields.ShortField
-
Gets the maximum value for the field.
- getMaxErrorMessage() - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Gets the error message displayed when the field value is greater than the maximum allowed value.
- getMaxErrorMessage() - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Gets the error message displayed when the field value is greater than the maximum allowed value.
- getMaximumAge() - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
- getMenu() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getMenuScroller() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getMenuTextFromClass(Class) - Static method in interface org.vaadin.firitin.appframework.NavigationItem
-
Detects a menu item text for a view class, based on various annotations and falling back to genearing one from the class name.
- getMin() - Method in class org.vaadin.firitin.fields.LongField
-
Gets the minimum value for this field.
- getMin() - Method in class org.vaadin.firitin.fields.ShortField
-
Gets the minimum value for this field.
- getMinErrorMessage() - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Gets the error message displayed when the field value is smaller than the minimum allowed value.
- getMinErrorMessage() - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Gets the error message displayed when the field value is smaller than the minimum allowed value.
- getModalWindowTitle() - Method in class org.vaadin.firitin.form.AbstractForm
- getModalWindowTitle() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getName() - Method in interface org.vaadin.firitin.rad.PropertyContext
- getNames() - Method in class org.vaadin.firitin.util.VStyle
- getNavbarHelpers() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getNavigationItems() - Method in class org.vaadin.firitin.appframework.MainLayout
- getNavigationTarget() - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- getNavigationTarget() - Method in interface org.vaadin.firitin.appframework.NavigationItem
- getNavigationTarget() - Method in class org.vaadin.firitin.appframework.SubMenu
- getNodeContent() - Method in class org.vaadin.firitin.components.TreeItem
- getOkButton() - Method in class org.vaadin.firitin.components.dialog.ConfirmationDialog
- getOkText() - Method in class org.vaadin.firitin.components.button.ConfirmButton
- getOldValue() - Method in class org.vaadin.firitin.form.FormBinderValueChangeEvent
- getOpen() - Method in class org.vaadin.firitin.components.TreeTable.ClosedByDefault
- getOpenIcon() - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.
- getOpenModel() - Method in class org.vaadin.firitin.components.TreeTable
- getOrientationType() - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- getOuterHTML() - Method in class org.vaadin.firitin.element.svg.SvgElement
- getPagingDataProvider() - Method in class org.vaadin.firitin.components.grid.PagingGrid
- getParentItem() - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- getParentItem() - Method in interface org.vaadin.firitin.appframework.NavigationItem
- getParentItem() - Method in class org.vaadin.firitin.appframework.SubMenu
- getPendingOrAttribute(String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Gets an attribute value, checking pending write-only attributes first.
- getPlaceholder() - Method in class org.vaadin.firitin.fields.DurationField
- getPopover() - Method in class org.vaadin.firitin.components.popover.PopoverButton
- getPopup() - Method in class org.vaadin.firitin.form.AbstractForm
- getPopup() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getPrettyPrinter() - Method in class org.vaadin.firitin.rad.AutoForm
- getPrettyPrinter() - Method in interface org.vaadin.firitin.rad.PropertyContext
- getPrettyPrinter() - Method in interface org.vaadin.firitin.rad.ValueContext
- getPrettyPrinter() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
- getPropertyContext(BeanPropertyDefinition) - Method in class org.vaadin.firitin.rad.AutoForm
- getPropertyContext(BeanPropertyDefinition) - Method in interface org.vaadin.firitin.rad.ValueContext
- getPropertyContext(BeanPropertyDefinition) - Method in record class org.vaadin.firitin.rad.ValueContextImpl
- getPropertyHeader(PropertyContext) - Method in interface org.vaadin.firitin.rad.PropertyPrinter
- getPropertyPrinters() - Method in class org.vaadin.firitin.rad.AutoFormContext
- getPropertyPrinters() - Method in class org.vaadin.firitin.rad.PrettyPrinter
- getPropertyValue() - Method in interface org.vaadin.firitin.rad.PropertyContext
- getRawErrorCode() - Method in class org.vaadin.firitin.geolocation.GeolocationErrorEvent
- getRenotify() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getRequiredErrorMessage() - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequiredErrorMessage() - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Gets the error message displayed when the field is required but empty.
- getRequireInteraction() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getResetButton() - Method in class org.vaadin.firitin.form.AbstractForm
- getResetButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getResetHandler() - Method in class org.vaadin.firitin.form.AbstractForm
- getResetHandler() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getRotationRate() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- getRow(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Returns the row with the given index or an empty optional, if the index is out of bounds.
- getRows() - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Returns the rows of this instance as a list.
- getRowSpan() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasRowSpan
-
Returns the rowspan set for this instance.
- getSafelist() - Method in class org.vaadin.firitin.components.RichText
- getSaveButton() - Method in class org.vaadin.firitin.form.AbstractForm
- getSaveButton() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getSaveCaption() - Method in class org.vaadin.firitin.form.AbstractForm
- getSaveCaption() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getSavedHandler() - Method in class org.vaadin.firitin.form.AbstractForm
- getSavedHandler() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getScope() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasScope
-
Returns the scope attribute of this instance.
- getScrollLeft() - Method in class org.vaadin.firitin.components.orderedlayout.VScroller.ScrollEvent
- getScrollLeft() - Method in class org.vaadin.firitin.layouts.VTabSheet.ScrollEvent
- getScrollTop() - Method in class org.vaadin.firitin.components.orderedlayout.VScroller.ScrollEvent
- getScrollTop() - Method in class org.vaadin.firitin.layouts.VTabSheet.ScrollEvent
- getSelectionRange(SelectionApi.SelectionRangeCallback) - Method in interface org.vaadin.firitin.components.textfield.SelectionApi
-
Asynchronously gets the current selection for this field.
- getSide() - Method in class org.vaadin.firitin.util.style.Padding
- getSilent() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getSize() - Method in class org.vaadin.firitin.components.button.VButton
- getSize() - Method in class org.vaadin.firitin.util.style.Padding
- getSpan() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumn
-
Returns the span attribute for this column.
- getSpeed() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- getStep() - Method in class org.vaadin.firitin.fields.LongField
-
Gets the allowed number intervals for this field.
- getStep() - Method in class org.vaadin.firitin.fields.ShortField
-
Gets the allowed number intervals for this field.
- getStepErrorMessage() - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Gets the error message displayed when the field value is not a multiple of the step value.
- getStepErrorMessage() - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Gets the error message displayed when the field value is not a multiple of the step value.
- getStyle() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getStyle() - Method in class org.vaadin.firitin.components.popover.VPopover
- getStyle() - Method in class org.vaadin.firitin.element.svg.SvgElement
- getStyle() - Method in interface org.vaadin.firitin.fluency.ui.FluentHasStyle
- getTag() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getText() - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- getText() - Method in interface org.vaadin.firitin.appframework.NavigationItem
- getText() - Method in class org.vaadin.firitin.appframework.SubMenu
- getText() - Method in class org.vaadin.firitin.components.badge.Badge
- getText() - Method in class org.vaadin.firitin.components.RichText
-
Deprecated.might return null if text not set with setRichTextAndSaveReference method.
- getTextAlign() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- getThemeName() - Method in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
- getThemeName() - Method in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
- getThemeName() - Method in enum class org.vaadin.firitin.components.button.VButton.ButtonType
- getThemeName() - Method in interface org.vaadin.firitin.util.VStyleUtil.ThemeStyle
- getTimeout() - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
-
The timeout member denotes the maximum length of time, expressed in milliseconds, before acquiring a position expires.
- getTimestamp() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Deprecated.use timestamp(), getter left for backwards compatiblity (changed to record)
- getTimestamp() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getToolbar() - Method in class org.vaadin.firitin.form.AbstractForm
- getToolbar() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getTooltip() - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- getType() - Method in class org.vaadin.firitin.components.button.VButton
- getType() - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- getUi() - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- getUpload() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- getValidationGroups() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getValidationGroups() - Method in class org.vaadin.firitin.rad.AutoForm
- getValidator() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- getValidator() - Method in class org.vaadin.firitin.rad.AutoForm
- getValue() - Method in class org.vaadin.firitin.components.grid.GridSelect
- getValue() - Method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- getValue() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- getValue() - Method in class org.vaadin.firitin.fields.CommaSeparatedStringField
- getValue() - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- getValue() - Method in class org.vaadin.firitin.fields.StringToDoubleMapField
- getValue() - Method in class org.vaadin.firitin.fields.SubListSelector
- getValue() - Method in class org.vaadin.firitin.form.FormBinder
- getValue() - Method in class org.vaadin.firitin.form.FormBinderValueChangeEvent
- getValue() - Method in class org.vaadin.firitin.rad.AutoForm
- getValueChangeMode() - Method in class org.vaadin.firitin.fields.DurationField
- getValueChangeTimeout() - Method in class org.vaadin.firitin.fields.DurationField
- getVariableValue() - Method in enum class org.vaadin.firitin.util.style.Padding.Size
- getVibrate() - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- getViewTitle() - Method in class org.vaadin.firitin.appframework.VAppLayout
- getWebkitCompassAccuracy() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getWebkitCompassHeading() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- getWhitelist() - Method in class org.vaadin.firitin.components.RichText
-
Deprecated.use getSafelist instead
- getWidht() - Method in class org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
- getX() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionAcceleration
- getY() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionAcceleration
- getZ() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionAcceleration
- gradientTransform(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets a transform on the gradient.
- gradientTransform(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets a transform on the gradient.
- gradientTransformRW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets a transform on the gradient (read-write).
- gradientTransformRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets a transform on the gradient (read-write).
- gradientUnits(LinearGradientElement.GradientUnits) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the coordinate system for the gradient vector.
- gradientUnits(LinearGradientElement.GradientUnits) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the coordinate system for the gradient.
- gradientUnitsRW(LinearGradientElement.GradientUnits) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the coordinate system for the gradient vector (read-write).
- gradientUnitsRW(LinearGradientElement.GradientUnits) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the coordinate system for the gradient (read-write).
- GRANTED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
- GRANTED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
- GRANTED - Enum constant in enum class org.vaadin.firitin.util.webnotification.WebNotification.Permission
- grid - Variable in class org.vaadin.firitin.components.grid.VGrid.VColumn
- grid - Variable in class org.vaadin.firitin.fields.SubListSelector
- GridMultiSelect<T> - Class in org.vaadin.firitin.components.grid
-
A grid that implements
MultiSelectinterface. - GridMultiSelect() - Constructor for class org.vaadin.firitin.components.grid.GridMultiSelect
- GridMultiSelect(int) - Constructor for class org.vaadin.firitin.components.grid.GridMultiSelect
- GridMultiSelect(Class) - Constructor for class org.vaadin.firitin.components.grid.GridMultiSelect
- GridMultiSelect(Class, boolean) - Constructor for class org.vaadin.firitin.components.grid.GridMultiSelect
- GridSelect<T> - Class in org.vaadin.firitin.components.grid
-
A grid that implements
SingleSelectinterface. - GridSelect() - Constructor for class org.vaadin.firitin.components.grid.GridSelect
- GridSelect(int) - Constructor for class org.vaadin.firitin.components.grid.GridSelect
- GridSelect(Class) - Constructor for class org.vaadin.firitin.components.grid.GridSelect
- GridSelect(Class, boolean) - Constructor for class org.vaadin.firitin.components.grid.GridSelect
H
- handleClassLevelValidations(Set) - Method in class org.vaadin.firitin.form.FormBinder
- handleFile(InputStream, String, String) - Method in interface org.vaadin.firitin.components.upload.UploadFileHandler.FileHandler
-
This method is called by the framework when a new file is being received.
- handleFile(InputStream, UploadFileHandler.FileDetails) - Method in interface org.vaadin.firitin.components.upload.UploadFileHandler.CallbackFileHandler
-
This method is called by the framework when a new file is being received.
- handleInputConversionError(BeanPropertyDefinition, ValueContext, String) - Method in class org.vaadin.firitin.form.FormBinder
-
Handles input conversion error.
- HANGING - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- has(String) - Method in class org.vaadin.firitin.util.VStyle
- hasChanges() - Method in class org.vaadin.firitin.form.AbstractForm
- hasChanges() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- HasColSpan - Interface in org.vaadin.firitin.fields.internalhtmltable
-
A mixing interface for components, that have a "colspan" attribute.
- hashCode() - Method in record class org.vaadin.firitin.components.cssgrid.Area
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.components.cssgrid.Row
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.rad.PropertyContextImpl
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Returns a hash code value for this object.
- hasInputConversionErrors() - Method in class org.vaadin.firitin.form.FormBinder
-
Checks if there have recently been errors to convert value from the UI to the domain object.
- HasPadding<S> - Interface in org.vaadin.firitin.util.style
- HasRowSpan - Interface in org.vaadin.firitin.fields.internalhtmltable
-
A mixing interface for components, that have a "rowspan" attribute.
- HasScope - Interface in org.vaadin.firitin.fields.internalhtmltable
-
A mixing interface for components, that have a "scope" attribute.
- hasSortingIndicators() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- HEADER_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- height() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
heightrecord component. - height(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the height of the image.
- height(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the height of the mask area.
- height(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the height of the pattern tile.
- height(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the height of the rectangle.
- height(double) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the height of the SVG element.
- height(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the height for this symbol.
- height(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the height of the use element.
- height(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the height with a unit.
- height(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the height with a unit.
- height(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the height with a unit.
- height(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the height of the rectangle with a unit or percentage.
- height(String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the height of the SVG element with a unit.
- height(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the height with a unit.
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the height of the image (read-write).
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the height of the mask area (read-write).
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the height of the pattern tile (read-write).
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the height of the rectangle (read-write).
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the height for this symbol (read-write).
- heightRW(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the height of the use element (read-write).
- heightRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the height with a unit (read-write).
- heightRW(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the height with a unit (read-write).
- heightRW(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the height with a unit (read-write).
- heightRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the height of the rectangle with a unit or percentage (read-write).
- heightRW(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the height with a unit (read-write).
- hidden() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- HIDDEN - Enum constant in enum class org.vaadin.firitin.util.PageVisibility.Visibility
-
The page is not visible, e.g. the browser tab is not active or the window is minimized.
- hideChildren(T) - Method in class org.vaadin.firitin.components.Tree
-
Hides children of the node in UI.
- hideProperties(String...) - Method in class org.vaadin.firitin.components.grid.VGrid
-
Hides given columns.
- HierarchyColumnWrapper(T) - Constructor for class org.vaadin.firitin.components.TreeTable.HierarchyColumnWrapper
- horizontal() - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Creates a horizontal gradient (left to right).
- HORIZONTAL - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- HorizontalFloatLayout - Class in org.vaadin.firitin.layouts
- HorizontalFloatLayout() - Constructor for class org.vaadin.firitin.layouts.HorizontalFloatLayout
- HorizontalFloatLayout(Component...) - Constructor for class org.vaadin.firitin.layouts.HorizontalFloatLayout
- horizontalLineTo(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a horizontal line to the specified x coordinate (absolute).
- horizontalLineToRelative(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a horizontal line by the specified offset (relative).
- href(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the URL of the image.
- href(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
References another gradient to inherit stops and attributes from.
- href(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
References another pattern to inherit attributes from.
- href(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
References another gradient to inherit stops and attributes from.
- href(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the href to reference a path element by ID.
- href(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the href attribute to reference another element by ID.
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the URL of the image (read-write).
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
References another gradient to inherit stops and attributes from (read-write).
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
References another pattern to inherit attributes from (read-write).
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
References another gradient to inherit stops and attributes from (read-write).
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the href to reference a path element by ID (read-write).
- hrefRW(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the href attribute to reference another element by ID (read-write).
I
- icon() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- ICON_SIZE_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ICON_SIZE_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- ICON_SIZE_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- iconUrl() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
-
A URL for custom
IconorSvgIcon. - id(String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the ID of this element.
- IDEOGRAPHIC - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- ImageElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<image>element. - ImageElement() - Constructor for class org.vaadin.firitin.element.svg.ImageElement
- ImageElement(String) - Constructor for class org.vaadin.firitin.element.svg.ImageElement
-
Creates an image element with the given href.
- ImageElement(String, double, double, double, double) - Constructor for class org.vaadin.firitin.element.svg.ImageElement
-
Creates an image element with position and size.
- indeterminateForTask(SerializableSupplier) - Static method in class org.vaadin.firitin.components.progressbar.VProgressBar
-
Creates a progressbar that is visible in the UI until the given the long(ish) running task has been executed.
- indeterminateForTask(Runnable) - Static method in class org.vaadin.firitin.components.progressbar.VProgressBar
-
Creates a progressbar that is visible in the UI until the given the long(ish) running task has been executed.
- init() - Method in class org.vaadin.firitin.appframework.MainLayout
- initI18n() - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
-
Makes a "proper" initialization based on set locale.
- initI18n() - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
-
Makes a "proper" initialization based on set locale.
- initializeSettings() - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- initializeSettings() - Method in class org.vaadin.firitin.components.textfield.VTextField
- inject(String) - Static method in class org.vaadin.firitin.util.VStyleUtil
- injectAsFirst(String) - Static method in class org.vaadin.firitin.util.VStyleUtil
-
Injects given CSS to the beginning of the head element, so it can be overridden by other styles without strong selectors.
- injectWithSelectors(String...) - Method in class org.vaadin.firitin.util.VStyle
-
Injects the styles defined in this object to the host page as CSS, for the given CSS selector.
- inNewWindow() - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Configures the download to open in a new window and removes the download attribute and content disposition headers instructing to download the target as a file.
- insertColumn(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Inserts a single column instance at the given index to this group.
- insertColumns(int, TableColumn...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Inserts the given columns at the given index to this instance.
- insertRow(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Inserts a single row instance at the given index to this container.
- insertRow(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Inserts a single row instance at the given index to this container.
- insertRows(int, TableRow...) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Inserts the given rows at the given index to this instance.
- insertRows(int, TableRow...) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Inserts the given rows at the given index to this instance.
- instantiateNewItem() - Method in class org.vaadin.firitin.fields.ElementCollectionField
- isAnnotateTypes() - Method in class org.vaadin.firitin.rad.AutoFormContext
- isAsyncUiUpdate() - Method in class org.vaadin.firitin.components.button.UIFuture
- isAutofocus() - Method in interface org.vaadin.firitin.fluency.ui.internal.FluentHasAutofocus
- isAutoScroll() - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- isBound() - Method in class org.vaadin.firitin.form.AbstractForm
- isBound() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- isDefaultBeanValidation() - Method in class org.vaadin.firitin.rad.AutoFormContext
- isEnableAfterAction() - Method in class org.vaadin.firitin.components.button.ActionButton
- isEnabled() - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- isEnabled() - Method in interface org.vaadin.firitin.appframework.NavigationItem
- isEnabled() - Method in class org.vaadin.firitin.appframework.SubMenu
- isFromClient() - Method in class org.vaadin.firitin.form.FormBinderValueChangeEvent
- isFrozen() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- isFrozenToEnd() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- isFullscreen() - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
-
Checks if the current UI is in full screen mode.
- isFullscreen() - Method in class org.vaadin.firitin.util.fullscreen.FullscreenChangeEvent
- isImmutable() - Method in class org.vaadin.firitin.form.FormBinder
- isLandscape() - Method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- isLeaf(T) - Method in interface org.vaadin.firitin.components.TreeTable.LeafModel
- isOpen() - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.
- isOpen() - Method in class org.vaadin.firitin.components.TreeItem
- isOpen(T) - Method in class org.vaadin.firitin.components.TreeTable.ClosedByDefault
- isOpen(T) - Method in class org.vaadin.firitin.components.TreeTable.OpenByDefault
- isOpen(T) - Method in interface org.vaadin.firitin.components.TreeTable.OpenModel
- isPermissionRequired() - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Checks if permission is required for device motion events.
- isPermissionRequired() - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Checks if permission is required for device orientation events.
- isPermissionRequired(UI) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Checks if permission is required for device motion events.
- isPermissionRequired(UI) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Checks if permission is required for device orientation events.
- isPermissionRequired(UI, DeviceSensorPermissions.SensorType) - Static method in class org.vaadin.firitin.devicemotion.DeviceSensorPermissions
-
Checks if device sensor permissions are required on this platform.
- isPortrait() - Method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- isPrepareForOverdueInAnimation() - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- isReadOnly() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- isReadOnly() - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- isReadOnly() - Method in class org.vaadin.firitin.fields.SubListSelector
- isReadOnly() - Method in class org.vaadin.firitin.form.FormBinder
- isReadOnly(BeanPropertyDefinition) - Method in class org.vaadin.firitin.form.FormBinder
- isRequired(BeanPropertyDefinition) - Static method in class org.vaadin.firitin.form.FormBinder
- isRequiredIndicatorVisible() - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- isRequiredIndicatorVisible() - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- isRequiredIndicatorVisible() - Method in class org.vaadin.firitin.fields.SubListSelector
- isRequiredIndicatorVisible() - Method in class org.vaadin.firitin.form.FormBinder
- isResizable() - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- isShowProgressBar() - Method in class org.vaadin.firitin.components.button.ActionButton
- isValid() - Method in class org.vaadin.firitin.form.AbstractForm
- isValid() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- isValid() - Method in class org.vaadin.firitin.form.FormBinder
- isVisible() - Method in class org.vaadin.firitin.util.PageVisibility
-
Checks the visibility state of the current page.
- ITALIC - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
J
- JsPromise - Class in org.vaadin.firitin.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Vaadin core should support everything this does these days.
- JsPromise() - Constructor for class org.vaadin.firitin.util.JsPromise
-
Deprecated.
L
- LANDSCAPE_PRIMARY - Enum constant in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- LANDSCAPE_SECONDARY - Enum constant in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- LARGE - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
- LARGE - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Size
- lazyInit() - Method in class org.vaadin.firitin.form.AbstractForm
- lazyInit() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- left() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
leftrecord component. - LEFT - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Side
-
Text is rendered on the left side of the path (default)
- LEFT - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- letterSpacing(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the letter spacing.
- letterSpacing(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the letter spacing with a unit.
- letterSpacingRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the letter spacing (read-write).
- letterSpacingRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the letter spacing with a unit (read-write).
- LIGHTER - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- LINE_HEIGHT_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- LINE_HEIGHT_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- LINE_HEIGHT_XS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- LINE_THROUGH - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
- LinearGradientElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<linearGradient>element. - LinearGradientElement() - Constructor for class org.vaadin.firitin.element.svg.LinearGradientElement
- LinearGradientElement(String) - Constructor for class org.vaadin.firitin.element.svg.LinearGradientElement
-
Creates a linear gradient with the given ID.
- LinearGradientElement.GradientUnits - Enum Class in org.vaadin.firitin.element.svg
-
Gradient unit options.
- LinearGradientElement.SpreadMethod - Enum Class in org.vaadin.firitin.element.svg
-
Spread method options for gradients.
- LineElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<line>element. - LineElement() - Constructor for class org.vaadin.firitin.element.svg.LineElement
- lineTo(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a line to the specified point (absolute coordinates).
- lineToRelative(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a line to the specified point (relative coordinates).
- listen(UI, DeviceMotion.MotionListener) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Starts listening to device motion events and notifies the listener with motion data.
- listen(UI, DeviceOrientation.OrientationListener, boolean) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Starts listening to device orientation events and notifies the listener with orientation data.
- listen(UI, ScreenOrientation.OrientationChangeListener) - Static method in class org.vaadin.firitin.devicemotion.ScreenOrientation
-
Listen to screen orientation changes.
- listen(DeviceMotion.MotionListener) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Starts listening to device motion events and notifies the listener with motion data.
- listen(DeviceOrientation.OrientationListener) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Starts listening to device orientation events and notifies the listener with orientation data.
- listen(DeviceOrientation.OrientationListener, boolean) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Starts listening to device orientation events and notifies the listener with orientation data.
- listen(ScreenOrientation.OrientationChangeListener) - Static method in class org.vaadin.firitin.devicemotion.ScreenOrientation
-
Listen to screen orientation changes.
- LoadingErrorEvent(Image, boolean) - Constructor for class org.vaadin.firitin.components.html.VImage.LoadingErrorEvent
- LocalDateTimeField - Class in org.vaadin.firitin.fields
-
Deprecated, for removal: This API element is subject to removal in a future version.Vaadin ships with a built-in component these days.
- LocalDateTimeField() - Constructor for class org.vaadin.firitin.fields.LocalDateTimeField
-
Deprecated.
- LocalDateTimeField(String) - Constructor for class org.vaadin.firitin.fields.LocalDateTimeField
-
Deprecated.
- LocaleSelect - Class in org.vaadin.firitin.components.combobox
-
A select component for
Locale. - LocaleSelect() - Constructor for class org.vaadin.firitin.components.combobox.LocaleSelect
- localStorage - Enum constant in enum class org.vaadin.firitin.util.WebStorage.Storage
-
Deprecated.Web storage saved in the browser "permanently".
- LongField - Class in org.vaadin.firitin.fields
-
LongField is an extension of Text Field that only accepts
Longnumbers. - LongField() - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs an empty
LongField. - LongField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs an empty
LongFieldwith a value change listener. - LongField(String) - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs an empty
LongFieldwith the given label. - LongField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs an empty
LongFieldwith a value change listener and a label. - LongField(String, Long, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs a
LongFieldwith a value change listener, a label and an initial value. - LongField(String, String) - Constructor for class org.vaadin.firitin.fields.LongField
-
Constructs an empty
LongFieldwith the given label and placeholder text. - LongField.LongFieldI18n - Class in org.vaadin.firitin.fields
-
The internationalization properties for
LongField. - LongFieldI18n() - Constructor for class org.vaadin.firitin.fields.LongField.LongFieldI18n
- LTR - Enum constant in enum class org.vaadin.firitin.util.webnotification.NotificationOptions.Direction
- LumoProps - Enum Class in org.vaadin.firitin.util.style
-
Enumeration of Lumo CSS properties with handy helper methods to define them in a component scope or globally and to use the property as css variable.
M
- MainLayout - Class in org.vaadin.firitin.appframework
-
The main view is a top-level placeholder for other views.
- MainLayout() - Constructor for class org.vaadin.firitin.appframework.MainLayout
- MarkdownItStrategy() - Constructor for class org.vaadin.firitin.components.RichText.MarkdownItStrategy
- MarkdownMessage - Class in org.vaadin.firitin.components.messagelist
-
A wrapper for vaadin-message web component, that supports Markdown formatting and appending content dynamically to the element.
- MarkdownMessage(String) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, without initial content.
- MarkdownMessage(String, Color) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, without initial content.
- MarkdownMessage(String, String) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, with initial content.
- MarkdownMessage(String, String, Color) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, with initial content.
- MarkdownMessage(String, String, LocalDateTime) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, with initial content.
- MarkdownMessage(String, LocalDateTime) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages, without initial content.
- MarkdownMessage(String, LocalDateTime, Color) - Constructor for class org.vaadin.firitin.components.messagelist.MarkdownMessage
-
Constructs a new MarkdownMessages with all the bells and whistles, without initial content.
- MarkdownMessage.Color - Interface in org.vaadin.firitin.components.messagelist
- markdownStrategy - Static variable in class org.vaadin.firitin.components.RichText
- mask(MaskElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets a mask for this element.
- maskContentUnits(MaskElement.MaskUnits) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the coordinate system for the mask contents.
- maskContentUnitsRW(MaskElement.MaskUnits) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the coordinate system for the mask contents (read-write).
- MaskElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<mask>element. - MaskElement() - Constructor for class org.vaadin.firitin.element.svg.MaskElement
- MaskElement(String) - Constructor for class org.vaadin.firitin.element.svg.MaskElement
-
Creates a mask with the given ID.
- MaskElement.MaskUnits - Enum Class in org.vaadin.firitin.element.svg
-
Mask unit options.
- maskRW(MaskElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets a mask for this element (read-write).
- maskUnits(MaskElement.MaskUnits) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the coordinate system for x, y, width, height attributes.
- maskUnitsRW(MaskElement.MaskUnits) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the coordinate system for x, y, width, height attributes (read-write).
- MATHEMATICAL - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- matrix(double, double, double, double, double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Applies a 2D transformation matrix.
- matrixRW(double, double, double, double, double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Applies a 2D transformation matrix (read-write).
- MEDIUM - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Size
- MenuItem - Annotation Interface in org.vaadin.firitin.appframework
- method(TextPathElement.Method) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the method used to render individual glyphs along the path.
- methodRW(TextPathElement.Method) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the method used to render individual glyphs along the path (read-write).
- MIDDLE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- MIDDLE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
-
Text is centered on the position
- mimeType() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns the value of the
mimeTyperecord component. - MITER - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
-
Sharp corner with extended edges
- MOTION - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceSensorPermissions.SensorType
- moveChild(T, List, int, boolean) - Method in class org.vaadin.firitin.components.Tree
-
Moves child of the node in UI.
- moveFooterContent(AbstractColumn) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- moveHeaderContent(AbstractColumn) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- moveTo(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Move to the specified point (absolute coordinates).
- moveToRelative(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Move to the specified point (relative coordinates).
- MultiDateTimeField - Class in org.vaadin.firitin.fields
- MultiDateTimeField() - Constructor for class org.vaadin.firitin.fields.MultiDateTimeField
- MultiDateTimeField.CustomDateTimePicker - Class in org.vaadin.firitin.fields
N
- name() - Method in record class org.vaadin.firitin.components.cssgrid.Area
-
Returns the value of the
namerecord component. - navbarHelpers - Variable in class org.vaadin.firitin.appframework.VAppLayout
- navigate(Class) - Method in interface org.vaadin.firitin.fluency.ui.FluentComponent
-
Navigates the UI of this component to the view corresponding to the given navigation target.
- NavigationItem - Interface in org.vaadin.firitin.appframework
- NO_PARENT - Static variable in annotation interface org.vaadin.firitin.appframework.MenuItem
- noFill() - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to none (transparent).
- noFillRW() - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the fill to none (transparent) (read-write).
- NONE - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
- NONE - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Do not force uniform scaling
- NONE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
- NORMAL - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
- NORMAL - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
- NORMAL - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- NORTH - Enum constant in enum class org.vaadin.firitin.layouts.BorderLayout.Region
- noStroke() - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to none (no outline).
- noStrokeRW() - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to none (no outline) (read-write).
- NOT_REQUIRED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
- NOT_REQUIRED - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
- NotificationOptions - Class in org.vaadin.firitin.util.webnotification
-
Represents options for a web notification (mostly autogenerated with ChatGPT).
- NotificationOptions() - Constructor for class org.vaadin.firitin.util.webnotification.NotificationOptions
- NotificationOptions.Direction - Enum Class in org.vaadin.firitin.util.webnotification
O
- OBJECT_BOUNDING_BOX - Enum constant in enum class org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
-
Coordinates are relative to the bounding box of the element
- OBJECT_BOUNDING_BOX - Enum constant in enum class org.vaadin.firitin.element.svg.LinearGradientElement.GradientUnits
-
Coordinates are relative to the bounding box of the element (default)
- OBJECT_BOUNDING_BOX - Enum constant in enum class org.vaadin.firitin.element.svg.MaskElement.MaskUnits
-
Coordinates are relative to the bounding box (default)
- OBJECT_BOUNDING_BOX - Enum constant in enum class org.vaadin.firitin.element.svg.PatternElement.PatternUnits
-
Coordinates are relative to the bounding box (default)
- OBLIQUE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
- observe(Component, ResizeObserver.SizeChangeListener) - Method in class org.vaadin.firitin.util.ResizeObserver
-
Observe the size of a component.
- of(UI) - Static method in class org.vaadin.firitin.util.ResizeObserver
- of(Object) - Static method in class org.vaadin.firitin.components.html.VSpan
- of(CompletableFuture) - Method in class org.vaadin.firitin.components.button.UIFuture
-
Returns a completable future whose additional actions are executed and properly synchronized in the UI thread.
- of(Padding.Side, Padding.Size) - Static method in class org.vaadin.firitin.util.style.Padding
- offset(double) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the offset where this gradient stop is placed.
- offset(String) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the offset where this gradient stop is placed.
- offsetHeight() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
offsetHeightrecord component. - offsetLeft() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
offsetLeftrecord component. - offsetRW(double) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the offset where this gradient stop is placed (read-write).
- offsetRW(String) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the offset where this gradient stop is placed (read-write).
- offsetTop() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
offsetToprecord component. - offsetWidth() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
offsetWidthrecord component. - onAttach(AttachEvent) - Method in class org.vaadin.firitin.appframework.MainLayout
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.button.ActionButton
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.button.DefaultButton
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.checkbox.ToggleButton
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.RichText
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.layouts.VTabSheet
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.rad.AutoForm
- onAttach(AttachEvent) - Method in class org.vaadin.firitin.rad.DtoDisplay
- onChange(ResizeObserver.Dimensions) - Method in interface org.vaadin.firitin.util.ResizeObserver.SizeChangeListener
- onClick() - Method in interface org.vaadin.firitin.components.button.VButton.BasicClickListener
- onClick(VButton.BasicClickListener) - Method in class org.vaadin.firitin.components.button.DeleteButton
- onClick(VButton.BasicClickListener) - Method in class org.vaadin.firitin.components.button.VButton
- onDelete(T) - Method in interface org.vaadin.firitin.form.AbstractForm.DeleteHandler
- onDelete(T) - Method in interface org.vaadin.firitin.form.BeanValidationForm.DeleteHandler
-
Deprecated.
- onDetach(DetachEvent) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- onDetach(DetachEvent) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- onDetach(DetachEvent) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- onDeviceMotionCreated(DeviceMotion) - Method in interface org.vaadin.firitin.devicemotion.DeviceMotion.DeviceMotionHandler
- onEnabledStateChanged(boolean) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- onEnabledStateChanged(boolean) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- onExpand() - Method in interface org.vaadin.firitin.components.TreeItem.PopulateSubtreeHandler
- onOrientationChanged(ScreenOrientationInfo) - Method in interface org.vaadin.firitin.devicemotion.ScreenOrientation.OrientationChangeListener
- onReset(T) - Method in interface org.vaadin.firitin.form.AbstractForm.ResetHandler
- onReset(T) - Method in interface org.vaadin.firitin.form.BeanValidationForm.ResetHandler
-
Deprecated.
- onSave(T) - Method in interface org.vaadin.firitin.form.AbstractForm.SavedHandler
- onSave(T) - Method in interface org.vaadin.firitin.form.BeanValidationForm.SavedHandler
-
Deprecated.
- onScroll(int, int) - Method in interface org.vaadin.firitin.util.WindowScroller.ScrollListener
- onValueDetected(String) - Method in interface org.vaadin.firitin.util.BrowserCookie.Callback
- onValueDetected(String) - Method in interface org.vaadin.firitin.util.WebStorage.Callback
-
Deprecated.
- opacity(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the overall opacity of the element (both fill and stroke).
- opacityRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the overall opacity of the element (read-write).
- open() - Method in class org.vaadin.firitin.components.popover.PopoverButton
-
Programmatically open the popup.
- openByDefault() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- OpenByDefault() - Constructor for class org.vaadin.firitin.components.TreeTable.OpenByDefault
- openInDialog() - Method in class org.vaadin.firitin.rad.AutoForm
- openInModalPopup() - Method in class org.vaadin.firitin.form.AbstractForm
- openInModalPopup() - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- openSubView(Component) - Method in class org.vaadin.firitin.appframework.VAppLayout
- openSubView(Component, String) - Method in class org.vaadin.firitin.appframework.VAppLayout
- order() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- org.vaadin.firitin.appframework - package org.vaadin.firitin.appframework
- org.vaadin.firitin.components - package org.vaadin.firitin.components
- org.vaadin.firitin.components.accordion - package org.vaadin.firitin.components.accordion
- org.vaadin.firitin.components.badge - package org.vaadin.firitin.components.badge
- org.vaadin.firitin.components.button - package org.vaadin.firitin.components.button
- org.vaadin.firitin.components.checkbox - package org.vaadin.firitin.components.checkbox
- org.vaadin.firitin.components.combobox - package org.vaadin.firitin.components.combobox
- org.vaadin.firitin.components.cssgrid - package org.vaadin.firitin.components.cssgrid
- org.vaadin.firitin.components.customfield - package org.vaadin.firitin.components.customfield
- org.vaadin.firitin.components.datepicker - package org.vaadin.firitin.components.datepicker
- org.vaadin.firitin.components.datetimepicker - package org.vaadin.firitin.components.datetimepicker
- org.vaadin.firitin.components.details - package org.vaadin.firitin.components.details
- org.vaadin.firitin.components.dialog - package org.vaadin.firitin.components.dialog
- org.vaadin.firitin.components.formlayout - package org.vaadin.firitin.components.formlayout
- org.vaadin.firitin.components.grid - package org.vaadin.firitin.components.grid
- org.vaadin.firitin.components.html - package org.vaadin.firitin.components.html
- org.vaadin.firitin.components.listbox - package org.vaadin.firitin.components.listbox
- org.vaadin.firitin.components.menubar - package org.vaadin.firitin.components.menubar
- org.vaadin.firitin.components.messagelist - package org.vaadin.firitin.components.messagelist
- org.vaadin.firitin.components.notification - package org.vaadin.firitin.components.notification
- org.vaadin.firitin.components.orderedlayout - package org.vaadin.firitin.components.orderedlayout
- org.vaadin.firitin.components.popover - package org.vaadin.firitin.components.popover
- org.vaadin.firitin.components.progressbar - package org.vaadin.firitin.components.progressbar
- org.vaadin.firitin.components.radiobutton - package org.vaadin.firitin.components.radiobutton
- org.vaadin.firitin.components.select - package org.vaadin.firitin.components.select
- org.vaadin.firitin.components.splitlayout - package org.vaadin.firitin.components.splitlayout
- org.vaadin.firitin.components.tabs - package org.vaadin.firitin.components.tabs
- org.vaadin.firitin.components.textfield - package org.vaadin.firitin.components.textfield
- org.vaadin.firitin.components.timepicker - package org.vaadin.firitin.components.timepicker
- org.vaadin.firitin.components.upload - package org.vaadin.firitin.components.upload
- org.vaadin.firitin.devicemotion - package org.vaadin.firitin.devicemotion
- org.vaadin.firitin.element.svg - package org.vaadin.firitin.element.svg
- org.vaadin.firitin.fields - package org.vaadin.firitin.fields
- org.vaadin.firitin.fields.internalhtmltable - package org.vaadin.firitin.fields.internalhtmltable
- org.vaadin.firitin.fluency.ui - package org.vaadin.firitin.fluency.ui
- org.vaadin.firitin.fluency.ui.internal - package org.vaadin.firitin.fluency.ui.internal
- org.vaadin.firitin.form - package org.vaadin.firitin.form
- org.vaadin.firitin.geolocation - package org.vaadin.firitin.geolocation
- org.vaadin.firitin.layouts - package org.vaadin.firitin.layouts
- org.vaadin.firitin.rad - package org.vaadin.firitin.rad
-
Contains the RAD (Rapid Application Development) tools for Vaadin.
- org.vaadin.firitin.util - package org.vaadin.firitin.util
- org.vaadin.firitin.util.clipboard - package org.vaadin.firitin.util.clipboard
- org.vaadin.firitin.util.fullscreen - package org.vaadin.firitin.util.fullscreen
- org.vaadin.firitin.util.style - package org.vaadin.firitin.util.style
- org.vaadin.firitin.util.webnotification - package org.vaadin.firitin.util.webnotification
- ORIENTATION - Enum constant in enum class org.vaadin.firitin.devicemotion.DeviceSensorPermissions.SensorType
- OVERLINE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
- owner() - Method in interface org.vaadin.firitin.rad.PropertyContext
- owner() - Method in record class org.vaadin.firitin.rad.PropertyContextImpl
-
Returns the value of the
ownerrecord component.
P
- PAD - Enum constant in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
-
Gradient stops at the edges (default)
- Padding - Class in org.vaadin.firitin.util.style
- Padding(Padding.Side, Padding.Size) - Constructor for class org.vaadin.firitin.util.style.Padding
- Padding.Side - Enum Class in org.vaadin.firitin.util.style
- Padding.Size - Enum Class in org.vaadin.firitin.util.style
- pageRequested(long, int) - Method in interface org.vaadin.firitin.components.grid.PagingGrid.PagingDataProvider
-
Returns one page from the database.
- PageVisibility - Class in org.vaadin.firitin.util
-
Utility class to check the visibility state of the current page in a Vaadin application.
- PageVisibility.PageVisibilityListener - Interface in org.vaadin.firitin.util
- PageVisibility.Visibility - Enum Class in org.vaadin.firitin.util
- PagingGrid<T> - Class in org.vaadin.firitin.components.grid
-
A Grid which uses "traditional" paging, instead of the lazy loading while scrolling commonly used in Vaadin apps.
- PagingGrid() - Constructor for class org.vaadin.firitin.components.grid.PagingGrid
- PagingGrid(int) - Constructor for class org.vaadin.firitin.components.grid.PagingGrid
- PagingGrid(Class) - Constructor for class org.vaadin.firitin.components.grid.PagingGrid
- PagingGrid(Class, boolean) - Constructor for class org.vaadin.firitin.components.grid.PagingGrid
- PagingGrid.PaginationBarMode - Enum Class in org.vaadin.firitin.components.grid
- PagingGrid.PagingDataProvider<T> - Interface in org.vaadin.firitin.components.grid
- ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider() - Constructor for class org.vaadin.firitin.form.FormBinder.ParagraphWithErrorStyleClassLevelValidationViolationComponentProvider
- parent() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- parent() - Method in class org.vaadin.firitin.rad.AutoForm
- parent() - Method in interface org.vaadin.firitin.rad.ValueContext
- parent() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns the value of the
parentrecord component. - PARENT - Enum constant in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
- parseInput(String) - Method in class org.vaadin.firitin.fields.DurationField
- path(PathElement) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the path element for the text to follow.
- PathElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<path>element. - PathElement() - Constructor for class org.vaadin.firitin.element.svg.PathElement
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the total length for the circle's circumference in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the total length for the ellipse's path in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the total length for the line's path in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Sets the total length for the path in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Sets the total length for the polygon's perimeter in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Sets the total length for the polyline in user units.
- pathLength(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the total length of the rectangle's perimeter in user units.
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the total length for the circle's circumference in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the total length for the ellipse's path in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the total length for the line's path in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Sets the total length for the path in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Sets the total length for the polygon's perimeter in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Sets the total length for the polyline in user units (read-write).
- pathLengthRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the total length of the rectangle's perimeter in user units (read-write).
- patternContentUnits(PatternElement.PatternUnits) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the coordinate system for the pattern contents.
- patternContentUnitsRW(PatternElement.PatternUnits) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the coordinate system for the pattern contents (read-write).
- PatternElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<pattern>element. - PatternElement() - Constructor for class org.vaadin.firitin.element.svg.PatternElement
- PatternElement(String) - Constructor for class org.vaadin.firitin.element.svg.PatternElement
-
Creates a pattern with the given ID.
- PatternElement.PatternUnits - Enum Class in org.vaadin.firitin.element.svg
-
Pattern unit options.
- patternTransform(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets a transform on the pattern.
- patternTransformRW(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets a transform on the pattern (read-write).
- patternUnits(PatternElement.PatternUnits) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the coordinate system for x, y, width, height attributes.
- patternUnitsRW(PatternElement.PatternUnits) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the coordinate system for x, y, width, height attributes (read-write).
- PERMISSION_DENIED - Enum constant in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
- PILL - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- points(double...) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Sets the points from an array of coordinate pairs.
- points(double...) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Sets the points from an array of coordinate pairs.
- points(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set both start and end points at once.
- points(String) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Sets the points directly as a string.
- points(String) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Sets the points directly as a string.
- pointsRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set both start and end points at once (read-write).
- pointsRW(String) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Sets the points directly as a string (read-write).
- pointsRW(String) - Method in class org.vaadin.firitin.element.svg.PolylineElement
-
Sets the points directly as a string (read-write).
- PolygonElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<polygon>element. - PolygonElement() - Constructor for class org.vaadin.firitin.element.svg.PolygonElement
- PolylineElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<polyline>element. - PolylineElement() - Constructor for class org.vaadin.firitin.element.svg.PolylineElement
- PopoverButton - Class in org.vaadin.firitin.components.popover
-
A button that shows a popover.
- PopoverButton(ContentProvider) - Constructor for class org.vaadin.firitin.components.popover.PopoverButton
- PORTRAIT_PRIMARY - Enum constant in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- PORTRAIT_SECONDARY - Enum constant in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
- position(double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the position of the image.
- position(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set position (x, y) at once.
- position(double, double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the position of the text.
- position(double, double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the position of the use element.
- POSITION_UNAVAILABLE - Enum constant in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
- positionRW(double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the position of the image (read-write).
- positionRW(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set position (x, y) at once (read-write).
- positionRW(double, double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the position of the text (read-write).
- positionRW(double, double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the position of the use element (read-write).
- prepareDrawerFooter() - Method in class org.vaadin.firitin.appframework.VAppLayout
-
Deprecated.
- prepareNav() - Method in class org.vaadin.firitin.appframework.VAppLayout
-
Deprecated, for removal: This API element is subject to removal in a future version.
- preparePaginationBar() - Method in class org.vaadin.firitin.components.grid.PagingGrid
-
Sets the mode of the pagination bar.
- prepareProgressBar() - Method in class org.vaadin.firitin.components.button.ActionButton
- preserveAspectRatio(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets how the image should be scaled to fit.
- preserveAspectRatio(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the preserveAspectRatio attribute.
- preserveAspectRatio(String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the preserveAspectRatio attribute with a custom value.
- preserveAspectRatio(String) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the preserveAspectRatio attribute.
- preserveAspectRatio(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets how the image should be scaled to fit.
- preserveAspectRatio(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the preserveAspectRatio attribute.
- preserveAspectRatio(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the preserveAspectRatio attribute.
- preserveAspectRatio(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the preserveAspectRatio attribute.
- preserveAspectRatioRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets how the image should be scaled to fit (read-write).
- preserveAspectRatioRW(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the preserveAspectRatio attribute (read-write).
- preserveAspectRatioRW(String) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the preserveAspectRatio attribute (read-write).
- preserveAspectRatioRW(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets how the image should be scaled to fit (read-write).
- preserveAspectRatioRW(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the preserveAspectRatio attribute (read-write).
- preserveAspectRatioRW(SvgElement.PreserveAspectRatio) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the preserveAspectRatio attribute (read-write).
- prettyPrinter() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns the value of the
prettyPrinterrecord component. - PrettyPrinter - Class in org.vaadin.firitin.rad
-
Experimental feature, API/naming might change.
- PrettyPrinter() - Constructor for class org.vaadin.firitin.rad.PrettyPrinter
- PrettyPrinter(List) - Constructor for class org.vaadin.firitin.rad.PrettyPrinter
- PRIMARY - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- PRIMARY - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonType
- PRIMARY_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- PRIMARY_COLOR_10PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- PRIMARY_COLOR_50PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- PRIMARY_CONTRAST_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- PRIMARY_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- printHeader(PropertyContext) - Method in interface org.vaadin.firitin.rad.PropertyHeaderPrinter
-
Prints the header of the property.
- printOneLiner(Object, int) - Static method in class org.vaadin.firitin.rad.PrettyPrinter
- printOneLiner(Object, int, String, String) - Static method in class org.vaadin.firitin.rad.PrettyPrinter
- printToVaadin(Object) - Method in class org.vaadin.firitin.rad.PrettyPrinter
- printValue(PropertyContext) - Method in interface org.vaadin.firitin.rad.PropertyPrinter
-
Prints the value of the property.
- prominent(String) - Static method in class org.vaadin.firitin.components.notification.VNotification
- prompt() - Method in class org.vaadin.firitin.components.button.ConfirmButton
- prompt() - Method in class org.vaadin.firitin.components.button.DeleteButton
- promptInteger(String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Shows a browser prompt for an integer.
- promptString(UI, String, String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Shows a browser prompt.
- promptString(String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Shows a browser prompt.
- promptString(String, String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Shows a browser prompt.
- PropertyContext - Interface in org.vaadin.firitin.rad
- PropertyContextImpl - Record Class in org.vaadin.firitin.rad
- PropertyContextImpl(ValueContext, BeanPropertyDefinition) - Constructor for record class org.vaadin.firitin.rad.PropertyContextImpl
-
Creates an instance of a
PropertyContextImplrecord class. - PropertyHeaderPrinter - Interface in org.vaadin.firitin.rad
-
Experimental, not yet stable API.
- PropertyPrinter - Interface in org.vaadin.firitin.rad
-
Experimental, not yet stable API.
Q
- quadraticBezierTo(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a quadratic Bézier curve (absolute coordinates).
- quadraticBezierToRelative(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a quadratic Bézier curve (relative coordinates).
R
- r(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the radius of the circle.
- r(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the gradient circle.
- r(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the radius of the circle with a unit or percentage.
- r(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the gradient circle with a unit.
- RadialGradientElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<radialGradient>element. - RadialGradientElement() - Constructor for class org.vaadin.firitin.element.svg.RadialGradientElement
- RadialGradientElement(String) - Constructor for class org.vaadin.firitin.element.svg.RadialGradientElement
-
Creates a radial gradient with the given ID.
- radii(double, double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set both radii at once.
- radii(String, String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set both radii with strings (supports units/percentages).
- radiiRW(double, double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set both radii at once (read-write).
- radiiRW(String, String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Convenience method to set both radii with strings (read-write).
- readableFileSize(long) - Static method in class org.vaadin.firitin.fields.ByteArrayUploadField
- readFromClipboard() - Static method in class org.vaadin.firitin.util.clipboard.Clipboard
-
Reads text from the clipboard using the Clipboard API.
- ReadFromClipboardButton - Class in org.vaadin.firitin.util.clipboard
-
A helper button to read text from the clipboard.
- ReadFromClipboardButton(SerializableConsumer) - Constructor for class org.vaadin.firitin.util.clipboard.ReadFromClipboardButton
- RectElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<rect>element. - RectElement() - Constructor for class org.vaadin.firitin.element.svg.RectElement
- reEnableAfterAction() - Method in class org.vaadin.firitin.components.button.ActionButton
- ref(SvgElement) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the reference to the given element.
- REFLECT - Enum constant in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
-
Gradient reflects at the edges
- regularPolygon(double, double, double, int) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Creates a regular polygon with the specified number of sides.
- release() - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Releases the screen wake lock for the current UI instance.
- release(UI) - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Releases the screen wake lock for the specified UI instance.
- RELEASED - Enum constant in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
The wake lock has been released
- remove(Component) - Method in class org.vaadin.firitin.components.CustomLayout
- remove(String) - Method in class org.vaadin.firitin.util.VStyle
- removeAllCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes all cells from this instance.
- removeAllColumns() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Removes all columns.
- removeAllDataCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes all data cells from this instance.
- removeAllHeaderCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes all header cells from this instance.
- removeAllRows() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes all rows.
- removeAllRows() - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Removes all rows.
- removeBody() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the body instance from this table.
- removeCaption() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the caption instance from this table.
- removeCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes the cell with the given index.
- removeCells(TableCell...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes the given cells from this instance.
- removeChild(TreeItem) - Method in class org.vaadin.firitin.components.TreeItem
- removeChild(T, T) - Method in class org.vaadin.firitin.components.Tree
-
Removes child of the node in UI.
- removeChildAt(BorderLayout.Region) - Method in class org.vaadin.firitin.layouts.BorderLayout
- removeColumn(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Removes the column with the given index.
- removeColumnGroup() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the column group instance from this table.
- removeColumns(TableColumn...) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Removes the given columns from this instance.
- removeDataCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes the data cell with the given index.
- removeFoot() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the foot instance from this table.
- removeHead() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the head instance from this table.
- removeHeaderCell(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Removes the header cell with the given index.
- removeItem(UI, WebStorage.Storage, String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- removeItem(String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- removeItem(WebStorage.Storage, String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- removeItemDecorator(Tree.ItemDecorator) - Method in class org.vaadin.firitin.components.Tree
- removeRow(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the row with the given index.
- removeRow(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Removes the row with the given index.
- removeRows(TableRow...) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Removes the given rows from this instance.
- removeRows(TableRow...) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Removes the given rows from this instance.
- removeSelectionListener(Tree.SelectionListener) - Method in class org.vaadin.firitin.components.Tree
- removeTab(Tab) - Method in class org.vaadin.firitin.layouts.VTabSheet
- REPEAT - Enum constant in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
-
Gradient repeats at the edges
- replaceColumn(int, TableColumn) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Replaces a single column instance to the given index in this group and replaces the existing column.
- replaceRow(int, TableRow) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Replaces a single row instance to the given index in this container and replaces the existing row.
- replaceRow(int, TableRow) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Replaces a single row instance to the given index in this container and replaces the existing row.
- reportInvalidFormat(Exception) - Method in class org.vaadin.firitin.fields.LocalDateTimeField
-
Deprecated.
- request() - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Requests a screen wake lock for the current UI instance without a release callback.
- request(UI, Runnable) - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Requests a screen wake lock for the specified UI instance.
- request(Runnable) - Static method in class org.vaadin.firitin.util.ScreenWakeLock
-
Requests a screen wake lock for the current UI instance with a release callback.
- requestFullscreen() - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
- requestFullscreen(Component) - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
-
Requests full screen mode for the given component.
- requestFullscreenRaw(Component) - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
-
Deprecated.Consider using
FullScreen.requestFullscreen(Component)instead. See implementation notes inFullScreen.requestFullscreen(Component)for more information. - requestFullscreenRaw(Element) - Static method in class org.vaadin.firitin.util.fullscreen.FullScreen
-
Deprecated.Requesting full screen for a specific element may have limitations in the current Vaadin version. Consider using
FullScreen.requestFullscreen(Component)instead. - requestHandler - Variable in class org.vaadin.firitin.components.DynamicFileDownloader
-
The request handler that handles the download request.
- requestPermission(UI, Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Requests permission to access device motion data.
- requestPermission(UI, Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Requests permission to access device orientation data.
- requestPermission(Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Requests permission to access device motion data.
- requestPermission(Runnable, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Requests permission to access device orientation data.
- requestPermission(Runnable, Runnable) - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- requestPermissionAndListen(Button, DeviceMotion.MotionListener, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Requests permission (if needed) and then starts listening to device motion events.
- requestPermissionAndListen(Button, DeviceMotion.MotionListener, DeviceMotion.DeviceMotionHandler, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Requests permission (if needed) and then starts listening to device motion events.
- requestPermissionAndListen(Button, DeviceOrientation.OrientationListener, boolean, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Requests permission (if needed) and then starts listening to device orientation events.
- requestPermissionAndListen(Button, DeviceOrientation.OrientationListener, Runnable) - Static method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Requests permission (if needed) and then starts listening to device orientation events.
- requireFullWidthForFormLayout(Component) - Method in class org.vaadin.firitin.rad.AutoForm
- reset(ClickEvent) - Method in class org.vaadin.firitin.form.AbstractForm
- reset(ClickEvent) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- resetColSpan() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasColSpan
-
Resets the colspan to its default (1).
- resetRowSpan() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasRowSpan
-
Resets the rowspan to its default (1).
- resetScope() - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasScope
-
Resets the scope to its default.
- resetSpan() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumn
-
Resets the span to its default (1).
- ResizeObserver - Class in org.vaadin.firitin.util
-
A helper to detect and observe size changes of components.
- ResizeObserver.Dimensions - Record Class in org.vaadin.firitin.util
-
A record that describes the size and position of a component.
- ResizeObserver.SizeChangeEvent - Class in org.vaadin.firitin.util
-
Event fired when the size of a component changes.
- ResizeObserver.SizeChangeListener - Interface in org.vaadin.firitin.util
-
A simple listener notified when the size of a component changes.
- resolve(String, Class, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveBoolean(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveDouble(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveInteger(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- resolveString(String, Serializable...) - Static method in class org.vaadin.firitin.util.JsPromise
-
Deprecated, for removal: This API element is subject to removal in a future version.
- RichText - Class in org.vaadin.firitin.components
-
XSS safe rich text label with either Markdown syntax or raw html (sanitized with Jsoup).
- RichText() - Constructor for class org.vaadin.firitin.components.RichText
- RichText(String) - Constructor for class org.vaadin.firitin.components.RichText
- RichText.MarkdownItStrategy - Class in org.vaadin.firitin.components
- RichText.MarkdownStrategy - Interface in org.vaadin.firitin.components
- right() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
rightrecord component. - RIGHT - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Side
-
Text is rendered on the right side of the path
- RIGHT - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- rotate(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Rotates the element around the origin (0,0).
- rotate(double, double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Rotates the element around a specified center point.
- rotate(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the rotation for each character.
- rotate(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the rotation for each character.
- rotateRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Rotates the element around the origin (0,0) (read-write).
- rotateRW(double, double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Rotates the element around a specified center point (read-write).
- rotateRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the rotation for each character (read-write).
- rotateRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the rotation for each character (read-write).
- ROUND - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
-
Rounded end cap
- ROUND - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
-
Rounded corner
- Row - Record Class in org.vaadin.firitin.components.cssgrid
-
Defines a row of defined areas.
- Row(Area...) - Constructor for record class org.vaadin.firitin.components.cssgrid.Row
-
Creates an instance of a
Rowrecord class. - ROW - Enum constant in enum class org.vaadin.firitin.util.VStyleUtil.FlexDirection
- rRW(double) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the radius of the circle (read-write).
- rRW(double) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the gradient circle (read-write).
- rRW(String) - Method in class org.vaadin.firitin.element.svg.CircleElement
-
Sets the radius of the circle with a unit or percentage (read-write).
- rRW(String) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets the radius of the gradient circle with a unit (read-write).
- RTL - Enum constant in enum class org.vaadin.firitin.util.webnotification.NotificationOptions.Direction
- runAsync(Runnable) - Method in class org.vaadin.firitin.components.button.UIFuture
- rx(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the x axis.
- rx(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the horizontal corner radius of the rectangle.
- rx(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the x axis with a unit or percentage.
- rx(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the horizontal corner radius of the rectangle with a unit or percentage.
- rxRW(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the x axis (read-write).
- rxRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the horizontal corner radius of the rectangle (read-write).
- rxRW(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the x axis with a unit or percentage (read-write).
- rxRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the horizontal corner radius of the rectangle with a unit or percentage (read-write).
- ry(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the y axis.
- ry(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the vertical corner radius of the rectangle.
- ry(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the y axis with a unit or percentage.
- ry(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the vertical corner radius of the rectangle with a unit or percentage.
- ryRW(double) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the y axis (read-write).
- ryRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the vertical corner radius of the rectangle (read-write).
- ryRW(String) - Method in class org.vaadin.firitin.element.svg.EllipseElement
-
Sets the radius of the ellipse on the y axis with a unit or percentage (read-write).
- ryRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the vertical corner radius of the rectangle with a unit or percentage (read-write).
S
- save(ClickEvent) - Method in class org.vaadin.firitin.form.AbstractForm
- save(ClickEvent) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- scale(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Scales the element uniformly.
- scale(double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Scales the element with different factors for x and y axes.
- scaleRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Scales the element uniformly (read-write).
- scaleRW(double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Scales the element with different factors for x and y axes (read-write).
- scheduleBeforeClientResponse() - Method in class org.vaadin.firitin.element.svg.SvgElement
- SCOPE_COLUMN - Static variable in class org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
- SCOPE_COLUMN_GROUP - Static variable in class org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
- SCOPE_ROW - Static variable in class org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
- SCOPE_ROW_GROUP - Static variable in class org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
- ScreenOrientation - Class in org.vaadin.firitin.devicemotion
-
Helper class to detect screen orientation.
- ScreenOrientation() - Constructor for class org.vaadin.firitin.devicemotion.ScreenOrientation
- ScreenOrientation.OrientationChangeListener - Interface in org.vaadin.firitin.devicemotion
- ScreenOrientationInfo - Class in org.vaadin.firitin.devicemotion
-
Represents screen orientation information.
- ScreenOrientationInfo() - Constructor for class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- ScreenOrientationInfo.OrientationType - Enum Class in org.vaadin.firitin.devicemotion
-
Orientation types as defined by the Screen Orientation API
- ScreenWakeLock - Class in org.vaadin.firitin.util
-
A Vaadin wrapper for the browser's Screen Wake Lock API.
- ScreenWakeLock.State - Enum Class in org.vaadin.firitin.util
-
Represents the state of the screen wake lock.
- scrollIntoView(Component) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- scrollIntoView(Component) - Method in class org.vaadin.firitin.layouts.VTabSheet
- scrollItemToView(T) - Method in class org.vaadin.firitin.components.Tree
-
Scrolls the tree item representing given item to be visible in the UI.
- scrollToBottom() - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- scrollToBottom() - Method in class org.vaadin.firitin.layouts.VTabSheet
- ScrollToEndEvent(VScroller, boolean) - Constructor for class org.vaadin.firitin.components.orderedlayout.VScroller.ScrollToEndEvent
- scrollToItem(T) - Method in class org.vaadin.firitin.components.grid.VGrid
-
Deprecated.Note, with lazy loaded content, calling this method may cause performance issues
- scrollToTop() - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- scrollToTop() - Method in class org.vaadin.firitin.layouts.VTabSheet
- SECONDARY - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonType
- SECONDARY_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- selectAll() - Method in interface org.vaadin.firitin.components.textfield.SelectionApi
-
Selects all text in the field and moves the focus to the field.
- selected(T, TreeItem) - Method in interface org.vaadin.firitin.components.Tree.SelectionListener
- SelectionApi - Interface in org.vaadin.firitin.components.textfield
- SelectionApi.SelectionRangeCallback - Interface in org.vaadin.firitin.components.textfield
- selectionRange(int, int, String) - Method in interface org.vaadin.firitin.components.textfield.SelectionApi.SelectionRangeCallback
-
This method is called with the current selection of the field.
- selectItem(T, boolean) - Method in class org.vaadin.firitin.components.Tree
-
Selects (or deselects) the tree item representing given item in the UI.
- sessionStorage - Enum constant in enum class org.vaadin.firitin.util.WebStorage.Storage
-
Deprecated.Web storage saved in the browser until the browser is closed
- set(String, String) - Method in class org.vaadin.firitin.util.VStyle
- setAcceptedFileTypes(String...) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Specify the types of files that the server accepts.
- setAction(Runnable) - Method in class org.vaadin.firitin.components.button.ActionButton
- setAction(Supplier) - Method in class org.vaadin.firitin.components.button.ActionButton
- setActive(boolean) - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- setActive(boolean) - Method in interface org.vaadin.firitin.appframework.NavigationItem
- setActive(boolean) - Method in class org.vaadin.firitin.appframework.SubMenu
- setAngle(Integer) - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- setAnnotateTypes(boolean) - Method in class org.vaadin.firitin.rad.AutoFormContext
- setAsyncUiUpdate(boolean) - Method in class org.vaadin.firitin.components.button.UIFuture
- setAttribute(String, String) - Method in class org.vaadin.firitin.element.svg.SvgElement
- setAutofocus(boolean) - Method in interface org.vaadin.firitin.fluency.ui.internal.FluentHasAutofocus
- setAutoRows(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setAutoScroll(boolean) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- setAvailableOptions(List) - Method in class org.vaadin.firitin.fields.SubListSelector
- setAvatarColor(Color) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- setBackgroundColor(Color) - Method in class org.vaadin.firitin.util.VStyle
- setBadge(URI) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Badge is not supported by Firefox and Safari, so it is not recommended to use.
- setBadInputErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Sets the error message to display when the field contains user input that the server is unable to convert to type
Long. - setBadInputErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Sets the error message to display when the field contains user input that the server is unable to convert to type
Short. - setBinder(Binder) - Method in class org.vaadin.firitin.form.AbstractForm
- setBody(String) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- setBusyText(String) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Set the text of the button to show while the task is running (and button disabled).
- setButtonCaption(String) - Method in class org.vaadin.firitin.components.button.DeleteButton
- setCancelCaption(String) - Method in class org.vaadin.firitin.form.AbstractForm
- setCancelCaption(String) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setCancelText(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- setCancelText(String) - Method in class org.vaadin.firitin.components.dialog.ConfirmationDialog
- setCaption(String) - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Sets the caption of the panel.
- setChildAt(BorderLayout.Region, Component) - Method in class org.vaadin.firitin.layouts.BorderLayout
- setClassLevelValidationViolationComponentProvider(SerializableFunction) - Method in class org.vaadin.firitin.form.FormBinder
- setClassLevelViolationDisplay(HasComponents) - Method in class org.vaadin.firitin.form.FormBinder
-
Sets the container component where "class level" constraint violations are displayed.
- setClassLevelViolationsDisplay(HasComponents) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setClosedIcon(Icon) - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.
- setColor(Color) - Method in class org.vaadin.firitin.util.VStyle
- setColor(VButton.ButtonColor) - Method in class org.vaadin.firitin.components.button.VButton
- setColSpan(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasColSpan
-
Set a colspan for this instance.
- setColumn(int, TableColumn) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Replaces a single column instance to the given index in this group and replaces the existing column.
- setColumnGap(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setColumns(String...) - Method in class org.vaadin.firitin.components.grid.VGrid
- setCompletableFutureAction(Supplier) - Method in class org.vaadin.firitin.components.button.ActionButton
- setConfirmationDescription(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- setConfirmationDescription(String) - Method in class org.vaadin.firitin.components.dialog.ConfirmationDialog
- setConfirmationPrompt(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- setConfirmationPrompt(String) - Method in class org.vaadin.firitin.components.dialog.ConfirmationDialog
- setConstraintViolations(Set) - Method in class org.vaadin.firitin.form.FormBinder
-
Set the constraint violations found during validation.
- setContent(Component) - Method in class org.vaadin.firitin.appframework.VAppLayout
- setContent(Component...) - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Sets the content of the panel.
- setContentTypeGenerator(DynamicFileDownloader.ContentTypeGenerator) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- setConverter(String, Converter) - Method in class org.vaadin.firitin.form.FormBinder
-
Sets a converter to use between the domain model property and the corresponding UI component editing it.
- setCookie(String, String) - Static method in class org.vaadin.firitin.util.BrowserCookie
- setCookie(String, String, String) - Static method in class org.vaadin.firitin.util.BrowserCookie
- setCookie(String, String, String, LocalDateTime) - Static method in class org.vaadin.firitin.util.BrowserCookie
- setCookie(String, String, LocalDateTime) - Static method in class org.vaadin.firitin.util.BrowserCookie
- setCursorPosition(int) - Method in interface org.vaadin.firitin.components.textfield.SelectionApi
-
Sets the cursor position to given index.
- setData(Object) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- setDataProvider(CallbackDataProvider.FetchCallback, CallbackDataProvider.CountCallback) - Method in class org.vaadin.firitin.components.grid.VGrid
- setDeleteButton(Button) - Method in class org.vaadin.firitin.form.AbstractForm
- setDeleteButton(Button) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setDeleteCaption(String) - Method in class org.vaadin.firitin.form.AbstractForm
- setDeleteCaption(String) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setDeleteHandler(SerializableConsumer) - Method in class org.vaadin.firitin.rad.AutoForm
- setDeleteHandler(AbstractForm.DeleteHandler) - Method in class org.vaadin.firitin.form.AbstractForm
- setDeleteHandler(BeanValidationForm.DeleteHandler) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setDir(NotificationOptions.Direction) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- setDisableOnClick(boolean) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Makes the download link to be disabled after the first click.
- setDownloadFileName(String) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
-
Sets the name of the file that people download if they download the file directly
- setDropLabel(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Set the component to show as a message to the user to drop files in the upload component.
- setDropLabelIcon(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Set the component to show as the drop label icon.
- setEnableAfterAction(boolean) - Method in class org.vaadin.firitin.components.button.ActionButton
- setEnabled(boolean) - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- setEnableHighAccuracy(Boolean) - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
- setEntity(T) - Method in class org.vaadin.firitin.form.AbstractForm
-
Sets the object to be edited by this form.
- setEntity(T) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.Sets the object to be edited by this form.
- setEntityWithEnabledSave(T) - Method in class org.vaadin.firitin.form.AbstractForm
-
by default only save button get's enabled when form has any changes
you can use this method in case the prefilled entity is already valid and save should be possible to press without any changes
if entity is not valid saveButton will stay disabled! - setEntityWithEnabledSave(T) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.by default only save button get's enabled when form has any changes
you can use this method in case the prefilled entity is already valid and save should be possible to press without any changes
if entity is not valid saveButton will stay disabled! - setErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField
- setErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField
- setEstimatedDuration(Integer) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Set the estimated duration of the task in milliseconds.
- setExecutor(Executor) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Set an executor to be used for running the task.
- setExecutor(Executor) - Method in class org.vaadin.firitin.components.button.UIFuture
-
Sets the executor that will be used to run the task.
- setFileDownloadText(String) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
-
Sets the (formatted text) that is shown in a link if the value is not null to download the contents of the byte array.
- setFileHandler(SerializableConsumer) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Sets the file handler that generates the file content.
- setFileName(String) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Sets the file name of downloaded file.
- setFileNameGenerator(DynamicFileDownloader.FileNameGenerator) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Sets the strategy to creates the name of the downloaded file.
- setFirefoxFallbackNotification(Runnable) - Static method in class org.vaadin.firitin.util.Share
-
Sets the action executed when the Web Share API is not supported (e.g. on Firefox).
- setFlexDirection(HasStyle, VStyleUtil.FlexDirection) - Static method in class org.vaadin.firitin.util.VStyleUtil
- setFlexShrink(double, HasStyle) - Static method in class org.vaadin.firitin.util.VStyleUtil
- setFooterComponent(Component) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setFooterPartName(String) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setFooterText(String) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setFrozen(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setFrozenToEnd(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setGap(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setHasChanges(boolean) - Method in class org.vaadin.firitin.form.AbstractForm
- setHasChanges(boolean) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setHeaderComponent(Component) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setHeaderPartName(String) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setHeaderText(String) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setI18n(UploadI18N) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Set the internationalization properties for this component.
- setI18n(LongField.LongFieldI18n) - Method in class org.vaadin.firitin.fields.LongField
-
Sets the internationalization object for this component.
- setI18n(ShortField.ShortFieldI18n) - Method in class org.vaadin.firitin.fields.ShortField
-
Sets the internationalization object for this component.
- setIcon(URI) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Icon is not supported by Safari, so it is not recommended to use.
- setId(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentComponent
- setIgnoreServerOriginatedChanges(boolean) - Method in class org.vaadin.firitin.form.FormBinder
-
A flag to control whether server originated value change events should be ignored.
- setImage(URI) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Only supported by Chromium-based browsers
- setInvalid(boolean) - Method in class org.vaadin.firitin.fields.DurationField
- setItem(UI, WebStorage.Storage, String, String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setItem(String, String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setItem(WebStorage.Storage, String, String) - Static method in class org.vaadin.firitin.util.WebStorage
-
Deprecated, for removal: This API element is subject to removal in a future version.
- setItemGenerator(Tree.ItemGenerator) - Method in class org.vaadin.firitin.components.Tree
-
Sets the strategy to generate component for for the items.
- setItemIconGenerator(Tree.ItemIconGenerator) - Method in class org.vaadin.firitin.components.Tree
-
Sets the strategy to generate icons for the items.
- setItemLabelGenerator(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.Tree
-
Sets the strategy to generate label texts for the items.
- setItemLabelGenerator(ItemLabelGenerator) - Method in class org.vaadin.firitin.fields.SubListSelector
- setItems(BackEndDataProvider) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(DataProvider) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(TreeData, Tree.ChildrenProvider) - Method in class org.vaadin.firitin.components.Tree
-
Deprecated.Helper to move from TreeGrid usage, in case the TreeData (from Vaadin core) happens to be used to describe the hierarchy.
- setItems(InMemoryDataProvider) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(ListDataProvider) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(Collection) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(List, Tree.ChildrenProvider...) - Method in class org.vaadin.firitin.components.Tree
-
Sets root items with multiple children providers used to fetch sub-sequent levels.
- setItems(List, Tree.ChildrenProvider) - Method in class org.vaadin.firitin.components.Tree
-
Sets the root nodes for the tree with a strategy to fetch children for items (recursively).
- setItems(T...) - Method in class org.vaadin.firitin.components.TreeTable
-
Deprecated.
- setItems(T, Tree.ChildrenProvider...) - Method in class org.vaadin.firitin.components.Tree
-
Sets root item with multiple children providers used to fetch sub-sequent levels.
- setItems(T, Tree.ChildrenProvider) - Method in class org.vaadin.firitin.components.Tree
-
Sets the root node for the tree with a strategy to fetch children for items (recursively).
- setLabel(String) - Method in class org.vaadin.firitin.fields.CommaSeparatedStringField
- setLabel(String) - Method in class org.vaadin.firitin.fields.StringToDoubleMapField
- setLang(String) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- setLeafModel(TreeTable.LeafModel) - Method in class org.vaadin.firitin.components.TreeTable
- setLevelModel(TreeTable.LevelModel) - Method in class org.vaadin.firitin.components.TreeTable
- setLocale(Locale) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- setLocale(Locale) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- setLocale(Locale) - Method in class org.vaadin.firitin.rad.AutoFormContext
- setLocale(Locale) - Method in class org.vaadin.firitin.rad.PrettyPrinter
- setMarkdown(String) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- setMarkdown(String, boolean) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- setMarkdown(String, RichText) - Method in class org.vaadin.firitin.components.RichText.MarkdownItStrategy
- setMarkdown(String, RichText) - Method in interface org.vaadin.firitin.components.RichText.MarkdownStrategy
- setMax(int) - Method in class org.vaadin.firitin.fields.ShortField
-
Sets the maximum value for the field.
- setMax(long) - Method in class org.vaadin.firitin.fields.LongField
-
Sets the maximum value for the field.
- setMaxConcurrentUploads(int) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Sets the maximum number of server connections this upload uses if multiple files are chosen.
- setMaxErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Sets the error message to display when the field value is greater than the maximum allowed value.
- setMaxErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Sets the error message to display when the field value is greater than the maximum allowed value.
- setMaximumAge(Integer) - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
- setMin(int) - Method in class org.vaadin.firitin.fields.ShortField
-
Sets the minimum value for the field.
- setMin(long) - Method in class org.vaadin.firitin.fields.LongField
-
Sets the minimum value for the field.
- setMinErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Sets the error message to display when the field value is smaller than the minimum allowed value.
- setMinErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Sets the error message to display when the field value is smaller than the minimum allowed value.
- setModalWindowTitle(String) - Method in class org.vaadin.firitin.form.AbstractForm
- setModalWindowTitle(String) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setOkText(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- setOkText(String) - Method in class org.vaadin.firitin.components.dialog.ConfirmationDialog
- setOpen(boolean) - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Sets the visibility of the content.
- setOpen(T, boolean) - Method in class org.vaadin.firitin.components.TreeTable.ClosedByDefault
- setOpen(T, boolean) - Method in class org.vaadin.firitin.components.TreeTable.OpenByDefault
- setOpen(T, boolean) - Method in interface org.vaadin.firitin.components.TreeTable.OpenModel
- setOpenIcon(Icon) - Method in class org.vaadin.firitin.components.DisclosurePanel
-
Deprecated.Sets the icon to used to show the component
- setOpenModel(TreeTable.OpenModel) - Method in class org.vaadin.firitin.components.TreeTable
- setPadding(Padding) - Method in interface org.vaadin.firitin.util.style.HasPadding
- setPadding(Padding.Side) - Method in interface org.vaadin.firitin.util.style.HasPadding
- setPadding(Padding.Side, Padding.Size) - Method in interface org.vaadin.firitin.util.style.HasPadding
- setPageSize(int) - Method in class org.vaadin.firitin.components.grid.PagingGrid
- setPaginationBarMode(PagingGrid.PaginationBarMode) - Method in class org.vaadin.firitin.components.grid.PagingGrid
- setPagingDataProvider(PagingGrid.PagingDataProvider) - Method in class org.vaadin.firitin.components.grid.PagingGrid
-
Defines the way how data is fetched from the backend.
- setParentItem(NavigationItem) - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- setParentItem(NavigationItem) - Method in interface org.vaadin.firitin.appframework.NavigationItem
- setParentItem(NavigationItem) - Method in class org.vaadin.firitin.appframework.SubMenu
- setPath(String) - Method in class org.vaadin.firitin.appframework.BasicNavigationItem
- setPlaceholder(String) - Method in class org.vaadin.firitin.fields.DurationField
- setPopulateSubreeHandler(TreeItem.PopulateSubtreeHandler) - Method in class org.vaadin.firitin.components.TreeItem
- setPostUiAction(Consumer) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Sets an action to update the UI after the actual slow actions is completed.
- setPostUiUpdate(Consumer) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Deprecated.use
ActionButton.setPostUiAction(Consumer)instead - setPrepareForOverdueInAnimation(boolean) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- setPresentationValue(Boolean) - Method in class org.vaadin.firitin.components.checkbox.TriStateCheckbox
- setPresentationValue(Duration) - Method in class org.vaadin.firitin.fields.DurationField
- setPresentationValue(LocalDateTime) - Method in class org.vaadin.firitin.fields.LocalDateTimeField
-
Deprecated.
- setPresentationValue(LocalDateTime) - Method in class org.vaadin.firitin.fields.MultiDateTimeField.CustomDateTimePicker
- setPresentationValue(List) - Method in class org.vaadin.firitin.fields.ElementCollectionField
- setPresentationValue(Map) - Method in class org.vaadin.firitin.fields.StringToDoubleMapField
- setPresentationValue(Set) - Method in class org.vaadin.firitin.fields.CommaSeparatedStringField
- setPreUiAction(Runnable) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Sets an action to update the UI before the actual slow actions is started.
- setPreUiUpdate(Runnable) - Method in class org.vaadin.firitin.components.button.ActionButton
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ActionButton.setPreUiAction(Runnable)instead - setRawConstraintViolations(Map) - Method in class org.vaadin.firitin.form.FormBinder
-
An alternative API to report constraint violations without BeanValidation API on the classpath.
- setReadOnly(boolean) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- setReadOnly(boolean) - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- setReadOnly(boolean) - Method in class org.vaadin.firitin.fields.SubListSelector
- setReadOnly(boolean) - Method in class org.vaadin.firitin.form.FormBinder
- setRenotify(Boolean) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Renotify is not supported by Firefox and Safari, so it is not recommended to use.
- setRequiredErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Sets the error message to display when the field is required but empty.
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.fields.LongField
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.fields.ShortField
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.fields.SubListSelector
- setRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.form.FormBinder
- setRequireInteraction(Boolean) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Require interaction is not supported by Firefox and Safari, so it is not recommended to use.
- setResetButton(Button) - Method in class org.vaadin.firitin.form.AbstractForm
- setResetButton(Button) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setResetHandler(SerializableConsumer) - Method in class org.vaadin.firitin.rad.AutoForm
- setResetHandler(AbstractForm.ResetHandler) - Method in class org.vaadin.firitin.form.AbstractForm
- setResetHandler(BeanValidationForm.ResetHandler) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setResizable(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setRichText(String) - Method in class org.vaadin.firitin.components.RichText
- setRichTextAndSaveReference(String) - Method in class org.vaadin.firitin.components.RichText
- setRootItems(List, SerializableFunction) - Method in class org.vaadin.firitin.components.TreeTable
-
Set root items for the tree table.
- setRow(int, TableRow) - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Replaces a single row instance to the given index in this container and replaces the existing row.
- setRow(int, TableRow) - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Replaces a single row instance to the given index in this container and replaces the existing row.
- setRowGap(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setRowSpan(int) - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasRowSpan
-
Set a rowspan for this instance.
- setSafelist(Safelist) - Method in class org.vaadin.firitin.components.RichText
-
Deprecated.Whitelist is not serializable. Override getWhitelist instead if you need to support serialiazation
- setSaveButton(Button) - Method in class org.vaadin.firitin.form.AbstractForm
- setSaveButton(Button) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setSaveCaption(String) - Method in class org.vaadin.firitin.form.AbstractForm
- setSaveCaption(String) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setSavedHandler(AbstractForm.SavedHandler) - Method in class org.vaadin.firitin.form.AbstractForm
- setSavedHandler(BeanValidationForm.SavedHandler) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setSaveHandler(SerializableConsumer) - Method in class org.vaadin.firitin.rad.AutoForm
- setScope(String) - Method in interface org.vaadin.firitin.fields.internalhtmltable.HasScope
-
Sets the scope attribute for this instance.
- setScrollLeft(int) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- setScrollLeft(int) - Method in class org.vaadin.firitin.layouts.VTabSheet
- setScrollLeft(int) - Method in class org.vaadin.firitin.util.WindowScroller
- setScrollTop(int) - Method in class org.vaadin.firitin.components.orderedlayout.VScroller
- setScrollTop(int) - Method in class org.vaadin.firitin.layouts.VTabSheet
- setScrollTop(int) - Method in class org.vaadin.firitin.util.WindowScroller
- setSelected(boolean) - Method in class org.vaadin.firitin.components.TreeItem
- setSelectionRange(int, int) - Method in interface org.vaadin.firitin.components.textfield.SelectionApi
-
Sets the start and end positions of the current text selection.
- setShowProgressBar(boolean) - Method in class org.vaadin.firitin.components.button.ActionButton
- setSilent(Boolean) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
- setSize(VButton.ButtonSize) - Method in class org.vaadin.firitin.components.button.VButton
- setSortingIndicators(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setSpan(int) - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumn
-
Sets the column span.
- setStatusMessage(MessageFormat) - Method in class org.vaadin.firitin.components.grid.PagingGrid
-
Sets the message format used to format status text when the amount of pages is unknown.
- setStep(int) - Method in class org.vaadin.firitin.fields.LongField
-
Sets the allowed number intervals for this field.
- setStep(int) - Method in class org.vaadin.firitin.fields.ShortField
-
Sets the allowed number intervals for this field.
- setStepErrorMessage(String) - Method in class org.vaadin.firitin.fields.LongField.LongFieldI18n
-
Sets the error message to display when the field value is not a multiple of the step value.
- setStepErrorMessage(String) - Method in class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
-
Sets the error message to display when the field value is not a multiple of the step value.
- setTag(String) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Tag is not supported by Safari, so it is not recommended to use.
- setTemplate(String) - Method in class org.vaadin.firitin.components.CustomLayout
-
Sets the html template.
- setTemplateAreas(String...) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.consider using the better typed version
CssGrid.setTemplateAreas(Row...) - setTemplateAreas(Row...) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setTemplateColumns(String...) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setTemplateRows(String...) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid
-
Deprecated.
- setText(String) - Method in class org.vaadin.firitin.components.badge.Badge
- setText(String) - Method in class org.vaadin.firitin.components.button.ActionButton
- setTextAlign(ColumnTextAlign) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setTimeout(Integer) - Method in class org.vaadin.firitin.geolocation.GeolocationOptions
- setTimestamp(Instant) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Timestamp is not supported by Firefox and Safari, so it is not recommended to use.
- setTooltipText(String) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- setTotalResults(long) - Method in class org.vaadin.firitin.components.grid.PagingGrid
-
This method can optionally be used to define the size of the whole data set on all pages.
- setTreeTableModel(TreeTable.TreeTableModel) - Method in class org.vaadin.firitin.components.TreeTable
-
Sets the tree table model (a combination of
TreeTable.OpenModel,TreeTable.LeafModelandTreeTable.LevelModel. - setType(String) - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- setType(VButton.ButtonType) - Method in class org.vaadin.firitin.components.button.VButton
- setUploadButton(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Set the component as the actionable button inside the upload component, that opens the dialog for choosing the files to be upload.
- setUploadCaption(String) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- setUserColorIndex(int) - Method in class org.vaadin.firitin.components.messagelist.MarkdownMessage
- setValidationGroups(Class...) - Method in class org.vaadin.firitin.form.BeanValidationForm
-
Deprecated.
- setValidationGroups(Class...) - Method in class org.vaadin.firitin.rad.AutoForm
- setValue(byte[]) - Method in class org.vaadin.firitin.fields.ByteArrayUploadField
- setValue(String) - Method in class org.vaadin.firitin.components.textfield.VTextArea
- setValue(String) - Method in class org.vaadin.firitin.components.textfield.VTextField
- setValue(List) - Method in class org.vaadin.firitin.fields.MultiDateTimeField
- setValue(List) - Method in class org.vaadin.firitin.fields.SubListSelector
- setValue(Map) - Method in class org.vaadin.firitin.fields.StringToDoubleMapField
- setValue(Set) - Method in class org.vaadin.firitin.fields.CommaSeparatedStringField
- setValue(T) - Method in class org.vaadin.firitin.components.grid.GridSelect
- setValue(T) - Method in class org.vaadin.firitin.form.FormBinder
-
Sets the value object bound to this form
- setValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.fields.DurationField
- setValueChangeTimeout(int) - Method in class org.vaadin.firitin.fields.DurationField
- setVibrate(List) - Method in class org.vaadin.firitin.util.webnotification.NotificationOptions
-
Deprecated.Vibration is not supported by Firefox and Safari, so it is not recommended to use.
- setViewTitle(String) - Method in class org.vaadin.firitin.appframework.VAppLayout
-
Manually override the current view title.
- setVisible(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- setVisible(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentComponent
- setWriteOnlyAttribute(String, String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets an attribute using write-only optimization.
- share(String, String, String) - Static method in class org.vaadin.firitin.util.Share
-
Share a link using the Web Share API.
- share(String, String, URI) - Static method in class org.vaadin.firitin.util.Share
-
Share a link using the Web Share API.
- share(Share.ShareData) - Static method in class org.vaadin.firitin.util.Share
- Share - Class in org.vaadin.firitin.util
-
A simple wrapper for the Web Share API.
- Share() - Constructor for class org.vaadin.firitin.util.Share
- Share.ShareData - Record Class in org.vaadin.firitin.util
- ShareData(String, String, String) - Constructor for record class org.vaadin.firitin.util.Share.ShareData
-
Creates an instance of a
ShareDatarecord class. - SHORT_STRING_THRESHOLD - Static variable in class org.vaadin.firitin.rad.AutoForm
- SHORT_STRING_THRESHOLD - Static variable in class org.vaadin.firitin.rad.DtoDisplay
- ShortField - Class in org.vaadin.firitin.fields
-
ShortField is an extension of Text Field that only accepts
Shortnumbers. - ShortField() - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs an empty
ShortField. - ShortField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs an empty
ShortFieldwith a value change listener. - ShortField(String) - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs an empty
ShortFieldwith the given label. - ShortField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs an empty
ShortFieldwith a value change listener and a label. - ShortField(String, Short, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs a
ShortFieldwith a value change listener, a label and an initial value. - ShortField(String, String) - Constructor for class org.vaadin.firitin.fields.ShortField
-
Constructs an empty
ShortFieldwith the given label and placeholder text. - ShortField.ShortFieldI18n - Class in org.vaadin.firitin.fields
-
The internationalization properties for
ShortField. - ShortFieldI18n() - Constructor for class org.vaadin.firitin.fields.ShortField.ShortFieldI18n
- shortToString() - Method in interface org.vaadin.firitin.rad.PropertyContext
- show(String) - Static method in class org.vaadin.firitin.components.notification.VNotification
- show(String, int, Notification.Position) - Static method in class org.vaadin.firitin.components.notification.VNotification
- show(String, Notification.Position) - Static method in class org.vaadin.firitin.components.notification.VNotification
- showChildren() - Method in class org.vaadin.firitin.components.TreeItem
- showChildren(T) - Method in class org.vaadin.firitin.components.Tree
-
Shows children of the node in UI.
- showChildrenRecursively() - Method in class org.vaadin.firitin.components.TreeItem
- showChildrenRecursively(T) - Method in class org.vaadin.firitin.components.Tree
-
Shows children of the node in UI recursively.
- showNotification(String) - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- showNotification(String, NotificationOptions) - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- showNotificationAsync(String) - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- showNotificationAsync(String, NotificationOptions) - Method in class org.vaadin.firitin.util.webnotification.WebNotification
- showPrompt(UI, String, String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Deprecated, for removal: This API element is subject to removal in a future version.use promptString instead
- showPrompt(String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Deprecated, for removal: This API element is subject to removal in a future version.use promptString instead
- showPrompt(String, String) - Static method in class org.vaadin.firitin.util.BrowserPrompt
-
Deprecated, for removal: This API element is subject to removal in a future version.use promptString instead
- side(TextPathElement.Side) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets which side of the path the text is rendered on.
- sideRW(TextPathElement.Side) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets which side of the path the text is rendered on (read-write).
- size(double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the size of the image.
- size(double, double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the size of the pattern tile.
- size(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set size (width, height) at once.
- size(double, double) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the size of the SVG element.
- size(double, double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the size of the use element.
- size(String, String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the size of the SVG element with units.
- SIZE_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SIZE_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SIZE_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SIZE_XL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SIZE_XS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SizeChangeEvent(UI, Component, ResizeObserver.Dimensions) - Constructor for class org.vaadin.firitin.util.ResizeObserver.SizeChangeEvent
- sizeRW(double, double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the size of the image (read-write).
- sizeRW(double, double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the size of the pattern tile (read-write).
- sizeRW(double, double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Convenience method to set size (width, height) at once (read-write).
- sizeRW(double, double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the size of the use element (read-write).
- skewX(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Skews the element along the x axis.
- skewXRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Skews the element along the x axis (read-write).
- skewY(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Skews the element along the y axis.
- skewYRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Skews the element along the y axis (read-write).
- SMALL - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- SMALL - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
- SMALL - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Size
- smoothCubicBezierTo(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a smooth cubic Bézier curve (absolute coordinates).
- smoothCubicBezierToRelative(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a smooth cubic Bézier curve (relative coordinates).
- smoothQuadraticBezierTo(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a smooth quadratic Bézier curve (absolute coordinates).
- smoothQuadraticBezierToRelative(double, double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a smooth quadratic Bézier curve (relative coordinates).
- sortMenuItems(List) - Method in class org.vaadin.firitin.appframework.MainLayout
- SOUTH - Enum constant in enum class org.vaadin.firitin.layouts.BorderLayout.Region
- space() - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
-
Adds a spacer component that consumes all available space.
- SPACE_L - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SPACE_M - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SPACE_S - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SPACE_XL - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SPACE_XS - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- spacing(TextPathElement.Spacing) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the spacing between glyphs.
- spacingRW(TextPathElement.Spacing) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the spacing between glyphs (read-write).
- spreadMethod(LinearGradientElement.SpreadMethod) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets how the gradient behaves outside its bounds.
- spreadMethod(LinearGradientElement.SpreadMethod) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets how the gradient behaves outside its bounds.
- spreadMethodRW(LinearGradientElement.SpreadMethod) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets how the gradient behaves outside its bounds (read-write).
- spreadMethodRW(LinearGradientElement.SpreadMethod) - Method in class org.vaadin.firitin.element.svg.RadialGradientElement
-
Sets how the gradient behaves outside its bounds (read-write).
- SQUARE - Enum constant in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
-
Extends the stroke slightly beyond the path end with a square
- star(double, double, double, double, int) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Creates a star shape.
- START - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
-
Text starts at the position (default)
- startOffset(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the offset along the path where text rendering starts.
- startOffset(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the offset along the path with a unit.
- startOffsetRW(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the offset along the path where text rendering starts (read-write).
- startOffsetRW(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the offset along the path with a unit (read-write).
- stopColor(Color) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the color at this gradient stop.
- stopColor(String) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the color at this gradient stop.
- stopColorRW(Color) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the color at this gradient stop (read-write).
- stopColorRW(String) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the color at this gradient stop (read-write).
- StopElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<stop>element. - StopElement() - Constructor for class org.vaadin.firitin.element.svg.StopElement
- StopElement(double, Color) - Constructor for class org.vaadin.firitin.element.svg.StopElement
-
Creates a stop element with offset and color.
- StopElement(double, String) - Constructor for class org.vaadin.firitin.element.svg.StopElement
-
Creates a stop element with offset and color string.
- stopOpacity(double) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the opacity at this gradient stop.
- stopOpacityRW(double) - Method in class org.vaadin.firitin.element.svg.StopElement
-
Sets the opacity at this gradient stop (read-write).
- streamCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all cells of this row as a stream.
- streamColumns() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
-
Returns the columns of this instance as a stream.
- streamDataCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all data cells of this row as a stream.
- streamHeaderCells() - Method in class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Returns all header cells of this row as a stream.
- streamRows() - Method in class org.vaadin.firitin.fields.internalhtmltable.Table
-
Returns the rows of this instance as a stream.
- streamRows() - Method in interface org.vaadin.firitin.fields.internalhtmltable.TableRowContainer
-
Returns the rows of this instance as a stream.
- STRETCH - Enum constant in enum class org.vaadin.firitin.element.svg.TextPathElement.Method
-
Characters are stretched or compressed to fit the path
- StringToDoubleMapField - Class in org.vaadin.firitin.fields
-
A field to edit a set of String using one simple text field.
- StringToDoubleMapField() - Constructor for class org.vaadin.firitin.fields.StringToDoubleMapField
- StringToDoubleMapField(String) - Constructor for class org.vaadin.firitin.fields.StringToDoubleMapField
- stroke(Color) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke color using a Color object.
- stroke(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke color using a string value.
- stroke(LinearGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a gradient.
- stroke(PatternElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a pattern.
- stroke(RadialGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a radial gradient.
- strokeDasharray(double...) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the dash pattern for the stroke using numeric values.
- strokeDasharray(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the dash pattern for the stroke.
- strokeDasharrayRW(double...) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the dash pattern for the stroke using numeric values (read-write).
- strokeDasharrayRW(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the dash pattern for the stroke (read-write).
- strokeDashoffset(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the offset for the dash pattern.
- strokeDashoffsetRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the offset for the dash pattern (read-write).
- strokeLinecap(SvgGraphicsElement.LineCap) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the shape of line endings.
- strokeLinecapRW(SvgGraphicsElement.LineCap) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the shape of line endings (read-write).
- strokeLinejoin(SvgGraphicsElement.LineJoin) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the shape of line corners.
- strokeLinejoinRW(SvgGraphicsElement.LineJoin) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the shape of line corners (read-write).
- strokeMiterlimit(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the miter limit for miter line joins.
- strokeMiterlimitRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the miter limit for miter line joins (read-write).
- strokeOpacity(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke opacity.
- strokeOpacityRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke opacity (read-write).
- strokeRW(Color) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke color using a Color object (read-write).
- strokeRW(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke color using a string value (read-write).
- strokeRW(LinearGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a gradient (read-write).
- strokeRW(PatternElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a pattern (read-write).
- strokeRW(RadialGradientElement) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke to use a radial gradient (read-write).
- strokeWidth(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke width.
- strokeWidth(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke width with a unit.
- strokeWidthRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke width (read-write).
- strokeWidthRW(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the stroke width with a unit (read-write).
- styleChild(T, String, String) - Method in class org.vaadin.firitin.components.Tree
- styleRow(T, Style) - Method in interface org.vaadin.firitin.components.grid.VGrid.RowStyler
-
Assignes
Stylerules to row rendered for given item. - SUB - Enum constant in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
- SubListSelector<T> - Class in org.vaadin.firitin.fields
-
A field to pick a list of objects from a superset.
- SubListSelector(Class) - Constructor for class org.vaadin.firitin.fields.SubListSelector
- SubMenu - Class in org.vaadin.firitin.appframework
- SubMenu(Class) - Constructor for class org.vaadin.firitin.appframework.SubMenu
- SUCCESS - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- SUCCESS - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
- SUCCESS_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SUCCESS_COLOR_10PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SUCCESS_COLOR_50PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SUCCESS_CONTRAST_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SUCCESS_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- SUPER - Enum constant in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
- supplyAsync(Supplier) - Method in class org.vaadin.firitin.components.button.UIFuture
- SvgElement - Class in org.vaadin.firitin.element.svg
-
A class for root SVG elements and a superclass for svg elements.
- SvgElement(int, int, int, int) - Constructor for class org.vaadin.firitin.element.svg.SvgElement
-
Creates an SVG root element with the specified viewBox dimensions.
- SvgElement(String) - Constructor for class org.vaadin.firitin.element.svg.SvgElement
- SvgElement.PreserveAspectRatio - Enum Class in org.vaadin.firitin.element.svg
-
Preserve aspect ratio options for the SVG element.
- SvgGraphicsElement - Class in org.vaadin.firitin.element.svg
-
Base class for SVG graphics elements that can be rendered with fill and stroke.
- SvgGraphicsElement(String) - Constructor for class org.vaadin.firitin.element.svg.SvgGraphicsElement
- SvgGraphicsElement.LineCap - Enum Class in org.vaadin.firitin.element.svg
-
Line cap styles for stroke endings.
- SvgGraphicsElement.LineJoin - Enum Class in org.vaadin.firitin.element.svg
-
Line join styles for stroke corners.
- SymbolElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<symbol>element. - SymbolElement() - Constructor for class org.vaadin.firitin.element.svg.SymbolElement
- SymbolElement(String) - Constructor for class org.vaadin.firitin.element.svg.SymbolElement
-
Creates a symbol with the given ID.
T
- table - Variable in class org.vaadin.firitin.fields.ElementCollectionField
-
The table that is used to display the collection.
- Table - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the html table element (
<table>). - Table() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.Table
- TableBody - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table body element (
<tbody>). - TableBody() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableBody
- TableCaption - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table caption element (
<caption>). - TableCaption() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableCaption
- TableCell - Class in org.vaadin.firitin.fields.internalhtmltable
-
Abstract base class for a table cell, that is contained in table rows.
- TableCell() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableCell
- TableColumn - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents a table column element (
<col>). - TableColumn() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableColumn
- TableColumnGroup - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents a table column group element (
<colgroup>). - TableColumnGroup() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableColumnGroup
- TableDataCell - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table data cell element (
<td>). - TableDataCell() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableDataCell
- TableFoot - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table foot element (
<tfoot>). - TableFoot() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableFoot
- TableHead - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table head element (
<thead>). - TableHead() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableHead
- TableHeaderCell - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table header cell element (
<th>). - TableHeaderCell() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableHeaderCell
- TableRow - Class in org.vaadin.firitin.fields.internalhtmltable
-
Represents the table row element (
<trow>). - TableRow() - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableRow
- TableRow(Component...) - Constructor for class org.vaadin.firitin.fields.internalhtmltable.TableRow
-
Creates new Table row with given components wrapped as cells.
- TableRowContainer - Interface in org.vaadin.firitin.fields.internalhtmltable
-
A base interface for components, that contain table rows.
- TERTIARY - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonType
- TERTIARY_INLINE - Enum constant in enum class org.vaadin.firitin.components.button.VButton.ButtonType
- TERTIARY_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- text() - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Returns the value of the
textrecord component. - text(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the text content.
- text(String) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the text content.
- text(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the text content.
- TEXT_BOTTOM - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- TEXT_TOP - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- textAnchor(TextElement.TextAnchor) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the text anchor (horizontal alignment).
- textAnchorRW(TextElement.TextAnchor) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the text anchor (horizontal alignment) (read-write).
- textDecoration(TextElement.TextDecoration) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the text decoration.
- textDecoration(TextElement.TextDecoration) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the text decoration.
- textDecorationRW(TextElement.TextDecoration) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the text decoration (read-write).
- textDecorationRW(TextElement.TextDecoration) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the text decoration (read-write).
- TextElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<text>element. - TextElement() - Constructor for class org.vaadin.firitin.element.svg.TextElement
- TextElement(double, double, String) - Constructor for class org.vaadin.firitin.element.svg.TextElement
-
Creates a text element at the specified position.
- TextElement(String) - Constructor for class org.vaadin.firitin.element.svg.TextElement
-
Creates a text element with the given text content.
- TextElement.DominantBaseline - Enum Class in org.vaadin.firitin.element.svg
-
Dominant baseline options for vertical alignment.
- TextElement.FontStyle - Enum Class in org.vaadin.firitin.element.svg
-
Font style options.
- TextElement.FontWeight - Enum Class in org.vaadin.firitin.element.svg
-
Font weight options.
- TextElement.TextAnchor - Enum Class in org.vaadin.firitin.element.svg
-
Text anchor options for horizontal alignment.
- TextElement.TextDecoration - Enum Class in org.vaadin.firitin.element.svg
-
Text decoration options.
- textLength(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the total length of the text.
- textLength(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the total length of the text.
- textLength(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the total length of the text in this tspan.
- textLengthRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the total length of the text (read-write).
- textLengthRW(double) - Method in class org.vaadin.firitin.element.svg.TextPathElement
-
Sets the total length of the text (read-write).
- textLengthRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the total length of the text in this tspan (read-write).
- TextPathElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<textPath>element. - TextPathElement() - Constructor for class org.vaadin.firitin.element.svg.TextPathElement
- TextPathElement(PathElement) - Constructor for class org.vaadin.firitin.element.svg.TextPathElement
-
Creates a textPath element referencing the given path.
- TextPathElement(PathElement, String) - Constructor for class org.vaadin.firitin.element.svg.TextPathElement
-
Creates a textPath element with path reference and text.
- TextPathElement.Method - Enum Class in org.vaadin.firitin.element.svg
-
Text path method options.
- TextPathElement.Side - Enum Class in org.vaadin.firitin.element.svg
-
Text path side options.
- TextPathElement.Spacing - Enum Class in org.vaadin.firitin.element.svg
-
Text path spacing options.
- throttleEvents(int) - Method in class org.vaadin.firitin.devicemotion.DeviceMotion
-
Sets a throttle timeout for device motion events.
- throttleEvents(int) - Method in class org.vaadin.firitin.devicemotion.DeviceOrientation
-
Sets a throttle timeout for device orientation events.
- TIMEOUT - Enum constant in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
- timestamp() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Returns the value of the
timestamprecord component. - title() - Element in annotation interface org.vaadin.firitin.appframework.MenuItem
- title() - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Returns the value of the
titlerecord component. - to(double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the ending point (x2, y2) at once.
- to(String, String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the ending point with strings (supports units/percentages).
- toCss(String...) - Method in class org.vaadin.firitin.util.VStyle
- ToggleButton - Class in org.vaadin.firitin.components.checkbox
-
A toggle button that is essentially a styled checkbox.
- ToggleButton() - Constructor for class org.vaadin.firitin.components.checkbox.ToggleButton
- ToggleButton(boolean) - Constructor for class org.vaadin.firitin.components.checkbox.ToggleButton
- ToggleButton(String) - Constructor for class org.vaadin.firitin.components.checkbox.ToggleButton
- ToggleButton(String, boolean) - Constructor for class org.vaadin.firitin.components.checkbox.ToggleButton
- ToggleButton(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.checkbox.ToggleButton
- toggleNode() - Method in class org.vaadin.firitin.components.TreeItem
- top() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
toprecord component. - TOP - Enum constant in enum class org.vaadin.firitin.components.grid.PagingGrid.PaginationBarMode
- TOP - Enum constant in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
- TOP - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- toRW(double, double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the ending point (x2, y2) at once (read-write).
- toRW(String, String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Convenience method to set the ending point with strings (read-write).
- toShortString() - Method in interface org.vaadin.firitin.rad.ValueContext
- toString() - Method in record class org.vaadin.firitin.components.cssgrid.Area
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.components.cssgrid.Row
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.components.upload.UploadFileHandler.FileDetails
-
Returns a string representation of this record class.
- toString() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionAcceleration
- toString() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionEvent
- toString() - Method in class org.vaadin.firitin.devicemotion.DeviceMotionRotationRate
- toString() - Method in class org.vaadin.firitin.devicemotion.DeviceOrientationEvent
- toString() - Method in class org.vaadin.firitin.devicemotion.ScreenOrientationInfo
- toString() - Method in enum class org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
- toString() - Method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.GradientUnits
- toString() - Method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
- toString() - Method in enum class org.vaadin.firitin.element.svg.MaskElement.MaskUnits
- toString() - Method in enum class org.vaadin.firitin.element.svg.PatternElement.PatternUnits
- toString() - Method in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
- toString() - Method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
- toString() - Method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextPathElement.Method
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextPathElement.Side
- toString() - Method in enum class org.vaadin.firitin.element.svg.TextPathElement.Spacing
- toString() - Method in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
- toString() - Method in class org.vaadin.firitin.geolocation.GeolocationCoordinates
- toString() - Method in class org.vaadin.firitin.geolocation.GeolocationErrorEvent
- toString() - Method in record class org.vaadin.firitin.geolocation.GeolocationEvent
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.rad.PropertyContextImpl
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns a string representation of this record class.
- toString() - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Returns a string representation of this record class.
- toVaadin(Object) - Static method in class org.vaadin.firitin.rad.PrettyPrinter
- transform(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the transform attribute directly.
- transformRW(String) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Sets the transform attribute directly (read-write).
- translate(double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element to a new position.
- translateRW(double, double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element to a new position (read-write).
- translateX(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element horizontally.
- translateXRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element horizontally (read-write).
- translateY(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element vertically.
- translateYRW(double) - Method in class org.vaadin.firitin.element.svg.SvgGraphicsElement
-
Moves the element vertically (read-write).
- Tree<T> - Class in org.vaadin.firitin.components
-
A Tree component to display hierarchical data sets.
- Tree() - Constructor for class org.vaadin.firitin.components.Tree
- Tree.ChildrenProvider<T> - Interface in org.vaadin.firitin.components
- Tree.ItemDecorator<T> - Interface in org.vaadin.firitin.components
-
This can be used to further configure the created TreeItem instances.
- Tree.ItemGenerator<T> - Interface in org.vaadin.firitin.components
-
Tree.ItemGeneratorcan be used to customize how to item is shown. - Tree.ItemIconGenerator<T> - Interface in org.vaadin.firitin.components
-
Tree.ItemIconGeneratorcan be used to customize the icon shown before the label of an item. - Tree.SelectionListener<T> - Interface in org.vaadin.firitin.components
-
A listener to track when the selected node is changed.
- TreeItem - Class in org.vaadin.firitin.components
-
A very simple component composition to implement a trivial tree component.
- TreeItem(Component) - Constructor for class org.vaadin.firitin.components.TreeItem
- TreeItem(String) - Constructor for class org.vaadin.firitin.components.TreeItem
- TreeItem.PopulateSubtreeHandler - Interface in org.vaadin.firitin.components
- TreeTable<T> - Class in org.vaadin.firitin.components
-
Design goals for this component: - support lazy loading - no weird HierarchicalDataProvider stuff - support scrollToItem - also support provide same simpler API for non-lazy loading mode that is available for TreeGrid
- TreeTable() - Constructor for class org.vaadin.firitin.components.TreeTable
- TreeTable(Class) - Constructor for class org.vaadin.firitin.components.TreeTable
- TreeTable.ClosedByDefault<T> - Class in org.vaadin.firitin.components
- TreeTable.HierarchyColumnWrapper - Class in org.vaadin.firitin.components
- TreeTable.LeafModel<T> - Interface in org.vaadin.firitin.components
- TreeTable.LevelModel<T> - Interface in org.vaadin.firitin.components
- TreeTable.OpenByDefault<T> - Class in org.vaadin.firitin.components
- TreeTable.OpenModel<T> - Interface in org.vaadin.firitin.components
- TreeTable.TreeTableModel<T> - Interface in org.vaadin.firitin.components
- triangle(double, double, double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PolygonElement
-
Creates a triangle with the specified vertices.
- TriStateCheckbox - Class in org.vaadin.firitin.components.checkbox
-
A checkbox that reports its value as null when in indeterminate mode.
- TriStateCheckbox() - Constructor for class org.vaadin.firitin.components.checkbox.TriStateCheckbox
-
Creates an IndeterminateCheckbox with the initial state set to indeterminate (null).
- TriStateCheckbox(String) - Constructor for class org.vaadin.firitin.components.checkbox.TriStateCheckbox
-
Creates an IndeterminateCheckbox with the given label.
- TSpanElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<tspan>element. - TSpanElement() - Constructor for class org.vaadin.firitin.element.svg.TSpanElement
- TSpanElement(String) - Constructor for class org.vaadin.firitin.element.svg.TSpanElement
-
Creates a tspan element with the given text content.
- TSpanElement.BaselineShift - Enum Class in org.vaadin.firitin.element.svg
-
Baseline shift options.
- type() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns the value of the
typerecord component.
U
- UIFuture - Class in org.vaadin.firitin.components.button
-
This helper class is used to execute long-running actions and provide an easy way to run updates once the action is finished.
- UIFuture() - Constructor for class org.vaadin.firitin.components.button.UIFuture
- UIFuture(UI) - Constructor for class org.vaadin.firitin.components.button.UIFuture
- unBind() - Method in class org.vaadin.firitin.form.FormBinder
-
Clears bindings, might be needed to clean up references if e.g. re-using fields
- UNDERLINE - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
- UNKNOWN - Enum constant in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
- UNKNOWN - Enum constant in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
The wake lock state is unknown (not yet requested or checked)
- unobserve(Component, ResizeObserver.SizeChangeListener) - Method in class org.vaadin.firitin.util.ResizeObserver
-
Stop observing the size of a component.
- updateProgressAsync(double) - Method in class org.vaadin.firitin.components.button.ActionButton
-
API for updating the progress bar from the task.
- updateProgressAsync(double, double, double) - Method in class org.vaadin.firitin.components.button.ActionButton
-
API for updating the progress bar from the task.
- updateSelection(Set, Set) - Method in class org.vaadin.firitin.components.grid.GridMultiSelect
- updateSortingIndicators(boolean) - Method in class org.vaadin.firitin.components.grid.VGrid.VColumn
- updateViewTitle() - Method in class org.vaadin.firitin.appframework.VAppLayout
- UploadFileHandler - Class in org.vaadin.firitin.components.upload
-
A vaadin-upload component that just passes the input stream (and name and mime type) of the uploaded file for the developer to handle (constructor parameter).
- UploadFileHandler(UploadFileHandler.CallbackFileHandler) - Constructor for class org.vaadin.firitin.components.upload.UploadFileHandler
-
Creates a FileUploadHandler with provided CallbackFileHandler.
- UploadFileHandler(UploadFileHandler.FileHandler) - Constructor for class org.vaadin.firitin.components.upload.UploadFileHandler
-
Creates a basic FileUploadHandler with provided FileHandler
- UploadFileHandler.CallbackFileHandler - Interface in org.vaadin.firitin.components.upload
-
An interface accepting file uploads.
- UploadFileHandler.FileDetails - Record Class in org.vaadin.firitin.components.upload
-
A collection of metadata about the uploaded files.
- UploadFileHandler.FileHandler - Interface in org.vaadin.firitin.components.upload
- UploadFileHandler.UploadSucceededEvent - Class in org.vaadin.firitin.components.upload
-
Event fired after succesful uploads.
- UploadSucceededEvent(UploadFileHandler, boolean, String) - Constructor for class org.vaadin.firitin.components.upload.UploadFileHandler.UploadSucceededEvent
- url() - Method in record class org.vaadin.firitin.util.Share.ShareData
-
Returns the value of the
urlrecord component. - UseElement - Class in org.vaadin.firitin.element.svg
-
A typed Java API for the SVG
<use>element. - UseElement() - Constructor for class org.vaadin.firitin.element.svg.UseElement
- UseElement(SvgElement) - Constructor for class org.vaadin.firitin.element.svg.UseElement
-
Creates a use element referencing the given element.
- USER_SPACE_ON_USE - Enum constant in enum class org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
-
Coordinates are relative to the user coordinate system (default)
- USER_SPACE_ON_USE - Enum constant in enum class org.vaadin.firitin.element.svg.LinearGradientElement.GradientUnits
-
Coordinates are in user space units
- USER_SPACE_ON_USE - Enum constant in enum class org.vaadin.firitin.element.svg.MaskElement.MaskUnits
-
Coordinates are relative to the user coordinate system
- USER_SPACE_ON_USE - Enum constant in enum class org.vaadin.firitin.element.svg.PatternElement.PatternUnits
-
Coordinates are relative to the user coordinate system
V
- VAccordion - Class in org.vaadin.firitin.components.accordion
- VAccordion() - Constructor for class org.vaadin.firitin.components.accordion.VAccordion
- VAccordionPanel - Class in org.vaadin.firitin.components.accordion
- VAccordionPanel() - Constructor for class org.vaadin.firitin.components.accordion.VAccordionPanel
- VAccordionPanel(Component, Component) - Constructor for class org.vaadin.firitin.components.accordion.VAccordionPanel
- VAccordionPanel(String, Component) - Constructor for class org.vaadin.firitin.components.accordion.VAccordionPanel
- Validation - Section in class org.vaadin.firitin.fields.LongField
- Validation - Section in class org.vaadin.firitin.fields.ShortField
- value() - Method in class org.vaadin.firitin.rad.AutoForm
- value() - Method in interface org.vaadin.firitin.rad.ValueContext
- value() - Method in record class org.vaadin.firitin.rad.ValueContextImpl
-
Returns the value of the
valuerecord component. - ValueContext - Interface in org.vaadin.firitin.rad
- ValueContextImpl - Record Class in org.vaadin.firitin.rad
-
ValueContext is a helper class to pass around the context of the value being displayed/printed.
- ValueContextImpl(PrettyPrinter, Class, Object, ValueContext, BasicBeanDescription) - Constructor for record class org.vaadin.firitin.rad.ValueContextImpl
-
Creates an instance of a
ValueContextImplrecord class. - ValueContextImpl(PrettyPrinter, Object) - Constructor for record class org.vaadin.firitin.rad.ValueContextImpl
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.badge.Badge.Theme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.grid.PagingGrid.PaginationBarMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.devicemotion.DeviceSensorPermissions.SensorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.GradientUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.MaskElement.MaskUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.PatternElement.PatternUnits
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Method
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Side
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Spacing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.layouts.BorderLayout.Region
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.PageVisibility.Visibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.style.LumoProps
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.style.Padding.Side
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.style.Padding.Size
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.VStyleUtil.FlexDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.webnotification.NotificationOptions.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.webnotification.WebNotification.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.firitin.util.WebStorage.Storage
-
Deprecated.Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.vaadin.firitin.components.badge.Badge.Theme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonSize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.components.button.VButton.ButtonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.components.grid.PagingGrid.PaginationBarMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.components.html.VAnchor.AnchorTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.devicemotion.DeviceMotion.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.devicemotion.DeviceOrientation.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.devicemotion.DeviceSensorPermissions.SensorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.devicemotion.ScreenOrientationInfo.OrientationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.ClipPathElement.ClipPathUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.GradientUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.LinearGradientElement.SpreadMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.MaskElement.MaskUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.PatternElement.PatternUnits
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineCap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.SvgGraphicsElement.LineJoin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextElement.DominantBaseline
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextElement.FontStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextElement.TextAnchor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextElement.TextDecoration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Method
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Side
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TextPathElement.Spacing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.element.svg.TSpanElement.BaselineShift
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.geolocation.GeolocationErrorEvent.GeolocationPositionError
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.layouts.BorderLayout.Region
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.PageVisibility.Visibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.ScreenWakeLock.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.style.LumoProps
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.style.Padding.Side
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.style.Padding.Size
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.VStyleUtil.FlexDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.webnotification.NotificationOptions.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.webnotification.WebNotification.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.firitin.util.WebStorage.Storage
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- VAnchor - Class in org.vaadin.firitin.components.html
- VAnchor() - Constructor for class org.vaadin.firitin.components.html.VAnchor
- VAnchor(AbstractStreamResource, String) - Constructor for class org.vaadin.firitin.components.html.VAnchor
- VAnchor(String, String) - Constructor for class org.vaadin.firitin.components.html.VAnchor
- VAnchor.AnchorTarget - Enum Class in org.vaadin.firitin.components.html
- VAppLayout - Class in org.vaadin.firitin.appframework
-
Opinionated helpers and defaults for Vaadin
AppLayout. - VAppLayout() - Constructor for class org.vaadin.firitin.appframework.VAppLayout
- var() - Method in enum class org.vaadin.firitin.util.style.LumoProps
- VArticle - Class in org.vaadin.firitin.components.html
- VArticle() - Constructor for class org.vaadin.firitin.components.html.VArticle
- VArticle(Component...) - Constructor for class org.vaadin.firitin.components.html.VArticle
- VAside - Class in org.vaadin.firitin.components.html
- VAside() - Constructor for class org.vaadin.firitin.components.html.VAside
- VAside(Component...) - Constructor for class org.vaadin.firitin.components.html.VAside
- VBigDecimalField - Class in org.vaadin.firitin.components.textfield
- VBigDecimalField() - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VBigDecimalField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VBigDecimalField(String) - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VBigDecimalField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VBigDecimalField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VBigDecimalField(String, BigDecimal, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VBigDecimalField
- VButton - Class in org.vaadin.firitin.components.button
- VButton() - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(Component) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.consider using some of the better typed version
- VButton(Component, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(Component, String) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.use the better typed versions instead
- VButton(Component, String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.Use the versions with proper icon typing instead
- VButton(Component, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.consider using some of the better typed version
- VButton(Icon) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(Icon, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(Icon, String) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(Icon, String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Creates a new Button
- VButton(Icon, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(VaadinIcon) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(VaadinIcon, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(VaadinIcon, String) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(VaadinIcon, String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(VaadinIcon, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, Component) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.use the better typed versions instead
- VButton(String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, Component, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.Use the versions with proper icon typing instead
- VButton(String, Component, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
-
Deprecated.Use the versions with better typed icon instead
- VButton(String, Icon) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, Icon, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, Icon, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, VaadinIcon) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, VaadinIcon, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, VaadinIcon, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton(String, VButton.BasicClickListener) - Constructor for class org.vaadin.firitin.components.button.VButton
- VButton.BasicClickListener - Interface in org.vaadin.firitin.components.button
- VButton.ButtonColor - Enum Class in org.vaadin.firitin.components.button
- VButton.ButtonSize - Enum Class in org.vaadin.firitin.components.button
- VButton.ButtonType - Enum Class in org.vaadin.firitin.components.button
- VCheckBox - Class in org.vaadin.firitin.components.checkbox
- VCheckBox() - Constructor for class org.vaadin.firitin.components.checkbox.VCheckBox
- VCheckBox(boolean) - Constructor for class org.vaadin.firitin.components.checkbox.VCheckBox
- VCheckBox(String) - Constructor for class org.vaadin.firitin.components.checkbox.VCheckBox
- VCheckBox(String, boolean) - Constructor for class org.vaadin.firitin.components.checkbox.VCheckBox
- VCheckBox(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.checkbox.VCheckBox
- VCheckboxGroup<T> - Class in org.vaadin.firitin.components.checkbox
- VCheckboxGroup() - Constructor for class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- VCode - Class in org.vaadin.firitin.components.html
- VCode(String) - Constructor for class org.vaadin.firitin.components.html.VCode
- VColumn(Grid, String, Renderer) - Constructor for class org.vaadin.firitin.components.grid.VGrid.VColumn
-
Constructs a new Column for use inside a Grid.
- VComboBox<T> - Class in org.vaadin.firitin.components.combobox
- VComboBox() - Constructor for class org.vaadin.firitin.components.combobox.VComboBox
- VComboBox(String) - Constructor for class org.vaadin.firitin.components.combobox.VComboBox
- VComboBox(String, Collection) - Constructor for class org.vaadin.firitin.components.combobox.VComboBox
- VComboBox(String, T...) - Constructor for class org.vaadin.firitin.components.combobox.VComboBox
- VCustomField<T> - Class in org.vaadin.firitin.components.customfield
- VCustomField() - Constructor for class org.vaadin.firitin.components.customfield.VCustomField
- VCustomField(T) - Constructor for class org.vaadin.firitin.components.customfield.VCustomField
- VDatePicker - Class in org.vaadin.firitin.components.datepicker
- VDatePicker() - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(String) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(String, LocalDate) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(String, LocalDate, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(LocalDate) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(LocalDate, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDatePicker(LocalDate, Locale) - Constructor for class org.vaadin.firitin.components.datepicker.VDatePicker
- VDateTimePicker - Class in org.vaadin.firitin.components.datetimepicker
- VDateTimePicker() - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(String) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(String, LocalDateTime) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(String, LocalDateTime, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(LocalDateTime) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(LocalDateTime, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDateTimePicker(LocalDateTime, Locale) - Constructor for class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- VDescriptionList - Class in org.vaadin.firitin.components.html
- VDescriptionList() - Constructor for class org.vaadin.firitin.components.html.VDescriptionList
- VDetails - Class in org.vaadin.firitin.components.details
- VDetails() - Constructor for class org.vaadin.firitin.components.details.VDetails
- VDetails(Component, Component) - Constructor for class org.vaadin.firitin.components.details.VDetails
- VDetails(String, Component) - Constructor for class org.vaadin.firitin.components.details.VDetails
- VDetails(String, SerializableSupplier) - Constructor for class org.vaadin.firitin.components.details.VDetails
-
Creates a new instance of Details with the given summary text and content component supplier.
- VDialog - Class in org.vaadin.firitin.components.dialog
- VDialog(Component...) - Constructor for class org.vaadin.firitin.components.dialog.VDialog
- VDiv - Class in org.vaadin.firitin.components.html
- VDiv() - Constructor for class org.vaadin.firitin.components.html.VDiv
- VDiv(Component...) - Constructor for class org.vaadin.firitin.components.html.VDiv
- vector(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the gradient vector from start to end point.
- vectorRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the gradient vector from start to end point (read-write).
- VEmailField - Class in org.vaadin.firitin.components.textfield
- VEmailField() - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmailField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmailField(String) - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmailField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmailField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmailField(String, String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VEmailField
- VEmphasis - Class in org.vaadin.firitin.components.html
- VEmphasis() - Constructor for class org.vaadin.firitin.components.html.VEmphasis
- vertical() - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Creates a vertical gradient (top to bottom).
- VERTICAL - Enum constant in enum class org.vaadin.firitin.util.style.Padding.Side
- verticalLineTo(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a vertical line to the specified y coordinate (absolute).
- verticalLineToRelative(double) - Method in class org.vaadin.firitin.element.svg.PathElement
-
Draw a vertical line by the specified offset (relative).
- VFlexLayout - Class in org.vaadin.firitin.components.orderedlayout
- VFlexLayout() - Constructor for class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- VFlexLayout(Component...) - Constructor for class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- VFooter - Class in org.vaadin.firitin.components.html
- VFooter() - Constructor for class org.vaadin.firitin.components.html.VFooter
- VFooter(Component...) - Constructor for class org.vaadin.firitin.components.html.VFooter
- VFormLayout - Class in org.vaadin.firitin.components.formlayout
- VFormLayout() - Constructor for class org.vaadin.firitin.components.formlayout.VFormLayout
- VFormLayout(Component...) - Constructor for class org.vaadin.firitin.components.formlayout.VFormLayout
- VGrid<T> - Class in org.vaadin.firitin.components.grid
- VGrid() - Constructor for class org.vaadin.firitin.components.grid.VGrid
- VGrid(int) - Constructor for class org.vaadin.firitin.components.grid.VGrid
- VGrid(Class) - Constructor for class org.vaadin.firitin.components.grid.VGrid
- VGrid(Class, boolean) - Constructor for class org.vaadin.firitin.components.grid.VGrid
-
Creates a new Grid with given bean type.
- VGrid.CellFormatter<T> - Interface in org.vaadin.firitin.components.grid
-
An interface to configure formatting of all data cells in the Grid.
- VGrid.RowStyler<T> - Interface in org.vaadin.firitin.components.grid
-
Used to assign
Stylerules to row cells. - VGrid.VColumn<T> - Class in org.vaadin.firitin.components.grid
- VH1 - Class in org.vaadin.firitin.components.html
- VH1() - Constructor for class org.vaadin.firitin.components.html.VH1
- VH1(Component...) - Constructor for class org.vaadin.firitin.components.html.VH1
- VH1(String) - Constructor for class org.vaadin.firitin.components.html.VH1
- VH2 - Class in org.vaadin.firitin.components.html
- VH2() - Constructor for class org.vaadin.firitin.components.html.VH2
- VH2(Component...) - Constructor for class org.vaadin.firitin.components.html.VH2
- VH2(String) - Constructor for class org.vaadin.firitin.components.html.VH2
- VH3 - Class in org.vaadin.firitin.components.html
- VH3() - Constructor for class org.vaadin.firitin.components.html.VH3
- VH3(Component...) - Constructor for class org.vaadin.firitin.components.html.VH3
- VH3(String) - Constructor for class org.vaadin.firitin.components.html.VH3
- VH4 - Class in org.vaadin.firitin.components.html
- VH4() - Constructor for class org.vaadin.firitin.components.html.VH4
- VH4(Component...) - Constructor for class org.vaadin.firitin.components.html.VH4
- VH4(String) - Constructor for class org.vaadin.firitin.components.html.VH4
- VH5 - Class in org.vaadin.firitin.components.html
- VH5() - Constructor for class org.vaadin.firitin.components.html.VH5
- VH5(Component...) - Constructor for class org.vaadin.firitin.components.html.VH5
- VH5(String) - Constructor for class org.vaadin.firitin.components.html.VH5
- VH6 - Class in org.vaadin.firitin.components.html
- VH6() - Constructor for class org.vaadin.firitin.components.html.VH6
- VH6(Component...) - Constructor for class org.vaadin.firitin.components.html.VH6
- VH6(String) - Constructor for class org.vaadin.firitin.components.html.VH6
- VHeader - Class in org.vaadin.firitin.components.html
- VHeader() - Constructor for class org.vaadin.firitin.components.html.VHeader
- VHeader(Component...) - Constructor for class org.vaadin.firitin.components.html.VHeader
- VHorizontalLayout - Class in org.vaadin.firitin.components.orderedlayout
- VHorizontalLayout() - Constructor for class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- VHorizontalLayout(Component...) - Constructor for class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- VHr - Class in org.vaadin.firitin.components.html
- VHr() - Constructor for class org.vaadin.firitin.components.html.VHr
- viewBox(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the viewBox for the pattern contents.
- viewBox(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the viewBox attribute, which defines the position and dimension of the SVG viewport.
- viewBox(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the viewBox for this symbol.
- viewBoxRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the viewBox for the pattern contents (read-write).
- viewBoxRW(double, double, double, double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the viewBox for this symbol (read-write).
- VImage - Class in org.vaadin.firitin.components.html
- VImage() - Constructor for class org.vaadin.firitin.components.html.VImage
- VImage(AbstractStreamResource, String) - Constructor for class org.vaadin.firitin.components.html.VImage
- VImage(String, String) - Constructor for class org.vaadin.firitin.components.html.VImage
- VImage.LoadingErrorEvent - Class in org.vaadin.firitin.components.html
- VIntegerField - Class in org.vaadin.firitin.components.textfield
- VIntegerField() - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VIntegerField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VIntegerField(String) - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VIntegerField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VIntegerField(String, Integer, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VIntegerField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VIntegerField
- VISIBLE - Enum constant in enum class org.vaadin.firitin.util.PageVisibility.Visibility
-
The page is visible and focused.
- VISIBLE_NON_FOCUSED - Enum constant in enum class org.vaadin.firitin.util.PageVisibility.Visibility
-
The page is visible but not focused.
- VListBox<T> - Class in org.vaadin.firitin.components.listbox
- VListBox() - Constructor for class org.vaadin.firitin.components.listbox.VListBox
- VListItem - Class in org.vaadin.firitin.components.html
- VListItem() - Constructor for class org.vaadin.firitin.components.html.VListItem
- VListItem(Component...) - Constructor for class org.vaadin.firitin.components.html.VListItem
- VListItem(String) - Constructor for class org.vaadin.firitin.components.html.VListItem
- VMain - Class in org.vaadin.firitin.components.html
- VMain() - Constructor for class org.vaadin.firitin.components.html.VMain
- VMain(Component...) - Constructor for class org.vaadin.firitin.components.html.VMain
- VMenuBar - Class in org.vaadin.firitin.components.menubar
- VMenuBar() - Constructor for class org.vaadin.firitin.components.menubar.VMenuBar
- VMultiSelectListBox<T> - Class in org.vaadin.firitin.components.listbox
- VMultiSelectListBox() - Constructor for class org.vaadin.firitin.components.listbox.VMultiSelectListBox
- VNativeButton - Class in org.vaadin.firitin.components.html
- VNativeButton() - Constructor for class org.vaadin.firitin.components.html.VNativeButton
- VNativeButton(String) - Constructor for class org.vaadin.firitin.components.html.VNativeButton
- VNativeButton(String, ComponentEventListener) - Constructor for class org.vaadin.firitin.components.html.VNativeButton
- VNav - Class in org.vaadin.firitin.components.html
- VNav() - Constructor for class org.vaadin.firitin.components.html.VNav
- VNav(Component...) - Constructor for class org.vaadin.firitin.components.html.VNav
- VNotification - Class in org.vaadin.firitin.components.notification
- VNotification(Component...) - Constructor for class org.vaadin.firitin.components.notification.VNotification
- VNotification(String) - Constructor for class org.vaadin.firitin.components.notification.VNotification
- VNotification(String, int) - Constructor for class org.vaadin.firitin.components.notification.VNotification
- VNotification(String, int, Notification.Position) - Constructor for class org.vaadin.firitin.components.notification.VNotification
- VNumberField - Class in org.vaadin.firitin.components.textfield
- VNumberField() - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VNumberField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VNumberField(String) - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VNumberField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VNumberField(String, Double, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VNumberField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VNumberField
- VOrderedList - Class in org.vaadin.firitin.components.html
- VOrderedList() - Constructor for class org.vaadin.firitin.components.html.VOrderedList
- VOrderedList(ListItem...) - Constructor for class org.vaadin.firitin.components.html.VOrderedList
- VOrderedList(OrderedList.NumberingType) - Constructor for class org.vaadin.firitin.components.html.VOrderedList
- VParagaph - Class in org.vaadin.firitin.components.html
- VParagaph() - Constructor for class org.vaadin.firitin.components.html.VParagaph
- VParagaph(Component...) - Constructor for class org.vaadin.firitin.components.html.VParagaph
- VParagaph(String) - Constructor for class org.vaadin.firitin.components.html.VParagaph
- VPasswordField - Class in org.vaadin.firitin.components.textfield
- VPasswordField() - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPasswordField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPasswordField(String) - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPasswordField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPasswordField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPasswordField(String, String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VPasswordField
- VPopover - Class in org.vaadin.firitin.components.popover
- VPopover() - Constructor for class org.vaadin.firitin.components.popover.VPopover
- VPopover(ContentProvider) - Constructor for class org.vaadin.firitin.components.popover.VPopover
- VProgressBar - Class in org.vaadin.firitin.components.progressbar
- VProgressBar() - Constructor for class org.vaadin.firitin.components.progressbar.VProgressBar
- VProgressBar(double, double) - Constructor for class org.vaadin.firitin.components.progressbar.VProgressBar
- VProgressBar(double, double, double) - Constructor for class org.vaadin.firitin.components.progressbar.VProgressBar
- VRadioButtonGroup<T> - Class in org.vaadin.firitin.components.radiobutton
- VRadioButtonGroup() - Constructor for class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- VRadioButtonGroup(String) - Constructor for class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- VScroller - Class in org.vaadin.firitin.components.orderedlayout
-
Extended version of the official Scroller component, with some actual scrolling related methods.
- VScroller() - Constructor for class org.vaadin.firitin.components.orderedlayout.VScroller
- VScroller(Component) - Constructor for class org.vaadin.firitin.components.orderedlayout.VScroller
- VScroller(Component, Scroller.ScrollDirection) - Constructor for class org.vaadin.firitin.components.orderedlayout.VScroller
- VScroller(Scroller.ScrollDirection) - Constructor for class org.vaadin.firitin.components.orderedlayout.VScroller
- VScroller.ScrollEvent - Class in org.vaadin.firitin.components.orderedlayout
- VScroller.ScrollToEndEvent - Class in org.vaadin.firitin.components.orderedlayout
- VSection - Class in org.vaadin.firitin.components.html
- VSection() - Constructor for class org.vaadin.firitin.components.html.VSection
- VSection(Component...) - Constructor for class org.vaadin.firitin.components.html.VSection
- VSelect<T> - Class in org.vaadin.firitin.components.select
- VSelect() - Constructor for class org.vaadin.firitin.components.select.VSelect
- VSelect(String) - Constructor for class org.vaadin.firitin.components.select.VSelect
- VSelect(String, Collection) - Constructor for class org.vaadin.firitin.components.select.VSelect
- VSelect(String, T...) - Constructor for class org.vaadin.firitin.components.select.VSelect
- VSpan - Class in org.vaadin.firitin.components.html
- VSpan() - Constructor for class org.vaadin.firitin.components.html.VSpan
- VSpan(Component...) - Constructor for class org.vaadin.firitin.components.html.VSpan
- VSpan(String) - Constructor for class org.vaadin.firitin.components.html.VSpan
- VSplitLayout - Class in org.vaadin.firitin.components.splitlayout
- VSplitLayout() - Constructor for class org.vaadin.firitin.components.splitlayout.VSplitLayout
- VSplitLayout(Component, Component) - Constructor for class org.vaadin.firitin.components.splitlayout.VSplitLayout
- VStyle - Class in org.vaadin.firitin.util
- VStyle() - Constructor for class org.vaadin.firitin.util.VStyle
- VStyle(Style) - Constructor for class org.vaadin.firitin.util.VStyle
- VStyles - Class in org.vaadin.firitin.util
- VStyleUtil - Class in org.vaadin.firitin.util
- VStyleUtil.FlexDirection - Enum Class in org.vaadin.firitin.util
- VStyleUtil.ThemeStyle<T> - Interface in org.vaadin.firitin.util
- VSvg - Class in org.vaadin.firitin.components
-
A utility class for creating SVG components in Vaadin.
- VSvg() - Constructor for class org.vaadin.firitin.components.VSvg
- VSvg(int, int, int, int) - Constructor for class org.vaadin.firitin.components.VSvg
- VTab - Class in org.vaadin.firitin.components.tabs
- VTab() - Constructor for class org.vaadin.firitin.components.tabs.VTab
- VTab(Component...) - Constructor for class org.vaadin.firitin.components.tabs.VTab
- VTab(String) - Constructor for class org.vaadin.firitin.components.tabs.VTab
- VTabs - Class in org.vaadin.firitin.components.tabs
- VTabs() - Constructor for class org.vaadin.firitin.components.tabs.VTabs
- VTabs(Tab...) - Constructor for class org.vaadin.firitin.components.tabs.VTabs
- VTabSheet - Class in org.vaadin.firitin.layouts
-
A TabSheet component that behaves in the same way as the familiar Vaadin 7,8.
- VTabSheet() - Constructor for class org.vaadin.firitin.layouts.VTabSheet
- VTabSheet.ScrollEvent - Class in org.vaadin.firitin.layouts
- VTabSheet.ScrollToEndEvent - Class in org.vaadin.firitin.layouts
- VTextArea - Class in org.vaadin.firitin.components.textfield
- VTextArea() - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(String) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(String, String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextArea(String, String, String) - Constructor for class org.vaadin.firitin.components.textfield.VTextArea
- VTextField - Class in org.vaadin.firitin.components.textfield
- VTextField() - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(String) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(String, String) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(String, String, HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTextField(String, String, String) - Constructor for class org.vaadin.firitin.components.textfield.VTextField
- VTimePicker - Class in org.vaadin.firitin.components.timepicker
- VTimePicker() - Constructor for class org.vaadin.firitin.components.timepicker.VTimePicker
- VTimePicker(HasValue.ValueChangeListener) - Constructor for class org.vaadin.firitin.components.timepicker.VTimePicker
- VTimePicker(String) - Constructor for class org.vaadin.firitin.components.timepicker.VTimePicker
- VTimePicker(String, LocalTime) - Constructor for class org.vaadin.firitin.components.timepicker.VTimePicker
- VTimePicker(LocalTime) - Constructor for class org.vaadin.firitin.components.timepicker.VTimePicker
- VUnorderedList - Class in org.vaadin.firitin.components.html
- VUnorderedList() - Constructor for class org.vaadin.firitin.components.html.VUnorderedList
- VUnorderedList(ListItem...) - Constructor for class org.vaadin.firitin.components.html.VUnorderedList
- VUpload - Class in org.vaadin.firitin.components.upload
- VUpload() - Constructor for class org.vaadin.firitin.components.upload.VUpload
- VUpload(Receiver) - Constructor for class org.vaadin.firitin.components.upload.VUpload
- VVerticalLayout - Class in org.vaadin.firitin.components.orderedlayout
- VVerticalLayout() - Constructor for class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- VVerticalLayout(Component...) - Constructor for class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
W
- W100 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W200 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W300 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W400 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W500 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W600 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W700 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W800 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- W900 - Enum constant in enum class org.vaadin.firitin.element.svg.TextElement.FontWeight
- WARNING - Enum constant in enum class org.vaadin.firitin.components.badge.Badge.Theme
- WARNING_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- WARNING_COLOR_10PCT - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- WARNING_CONTRAST_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- WARNING_TEXT_COLOR - Enum constant in enum class org.vaadin.firitin.util.style.LumoProps
- watchPosition(UI, Geolocation.UpdateListener, Geolocation.ErrorListener, GeolocationOptions) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Starts to repeatedly watch the geolocation of the device and notifies listener with the data.
- watchPosition(Geolocation.UpdateListener, Geolocation.ErrorListener) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Starts to repeatedly watch the geolocation of the device and notifies listener with the data.
- watchPosition(Geolocation.UpdateListener, Geolocation.ErrorListener, GeolocationOptions) - Static method in class org.vaadin.firitin.geolocation.Geolocation
-
Starts to repeatedly watch the geolocation of the device and notifies listener with the data.
- WebNotification - Class in org.vaadin.firitin.util.webnotification
-
A utility class for displaying web notifications (aka native OS displayed notifications) in a Vaadin application.
- WebNotification(UI) - Constructor for class org.vaadin.firitin.util.webnotification.WebNotification
- WebNotification.Permission - Enum Class in org.vaadin.firitin.util.webnotification
- WebStorage - Class in org.vaadin.firitin.util
-
Deprecated, for removal: This API element is subject to removal in a future version.Available as pretty much such in Vaadin core.
- WebStorage() - Constructor for class org.vaadin.firitin.util.WebStorage
-
Deprecated.
- WebStorage.Callback - Interface in org.vaadin.firitin.util
-
Deprecated.
- WebStorage.Storage - Enum Class in org.vaadin.firitin.util
-
Deprecated.
- WEST - Enum constant in enum class org.vaadin.firitin.layouts.BorderLayout.Region
- width() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
widthrecord component. - width(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the width of the image.
- width(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the width of the mask area.
- width(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the width of the pattern tile.
- width(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the width of the rectangle.
- width(double) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the width of the SVG element.
- width(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the width for this symbol.
- width(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the width of the use element.
- width(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the width with a unit.
- width(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the width with a unit.
- width(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the width with a unit.
- width(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the width of the rectangle with a unit or percentage.
- width(String) - Method in class org.vaadin.firitin.element.svg.SvgElement
-
Sets the width of the SVG element with a unit.
- width(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the width with a unit.
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the width of the image (read-write).
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the width of the mask area (read-write).
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the width of the pattern tile (read-write).
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the width of the rectangle (read-write).
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the width for this symbol (read-write).
- widthRW(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the width of the use element (read-write).
- widthRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the width with a unit (read-write).
- widthRW(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the width with a unit (read-write).
- widthRW(String) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the width with a unit (read-write).
- widthRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the width of the rectangle with a unit or percentage (read-write).
- widthRW(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the width with a unit (read-write).
- WindowScroller - Class in org.vaadin.firitin.util
- WindowScroller(UI) - Constructor for class org.vaadin.firitin.util.WindowScroller
- WindowScroller.ScrollListener - Interface in org.vaadin.firitin.util
- with(Component...) - Method in class org.vaadin.firitin.components.select.VSelect
- withAcceptedFileTypes(String...) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- withAcceptedFileTypes(String...) - Method in class org.vaadin.firitin.components.upload.VUpload
- withAddedClassName(String...) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasStyle
-
Adds one or more CSS class names to this component.Multiple class names can be specified by using multiple parameters.
- withAlign(Style.AlignSelf) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withAlignCenter() - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withAlignItems(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withAlignItems(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withAlignItems(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withAlignLeft() - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withAlignRight() - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withAllFinishedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withAllowCustomValue(boolean) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withAllowMultiple(boolean) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Configures the component to allow multiple files to be selected at once.
- withAlt(String) - Method in class org.vaadin.firitin.components.html.VImage
- withArea(String) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withArea(Area) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withAriaLabel(String) - Method in class org.vaadin.firitin.components.checkbox.VCheckBox
- withAttachListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentAttachNotifier
- withAutocapitalize(Autocapitalize) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasAutocapitalize
- withAutocomplete(Autocomplete) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasAutocomplete
- withAutocorrect(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasAutocorrect
- withAutofocus(boolean) - Method in class org.vaadin.firitin.components.button.VButton
- withAutofocus(boolean) - Method in class org.vaadin.firitin.components.select.VSelect
- withAutofocus(boolean) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withAutofocus(boolean) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withAutofocus(boolean) - Method in interface org.vaadin.firitin.fluency.ui.internal.FluentHasAutofocus
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withAutoselect(boolean) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withAutoUpload(boolean) - Method in class org.vaadin.firitin.components.upload.VUpload
- withBeanValidation() - Method in class org.vaadin.firitin.rad.AutoForm
-
Deprecated, for removal: This API element is subject to removal in a future version.
- withBlurListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentBlurNotifier
- withBoxSizing(BoxSizing) - Method in interface org.vaadin.firitin.fluency.ui.FluentThemableLayout
- withButttonCaption(String) - Method in class org.vaadin.firitin.components.button.DeleteButton
- withCancelText(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- withCellFormatter(VGrid.CellFormatter) - Method in class org.vaadin.firitin.components.grid.VGrid
-
Defines a formatter used for all basic data columns.
- withChunkSize(int) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Deprecated.This is currently very little tested feature.
- withClassName(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasStyle
-
Sets the CSS class names of this component.This method overwrites any previous set class names.
- withClearAutomatically(boolean) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withClearButtonVisible(boolean) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withClickListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentClickNotifierWithoutTypedSource
- withClickListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentClickNotifier
- withClickShortcut(Key, KeyModifier...) - Method in class org.vaadin.firitin.components.button.VButton
- withCloseOnEsc(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withCloseOnOutsideClick(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withColor(VButton.ButtonColor) - Method in class org.vaadin.firitin.components.button.VButton
- withColumn(int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withColumns(int, int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withColumnSelector() - Method in class org.vaadin.firitin.components.grid.VGrid
-
Adds a Vaadin 3,4,5,6,7,8 style column selector.
- withColumnSpan(int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withComponent(Component) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withComponent(Component) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withComponent(Component, FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withComponent(Component, FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withComponentAsFirst(Component) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasComponents
- withComponentAtIndex(int, Component) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withComponentAtIndex(int, Component) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasComponents
- withComponents(Component...) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasComponents
- withComponents(T, Component...) - Method in class org.vaadin.firitin.components.select.VSelect
- withCompositionEndListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentCompositionNotifier
- withCompositionStartListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentCompositionNotifier
- withCompositionUpdateListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentCompositionNotifier
- withConfirmationDescription(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- withConfirmationDescription(String) - Method in class org.vaadin.firitin.components.button.DeleteButton
- withConfirmationPrompt(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- withConfirmationPrompt(String) - Method in class org.vaadin.firitin.components.button.DeleteButton
- withConfirmHandler(Command) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- withConfirmHandler(Command) - Method in class org.vaadin.firitin.components.button.DeleteButton
- withContent(Component) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withContent(Component) - Method in class org.vaadin.firitin.components.details.VDetails
- withContent(String) - Method in class org.vaadin.firitin.components.RichText
- withContentTypeGenerator(DynamicFileDownloader.ContentTypeGenerator) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
- withCustomValueSetListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withDataProvider(DataProvider) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasDataProvider
- withDataProvider(DataProvider) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withDataProvider(DataProvider) - Method in class org.vaadin.firitin.components.select.VSelect
- withDatePickerI18n(DatePicker.DatePickerI18n) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withDatePlaceholder(String) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withDebounceTimeout(int) - Method in class org.vaadin.firitin.util.ResizeObserver
-
Set a debounce timeout for the resize events.
- withDefaultHeader() - Method in class org.vaadin.firitin.rad.DtoDisplay
- withDefaultHorizontalComponentAlignment(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withDefaultVerticalComponentAlignment(FlexComponent.Alignment) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withDetachListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentDetachNotifier
- withDialogCloseActionListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withDragAndDrop(boolean) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Configures the component to allow drag and dropping of files on selected devices (mainly desktop browsers).
- withDraggable(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withDropAllowed(boolean) - Method in class org.vaadin.firitin.components.upload.VUpload
- withDropLabel(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- withDropLabel(Component) - Method in class org.vaadin.firitin.components.upload.VUpload
- withDropLabelIcon(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- withDropLabelIcon(Component) - Method in class org.vaadin.firitin.components.upload.VUpload
- withDuration(int) - Method in class org.vaadin.firitin.components.notification.VNotification
- withEditorInstantiator(SerializableSupplier) - Method in class org.vaadin.firitin.fields.ElementCollectionField
-
Configures the instance to use given editor instantiator.
- withEmptySelectionAllowed(boolean) - Method in class org.vaadin.firitin.components.select.VSelect
- withEmptySelectionCaption(String) - Method in class org.vaadin.firitin.components.select.VSelect
- withEnabled(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasEnabled
- withErrorMessage(String) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withErrorMessage(String) - Method in class org.vaadin.firitin.components.customfield.VCustomField
- withErrorMessage(String) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withErrorMessage(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValidation
- withExpand(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withExpand(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withExpand(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withExpanded(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withExpanded(Component...) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withFailedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withFileNameGenerator(DynamicFileDownloader.FileNameGenerator) - Method in class org.vaadin.firitin.components.DynamicFileDownloader
-
Fluent method to set the strategy to creates the name of the downloaded.
- withFileRejectedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withFinishedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withFlexGrow(double) - Method in class org.vaadin.firitin.components.tabs.VTab
- withFlexGrow(double, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withFlexGrow(double, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withFlexGrow(double, HasElement...) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withFlexGrowForEnclosedTabs(double) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withFlexWrap(FlexLayout.FlexWrap) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withFocusListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentFocusNotifier
- withFormItem(Component, String, int) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
- withFullHeight() - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
-
Sets the height to 100%.
- withFullWidth() - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
-
Sets the width to 100%.
- withHasControls(boolean) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withHeight(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withHelperComponent(Component) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasHelper
- withHelperText(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasHelper
- withHref(AbstractStreamResource) - Method in class org.vaadin.firitin.components.html.VAnchor
- withHref(String) - Method in class org.vaadin.firitin.components.html.VAnchor
- withI18n(DatePicker.DatePickerI18n) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withI18n(UploadI18N) - Method in class org.vaadin.firitin.components.upload.VUpload
- withIcon(Component) - Method in class org.vaadin.firitin.components.button.VButton
- withIcon(VaadinIcon) - Method in class org.vaadin.firitin.components.badge.Badge
- withIconAfterText(boolean) - Method in class org.vaadin.firitin.components.button.VButton
- withId(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentComponent
- withIndeterminate(boolean) - Method in class org.vaadin.firitin.components.checkbox.VCheckBox
- withInputListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentInputNotifier
- withInvalid(boolean) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withInvalid(boolean) - Method in class org.vaadin.firitin.components.customfield.VCustomField
- withInvalid(boolean) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withInvalid(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValidation
- withInvalidChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withItem(Component) - Method in class org.vaadin.firitin.components.menubar.VMenuBar
- withItem(Component, ComponentEventListener) - Method in class org.vaadin.firitin.components.menubar.VMenuBar
- withItem(String) - Method in class org.vaadin.firitin.components.menubar.VMenuBar
- withItem(String, ComponentEventListener) - Method in class org.vaadin.firitin.components.menubar.VMenuBar
- withItemEnabledProvider(SerializablePredicate) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withItemEnabledProvider(SerializablePredicate) - Method in class org.vaadin.firitin.components.listbox.VListBox
- withItemEnabledProvider(SerializablePredicate) - Method in class org.vaadin.firitin.components.listbox.VMultiSelectListBox
- withItemEnabledProvider(SerializablePredicate) - Method in class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- withItemEnabledProvider(SerializablePredicate) - Method in class org.vaadin.firitin.components.select.VSelect
- withItemLabelGenerator(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withItemLabelGenerator(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withItemLabelGenerator(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.select.VSelect
- withItems(Collection) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withItems(Collection) - Method in class org.vaadin.firitin.components.grid.VGrid
- withItems(Collection) - Method in class org.vaadin.firitin.components.select.VSelect
- withItems(Collection) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasItems
- withItems(Stream) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasItems
- withItems(T...) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withItems(T...) - Method in class org.vaadin.firitin.components.grid.VGrid
- withItems(T...) - Method in class org.vaadin.firitin.components.select.VSelect
- withItems(T...) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasItems
- withJustifyContentMode(FlexComponent.JustifyContentMode) - Method in class org.vaadin.firitin.components.orderedlayout.VFlexLayout
- withJustifyContentMode(FlexComponent.JustifyContentMode) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withJustifyContentMode(FlexComponent.JustifyContentMode) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withJustifySelf(Style.JustifyContent) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withKeyDownListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withKeyDownListener(Key, ComponentEventListener, KeyModifier...) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withKeyPressListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withKeyPressListener(Key, ComponentEventListener, KeyModifier...) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withKeyUpListener(ComponentEventListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withKeyUpListener(Key, ComponentEventListener, KeyModifier...) - Method in interface org.vaadin.firitin.fluency.ui.FluentKeyNotifier
- withLabel(String) - Method in class org.vaadin.firitin.components.tabs.VTab
- withLabel(String) - Method in interface org.vaadin.firitin.fluency.ui.internal.FluentHasLabel
- withLocale(Locale) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withLocale(Locale) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withLocale(Locale) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withLocale(Locale) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withMargin(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentThemableLayout
- withMarkDown(InputStream) - Method in class org.vaadin.firitin.components.RichText
- withMarkDown(String) - Method in class org.vaadin.firitin.components.RichText
- withMarkDownResource(String) - Method in class org.vaadin.firitin.components.RichText
- withMax(double) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- withMax(double) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withMax(LocalDate) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withMax(LocalDateTime) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withMaxFiles(int) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
- withMaxFiles(int) - Method in class org.vaadin.firitin.components.upload.VUpload
- withMaxFileSize(int) - Method in class org.vaadin.firitin.components.upload.VUpload
- withMaxHeight(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withMaxLength(int) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withMaxLength(int) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withMaxLength(int) - Method in class org.vaadin.firitin.components.textfield.VTextArea
- withMaxLength(int) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withMaxSize(String, String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withMaxTime(LocalTime) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withMaxWidth(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withMin(double) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- withMin(double) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withMin(LocalDate) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withMin(LocalDateTime) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withMinHeight(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withMinLength(int) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withMinLength(int) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withMinLength(int) - Method in class org.vaadin.firitin.components.textfield.VTextArea
- withMinLength(int) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withMinSize(String, String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withMinTime(LocalTime) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withMinWidth(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withModal(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withName(String) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withNewLines(String) - Method in class org.vaadin.firitin.components.RichText
-
Only replaces all new line characters with <br />, but no Markdown processing.
- withOKText(String) - Method in class org.vaadin.firitin.components.button.ConfirmButton
- withOpen() - Method in class org.vaadin.firitin.components.notification.VNotification
- withOpen(int) - Method in class org.vaadin.firitin.components.accordion.VAccordion
- withOpen(AccordionPanel) - Method in class org.vaadin.firitin.components.accordion.VAccordion
- withOpened(boolean) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withOpened(boolean) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withOpened(boolean) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withOpened(boolean) - Method in class org.vaadin.firitin.components.details.VDetails
- withOpened(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withOpenedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.accordion.VAccordion
- withOpenedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withOpenedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.details.VDetails
- withOpenedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withOpenedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.notification.VNotification
- withOpenOnHover(boolean) - Method in class org.vaadin.firitin.components.menubar.VMenuBar
- withOrientation(SplitLayout.Orientation) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withOrientation(Tabs.Orientation) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withPadding(boolean) - Method in class org.vaadin.firitin.components.orderedlayout.VVerticalLayout
- withPadding(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentThemableLayout
- withPadding(Padding) - Method in interface org.vaadin.firitin.util.style.HasPadding
- withPadding(Padding.Side) - Method in interface org.vaadin.firitin.util.style.HasPadding
- withPadding(Padding.Side, Padding.Size) - Method in interface org.vaadin.firitin.util.style.HasPadding
- withPageSize(int) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withPattern(String) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withPattern(String) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withPattern(String) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withPattern(String) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.select.VSelect
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VTextArea
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withPlaceholder(String) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withPosition(Notification.Position) - Method in class org.vaadin.firitin.components.notification.VNotification
- withPrefixComponent(Component) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasPrefix
- withPrependComponents(T, Component...) - Method in class org.vaadin.firitin.components.select.VSelect
- withPrimaryStyle(String, String) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withProgressListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withProperties(String...) - Method in class org.vaadin.firitin.components.grid.VGrid
- withPropertyEditor(Class, Class) - Method in class org.vaadin.firitin.rad.AutoFormContext
-
Registers a custom property editor that can be used to edit a property of a bean.
- withPropertyEditor(PropertyPrinter) - Method in class org.vaadin.firitin.rad.AutoFormContext
-
Registers a custom property editor that can be used to edit a property of a bean.
- withPropertyHeaderPrinter(PropertyHeaderPrinter) - Method in class org.vaadin.firitin.rad.AutoForm
- withPropertyHeaderPrinter(PropertyHeaderPrinter) - Method in class org.vaadin.firitin.rad.AutoFormContext
- withPropertyHeaderPrinter(PropertyHeaderPrinter) - Method in class org.vaadin.firitin.rad.DtoDisplay
- withPropertyHeaderPrinter(PropertyHeaderPrinter) - Method in class org.vaadin.firitin.rad.PrettyPrinter
- withPropertyPrinter(PropertyPrinter) - Method in class org.vaadin.firitin.rad.DtoDisplay
- withPropertyPrinter(PropertyPrinter) - Method in class org.vaadin.firitin.rad.PrettyPrinter
- withRange(LocalDate, LocalDate) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withReadOnly(boolean) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withReadOnly(boolean) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withReadOnly(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValue
- withReadOnly(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValueAndElement
- withRenderer(ComponentRenderer) - Method in class org.vaadin.firitin.components.listbox.VListBox
- withRenderer(ComponentRenderer) - Method in class org.vaadin.firitin.components.listbox.VMultiSelectListBox
- withRenderer(ComponentRenderer) - Method in class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- withRenderer(ComponentRenderer) - Method in class org.vaadin.firitin.components.select.VSelect
- withRenderer(Renderer) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withRequired(boolean) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withRequired(boolean) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withRequired(boolean) - Method in class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VTextArea
- withRequired(boolean) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withRequired(boolean) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withRequiredIndicatorVisible(boolean) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withRequiredIndicatorVisible(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValue
- withRequiredIndicatorVisible(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValueAndElement
- withResizable(boolean) - Method in class org.vaadin.firitin.components.dialog.VDialog
- withResponsiveSteps(FormLayout.ResponsiveStep...) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
- withResponsiveSteps(List) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
- withResponsiveStepsFourCols(FormLayout.ResponsiveStep.LabelsPosition, String, String, String) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
-
shorthand for three col configuration
- withResponsiveStepsOneCol(FormLayout.ResponsiveStep.LabelsPosition) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
-
shorthand for one col configuration
- withResponsiveStepsThreeCols(FormLayout.ResponsiveStep.LabelsPosition, String, String) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
-
shorthand for three col configuration
- withResponsiveStepsTwoCols(FormLayout.ResponsiveStep.LabelsPosition, String) - Method in class org.vaadin.firitin.components.formlayout.VFormLayout
-
shorthand for two col configuration
- withRevealButtonVisible(boolean) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withRow(int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withRows(int, int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withRowSpan(int) - Method in class org.vaadin.firitin.components.cssgrid.CssGrid.GridCell
-
Deprecated.
- withRowStyler(VGrid.RowStyler) - Method in class org.vaadin.firitin.components.grid.VGrid
-
Adds a strategy to style cells based on rows.
- withSafeHtml(InputStream) - Method in class org.vaadin.firitin.components.RichText
- withSafeHtml(String) - Method in class org.vaadin.firitin.components.RichText
- withSafeHtmlResource(String) - Method in class org.vaadin.firitin.components.RichText
- withSecondaryStyle(String, String) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withSelected(boolean) - Method in class org.vaadin.firitin.components.tabs.VTab
- withSelectedChangeListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withSelectedIndex(int) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withSelectedTab(Tab) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withSelectionListener(MultiSelectionListener) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withSelectionListener(MultiSelectionListener) - Method in class org.vaadin.firitin.components.listbox.VMultiSelectListBox
- withSelectionMode(Grid.SelectionMode) - Method in class org.vaadin.firitin.components.grid.VGrid
- withSelectionModel(GridSelectionModel, Grid.SelectionMode) - Method in class org.vaadin.firitin.components.grid.VGrid
- withSize(String, String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withSize(VButton.ButtonSize) - Method in class org.vaadin.firitin.components.button.VButton
- withSizeFull() - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withSizeUndefined() - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- withSpacing(boolean) - Method in class org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
- withSpacing(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentThemableLayout
- withSplitterDragendListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withSplitterPosition(double) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withSrc(AbstractStreamResource) - Method in class org.vaadin.firitin.components.html.VImage
- withSrc(String) - Method in class org.vaadin.firitin.components.html.VImage
- withStartedListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withStep(double) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withStep(Duration) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withStep(Duration) - Method in class org.vaadin.firitin.components.timepicker.VTimePicker
- withStyle(String, String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasStyle
- withSucceededListener(ComponentEventListener) - Method in class org.vaadin.firitin.components.upload.VUpload
- withSuffixComponent(Component) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasPrefixAndSuffix
- withSummary(Component) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withSummary(Component) - Method in class org.vaadin.firitin.components.details.VDetails
- withSummaryText(String) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withSummaryText(String) - Method in class org.vaadin.firitin.components.details.VDetails
- withTab(Tab) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withTabIndex(int) - Method in interface org.vaadin.firitin.fluency.ui.FluentFocusable
- withTarget(String) - Method in class org.vaadin.firitin.components.html.VAnchor
- withTarget(VAnchor.AnchorTarget) - Method in class org.vaadin.firitin.components.html.VAnchor
- withText(String) - Method in class org.vaadin.firitin.components.notification.VNotification
- withText(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasText
- withTextRenderer(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.radiobutton.VRadioButtonGroup
- withTextRenderer(ItemLabelGenerator) - Method in class org.vaadin.firitin.components.select.VSelect
- withTheme(String) - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withTheme(Badge.Theme...) - Method in class org.vaadin.firitin.components.badge.Badge
- withThemeNames(String...) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasTheme
- withThemeSmall() - Method in class org.vaadin.firitin.components.combobox.VComboBox
- withThemeVariants(ButtonVariant...) - Method in class org.vaadin.firitin.components.button.VButton
- withThemeVariants(CheckboxGroupVariant...) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withThemeVariants(DetailsVariant...) - Method in class org.vaadin.firitin.components.accordion.VAccordionPanel
- withThemeVariants(DetailsVariant...) - Method in class org.vaadin.firitin.components.details.VDetails
- withThemeVariants(GridVariant...) - Method in class org.vaadin.firitin.components.grid.VGrid
- withThemeVariants(NotificationVariant...) - Method in class org.vaadin.firitin.components.notification.VNotification
- withThemeVariants(ProgressBarVariant...) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- withThemeVariants(SplitLayoutVariant...) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withThemeVariants(TabsVariant...) - Method in class org.vaadin.firitin.components.tabs.VTabs
- withThemeVariants(TabVariant...) - Method in class org.vaadin.firitin.components.tabs.VTab
- withThemeVariants(TextFieldVariant...) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withTimePlaceholder(String) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withTitle(String) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withTooltip(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasTooltip
- withToPrimary(Component...) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withToSecondary(Component...) - Method in class org.vaadin.firitin.components.splitlayout.VSplitLayout
- withType(OrderedList.NumberingType) - Method in class org.vaadin.firitin.components.html.VOrderedList
- withType(VButton.ButtonType) - Method in class org.vaadin.firitin.components.button.VButton
- withUpdateSelection(Set, Set) - Method in class org.vaadin.firitin.components.checkbox.VCheckboxGroup
- withUploadButton(Component) - Method in class org.vaadin.firitin.components.upload.UploadFileHandler
-
Set the component as the actionable button inside the upload component, that opens the dialog for choosing the files to be upload.
- withUploadButton(Component) - Method in class org.vaadin.firitin.components.upload.VUpload
- withValue(double) - Method in class org.vaadin.firitin.components.progressbar.VProgressBar
- withValue(Set) - Method in class org.vaadin.firitin.components.listbox.VMultiSelectListBox
- withValue(T) - Method in class org.vaadin.firitin.form.FormBinder
- withValue(V) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValue
- withValue(V) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValueAndElement
- withValueChangeListener(HasValue.ValueChangeListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValue
- withValueChangeListener(HasValue.ValueChangeListener) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasValueAndElement
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VEmailField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VNumberField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VPasswordField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withValueChangeMode(ValueChangeMode) - Method in class org.vaadin.firitin.fields.DurationField
- withValueChangeTimeout(int) - Method in class org.vaadin.firitin.components.textfield.VBigDecimalField
- withValueChangeTimeout(int) - Method in class org.vaadin.firitin.components.textfield.VIntegerField
- withValueChangeTimeout(int) - Method in class org.vaadin.firitin.components.textfield.VTextField
- withValueChangeTimeout(int) - Method in class org.vaadin.firitin.fields.DurationField
- withVisible(boolean) - Method in interface org.vaadin.firitin.fluency.ui.FluentComponent
- withWeekNumbersVisible(boolean) - Method in class org.vaadin.firitin.components.datepicker.VDatePicker
- withWeekNumbersVisible(boolean) - Method in class org.vaadin.firitin.components.datetimepicker.VDateTimePicker
- withWidth(String) - Method in interface org.vaadin.firitin.fluency.ui.FluentHasSize
- wordSpacing(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the word spacing.
- wordSpacingRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the word spacing (read-write).
- wrap(Style) - Static method in class org.vaadin.firitin.util.VStyle
- writeContent(OutputStream) - Method in interface org.vaadin.firitin.components.DynamicFileDownloader.ContentWriter
-
Writes the content of the downloaded file to the given output stream (~ output stream of there response).
- Write-Only vs Read-Write Attributes - Section in class org.vaadin.firitin.element.svg.SvgElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.CircleElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.ClipPathElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.EllipseElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.ImageElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.LineElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.LinearGradientElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.MaskElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.PathElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.PatternElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.PolygonElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.PolylineElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.RadialGradientElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.RectElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.StopElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.SvgGraphicsElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.SymbolElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.TSpanElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.TextElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.TextPathElement
- Write-Only vs Read-Write Methods - Section in class org.vaadin.firitin.element.svg.UseElement
X
- x() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
xrecord component. - x(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the x coordinate of the image.
- x(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the x coordinate of the mask area.
- x(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the x coordinate of the pattern tile.
- x(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the x coordinate of the rectangle.
- x(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the x coordinate for symbol positioning (when used in certain contexts).
- x(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the x coordinate of the text starting point.
- x(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute x coordinate for this tspan.
- x(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the x coordinate where the referenced element will be placed.
- x(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the x coordinate with a unit.
- x(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the x coordinate with a unit.
- x(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the x coordinate of the rectangle with a unit or percentage.
- x(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the x coordinate with a unit.
- x(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute x coordinate with a unit.
- x(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the x coordinate with a unit.
- x1(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient start point.
- x1(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line starting point.
- x1(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient start point with a unit.
- x1(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line starting point with a unit or percentage.
- x1RW(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient start point (read-write).
- x1RW(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line starting point (read-write).
- x1RW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient start point with a unit (read-write).
- x1RW(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line starting point with a unit or percentage (read-write).
- x2(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient end point.
- x2(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line ending point.
- x2(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient end point with a unit.
- x2(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line ending point with a unit or percentage.
- x2RW(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient end point (read-write).
- x2RW(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line ending point (read-write).
- x2RW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the x coordinate of the gradient end point with a unit (read-write).
- x2RW(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the x-axis coordinate of the line ending point with a unit or percentage (read-write).
- XMAX_YMAX_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to bottom-right
- XMAX_YMID_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to middle-right
- XMAX_YMIN_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to top-right
- XMID_YMAX_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to bottom-center
- XMID_YMID_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, centered, preserve aspect ratio (default)
- XMID_YMID_SLICE - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fill, centered, preserve aspect ratio (may crop)
- XMID_YMIN_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to top-center
- XMIN_YMAX_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to bottom-left
- XMIN_YMID_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to middle-left
- XMIN_YMIN_MEET - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fit, aligned to top-left
- XMIN_YMIN_SLICE - Enum constant in enum class org.vaadin.firitin.element.svg.SvgElement.PreserveAspectRatio
-
Scale to fill, aligned to top-left (may crop)
- xRW(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the x coordinate of the image (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the x coordinate of the mask area (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the x coordinate of the pattern tile (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the x coordinate of the rectangle (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the x coordinate for symbol positioning (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the x coordinate of the text starting point (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute x coordinate for this tspan (read-write).
- xRW(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the x coordinate where the referenced element will be placed (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the x coordinate with a unit (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the x coordinate with a unit (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the x coordinate of the rectangle with a unit or percentage (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the x coordinate with a unit (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute x coordinate with a unit (read-write).
- xRW(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the x coordinate with a unit (read-write).
Y
- y() - Method in record class org.vaadin.firitin.util.ResizeObserver.Dimensions
-
Returns the value of the
yrecord component. - y(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the y coordinate of the image.
- y(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the y coordinate of the mask area.
- y(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the y coordinate of the pattern tile.
- y(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the y coordinate of the rectangle.
- y(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the y coordinate for symbol positioning (when used in certain contexts).
- y(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the y coordinate of the text starting point.
- y(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute y coordinate for this tspan.
- y(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the y coordinate where the referenced element will be placed.
- y(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the y coordinate with a unit.
- y(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the y coordinate with a unit.
- y(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the y coordinate of the rectangle with a unit or percentage.
- y(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the y coordinate with a unit.
- y(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute y coordinate with a unit.
- y(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the y coordinate with a unit.
- y1(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient start point.
- y1(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line starting point.
- y1(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient start point with a unit.
- y1(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line starting point with a unit or percentage.
- y1RW(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient start point (read-write).
- y1RW(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line starting point (read-write).
- y1RW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient start point with a unit (read-write).
- y1RW(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line starting point with a unit or percentage (read-write).
- y2(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient end point.
- y2(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line ending point.
- y2(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient end point with a unit.
- y2(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line ending point with a unit or percentage.
- y2RW(double) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient end point (read-write).
- y2RW(double) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line ending point (read-write).
- y2RW(String) - Method in class org.vaadin.firitin.element.svg.LinearGradientElement
-
Sets the y coordinate of the gradient end point with a unit (read-write).
- y2RW(String) - Method in class org.vaadin.firitin.element.svg.LineElement
-
Sets the y-axis coordinate of the line ending point with a unit or percentage (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the y coordinate of the image (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the y coordinate of the mask area (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.PatternElement
-
Sets the y coordinate of the pattern tile (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the y coordinate of the rectangle (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.SymbolElement
-
Sets the y coordinate for symbol positioning (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the y coordinate of the text starting point (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute y coordinate for this tspan (read-write).
- yRW(double) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the y coordinate where the referenced element will be placed (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.ImageElement
-
Sets the y coordinate with a unit (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.MaskElement
-
Sets the y coordinate with a unit (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.RectElement
-
Sets the y coordinate of the rectangle with a unit or percentage (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.TextElement
-
Sets the y coordinate with a unit (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.TSpanElement
-
Sets the absolute y coordinate with a unit (read-write).
- yRW(String) - Method in class org.vaadin.firitin.element.svg.UseElement
-
Sets the y coordinate with a unit (read-write).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ContentProviderin the constructor, which postpones the content creation to a moment when actually needed.