Index
All Classes and Interfaces|All Packages|Serialized Form
B
- Breadcrumb - Class in com.vaadin.componentfactory
-
Server-side component for the
vcf-breadcrumbelement. - Breadcrumb(String) - Constructor for class com.vaadin.componentfactory.Breadcrumb
-
Creates instance of Breadcrumb with text set.
- Breadcrumb(String, String) - Constructor for class com.vaadin.componentfactory.Breadcrumb
-
Creates instance of Breadcrumb with text and href defined.
- Breadcrumb(String, String, boolean) - Constructor for class com.vaadin.componentfactory.Breadcrumb
-
Creates an instance of Breadcrumb with text, href and collapse option defined.
- Breadcrumbs - Class in com.vaadin.componentfactory
-
Server-side component for the
vcf-breadcrumbselement. - Breadcrumbs(Breadcrumb...) - Constructor for class com.vaadin.componentfactory.Breadcrumbs
-
Creates instance of Breadcrumbs as container for breadcrumbs which are passed as param
C
- com.vaadin.componentfactory - package com.vaadin.componentfactory
G
- getCollapse() - Method in class com.vaadin.componentfactory.Breadcrumb
-
Gets wheter the breadcrumb is collapsible or not.
- getHref() - Method in class com.vaadin.componentfactory.Breadcrumb
- getText() - Method in class com.vaadin.componentfactory.Breadcrumb
I
- isForceMobileMode() - Method in class com.vaadin.componentfactory.Breadcrumbs
-
Returns whether mobile mode has been forced programmatically.
S
- setCollapse(boolean) - Method in class com.vaadin.componentfactory.Breadcrumb
-
Setting collapse "true" to indicate breadcrumb is collapsible This means that the breadcrumb will srink and show its label with ellipsis when the space available is not enough to display it completely.
- setForceMobileMode(boolean) - Method in class com.vaadin.componentfactory.Breadcrumbs
-
Sets whether the component should force mobile mode, regardless of the current screen size or media query state.
- setHref(String) - Method in class com.vaadin.componentfactory.Breadcrumb
-
Setting href for breadcrumb
- setText(String) - Method in class com.vaadin.componentfactory.Breadcrumb
-
Setting text of breadcrumb
All Classes and Interfaces|All Packages|Serialized Form