Class Breadcrumbs

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<ButtonLayout>
com.storedobject.vaadin.Breadcrumbs
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class Breadcrumbs extends com.vaadin.flow.component.Composite<ButtonLayout>
Breadcrumbs component. A ClickHandler may be used to make the Breadcrumbs.Breadcrumbs clickable. If the Breadcrumbs.Breadcrumbs are clickable, the ClickHandler's ClickHandler.clicked(Component) method will be invoked when it is clicked and the Breadcrumbs.Breadcrumbs up to the clicked one will be pruned.
Author:
Syam
See Also: