Package org.vaadin.firitin.components
package org.vaadin.firitin.components
-
ClassDescriptionA replacement for V7/8 era custom layout component for which one can provide a template dynamically and still place Vaadin components into it.Deprecated, for removal: This API element is subject to removal in a future version.Use the nowadays available Details component from Vaadin core instead.An anchor which links to a file whose content is produced dynamically.Writes the content of the downloaded file to the given output stream.Event fired when the file download fails.Event fired when the file download has been streamed to the client.Generates name dynamically per request.XSS safe rich text label with either Markdown syntax or raw html (sanitized with Jsoup).Tree<T>A Tree component to display hierarchical data sets.This can be used to further configure the created TreeItem instances.
Tree.ItemGenerator
can be used to customize how to item is shown.Tree.ItemIconGenerator
can be used to customize the icon shown before the label of an item.A listener to track when the selected node is changed.A very simple component composition to implement a trivial tree component.TreeTable<T>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