Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(BreadcrumbsItem...) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- add(Collection<BreadcrumbsItem>) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- addComponentAsFirst(BreadcrumbsItem) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- addComponentAtIndex(int, BreadcrumbsItem) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- AURA_ACCENT - Enum constant in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
B
- bindChildren(Signal<List<S>>, SerializableFunction<S, BreadcrumbsItem>) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- bindText(Signal<String>) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
- 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
-
Creates a new breadcrumbs component in
Breadcrumbs.Mode.ROUTERmode. - Breadcrumbs(Breadcrumbs.Mode) - Constructor for class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
-
Creates a new breadcrumbs component in the given mode.
- BREADCRUMBS_COMPONENT - Static variable in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
-
The Breadcrumbs component feature flag.
- Breadcrumbs.BreadcrumbsI18n - Class in com.vaadin.flow.component.breadcrumbs
-
The internationalization properties for
Breadcrumbs. - Breadcrumbs.Mode - Enum Class in com.vaadin.flow.component.breadcrumbs
-
The mode that determines how the breadcrumb trail is populated.
- BreadcrumbsFeatureFlagProvider - Class in com.vaadin.flow.component.breadcrumbs
-
Provides the Breadcrumbs component feature flag, gating the experimental
Breadcrumbscomponent. - BreadcrumbsFeatureFlagProvider() - Constructor for class com.vaadin.flow.component.breadcrumbs.BreadcrumbsFeatureFlagProvider
- BreadcrumbsI18n() - Constructor for class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
- BreadcrumbsItem - Class in com.vaadin.flow.component.breadcrumbs
-
An item of the
Breadcrumbscomponent, 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.
- BreadcrumbsVariant - Enum Class in com.vaadin.flow.component.breadcrumbs
-
Set of theme variants applicable for
vaadin-breadcrumbscomponent.
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
Breadcrumbscomponent 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
- getI18n() - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
-
Gets the internationalization object previously set for this component.
- getMode() - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
-
Gets the mode that determines how the breadcrumb trail is populated.
- getMoreItems() - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
-
Gets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.
- getPath() - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
-
Gets the path this item links to.
- getText() - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
- getVariantName() - Method in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
-
Gets the variant name.
L
- LUMO_PRIMARY - Enum constant in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
M
- MANUAL - Enum constant in enum class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.Mode
-
The trail is populated manually by the application through
add/removemethods.
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
R
- remove(BreadcrumbsItem...) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- remove(Collection<BreadcrumbsItem>) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- removeAll() - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- replace(BreadcrumbsItem, BreadcrumbsItem) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
- ROUTER - Enum constant in enum class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.Mode
-
The trail is populated automatically from the active route hierarchy.
S
- setI18n(Breadcrumbs.BreadcrumbsI18n) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
-
Sets the internationalization properties for this component.
- setMode(Breadcrumbs.Mode) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs
-
Sets the mode that determines how the breadcrumb trail is populated.
- setMoreItems(String) - Method in class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.BreadcrumbsI18n
-
Sets the accessible label announced by screen readers for the overflow button that reveals the hidden breadcrumb items.
- 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.
- setText(String) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
-
Sets the given string as the text content of this item.
- setUnsafePath(String) - Method in class com.vaadin.flow.component.breadcrumbs.BreadcrumbsItem
-
Sets the path this item links to without validating its scheme.
- SLASH - Enum constant in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.breadcrumbs.Breadcrumbs.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.breadcrumbs.BreadcrumbsVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form