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 content is produced dynamically.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