Index

B C E G O S 
All Classes and Interfaces|All Packages|Serialized Form

B

Breadcrumbs - Class in com.vaadin.flow.component.breadcrumbs
Breadcrumbs is a component for displaying a navigation trail that shows the user's location within a hierarchy of pages.
Breadcrumbs() - Constructor for class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
 
BREADCRUMBS_COMPONENT - Static variable in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
The Breadcrumbs component feature flag.
BreadcrumbsFeatureFlagProvider - Class in com.vaadin.flow.component.breadcrumbs
Provides the Breadcrumbs component feature flag, gating the experimental Breadcrumbs component.
BreadcrumbsFeatureFlagProvider() - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
 
BreadcrumbsItem - Class in com.vaadin.flow.component.breadcrumbs
An item of the Breadcrumbs component, representing a single entry in the navigation trail.
BreadcrumbsItem(String) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text and no path.
BreadcrumbsItem(String, Class<? extends Component>) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text that links to the given view.
BreadcrumbsItem(String, Class<? extends Component>, Component) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text and prefix component (like an icon) that links to the given view.
BreadcrumbsItem(String, Class<? extends Component>, RouteParameters) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text that links to the given view using the given route parameters.
BreadcrumbsItem(String, Class<? extends Component>, RouteParameters, Component) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text and prefix component (like an icon) that links to the given view using the given route parameters.
BreadcrumbsItem(String, String) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text that links to the given path.
BreadcrumbsItem(String, String, Component) - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Creates a breadcrumbs item with the given text and prefix component (like an icon) that links to the given path.

C

com.vaadin.flow.component.breadcrumbs - package com.vaadin.flow.component.breadcrumbs
 

E

ExperimentalFeatureException - Exception Class in com.vaadin.flow.component.breadcrumbs
An exception which is thrown when somebody attempts to use the Breadcrumbs component without activating the associated feature flag first.
ExperimentalFeatureException() - Constructor for exception class com.vaadin.flow.component.breadcrumbs.ExperimentalFeatureException
Creates a new exception with a default message.

G

getFeatures() - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
 
getPath() - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Gets the path this item links to.

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
 

S

setPath(Class<? extends Component>) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Resolves the URL of the given view via the Vaadin router and sets it as the path this item links to.
setPath(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Resolves the URL of the given view via the Vaadin router using the given route parameters and sets it as the path this item links to.
setPath(String) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
Sets the path, as a URL string, this item links to.
B C E G O S 
All Classes and Interfaces|All Packages|Serialized Form