Uses of Enum Class
com.vaadin.flow.component.breadcrumbs.Breadcrumbs.Mode
Packages that use Breadcrumbs.Mode
-
Uses of Breadcrumbs.Mode in com.vaadin.flow.component.breadcrumbs
Methods in com.vaadin.flow.component.breadcrumbs that return Breadcrumbs.ModeModifier and TypeMethodDescriptionBreadcrumbs.getMode()Gets the mode that determines how the breadcrumb trail is populated.static Breadcrumbs.ModeReturns the enum constant of this class with the specified name.static Breadcrumbs.Mode[]Breadcrumbs.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.breadcrumbs with parameters of type Breadcrumbs.ModeModifier and TypeMethodDescriptionvoidBreadcrumbs.setMode(Breadcrumbs.Mode newMode) Sets the mode that determines how the breadcrumb trail is populated.Constructors in com.vaadin.flow.component.breadcrumbs with parameters of type Breadcrumbs.ModeModifierConstructorDescriptionBreadcrumbs(Breadcrumbs.Mode mode) Creates a new breadcrumbs component in the given mode.