Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addTourCanceledListener(ComponentEventListener<TourCanceledEvent>) - Method in class org.vaadin.addons.ebtedge.flowtour.Tour
- addTourCompletedListener(ComponentEventListener<TourCompletedEvent>) - Method in class org.vaadin.addons.ebtedge.flowtour.Tour
C
- cancel() - Method in class org.vaadin.addons.ebtedge.flowtour.Tour
- cancel(Component) - Method in interface org.vaadin.addons.ebtedge.flowtour.TourEngine
- CANCEL - Enum constant in enum class org.vaadin.addons.ebtedge.flowtour.TourButtonType
D
- DRIVER - Enum constant in enum class org.vaadin.addons.ebtedge.flowtour.EngineType
- DriverEngine - Class in org.vaadin.addons.ebtedge.flowtour.engine
-
Implementation of the
TourEngineinterface using the "driver.js" library as the underlying engine for guided tours. - DriverEngine() - Constructor for class org.vaadin.addons.ebtedge.flowtour.engine.DriverEngine
E
- EngineType - Enum Class in org.vaadin.addons.ebtedge.flowtour
-
Enum representing the types of engines that can be used for guided tours.
G
- getId() - Method in class org.vaadin.addons.ebtedge.flowtour.engine.DriverEngine
- getId() - Method in class org.vaadin.addons.ebtedge.flowtour.engine.ShepherdEngine
- getId() - Method in interface org.vaadin.addons.ebtedge.flowtour.TourEngine
- GSON - Static variable in interface org.vaadin.addons.ebtedge.flowtour.TourEngine
N
- NEXT - Enum constant in enum class org.vaadin.addons.ebtedge.flowtour.TourButtonType
O
- org.vaadin.addons.ebtedge.flowtour - package org.vaadin.addons.ebtedge.flowtour
- org.vaadin.addons.ebtedge.flowtour.engine - package org.vaadin.addons.ebtedge.flowtour.engine
- org.vaadin.addons.ebtedge.flowtour.events - package org.vaadin.addons.ebtedge.flowtour.events
P
- PREVIOUS - Enum constant in enum class org.vaadin.addons.ebtedge.flowtour.TourButtonType
S
- SHEPHERD - Enum constant in enum class org.vaadin.addons.ebtedge.flowtour.EngineType
- ShepherdEngine - Class in org.vaadin.addons.ebtedge.flowtour.engine
-
Implementation of the
TourEngineinterface using the "shepherd.js" library as the underlying engine for guided tours. - ShepherdEngine() - Constructor for class org.vaadin.addons.ebtedge.flowtour.engine.ShepherdEngine
- start() - Method in class org.vaadin.addons.ebtedge.flowtour.Tour
- start(Component, List<TourStep>, Map<Object, Object>) - Method in interface org.vaadin.addons.ebtedge.flowtour.TourEngine
T
- Tour - Class in org.vaadin.addons.ebtedge.flowtour
-
Represents a tour component that provides guided tours for user interfaces.
- Tour() - Constructor for class org.vaadin.addons.ebtedge.flowtour.Tour
- TourButton - Class in org.vaadin.addons.ebtedge.flowtour
-
Represents a button that can be displayed in a guided tour step.
- TourButton() - Constructor for class org.vaadin.addons.ebtedge.flowtour.TourButton
- TourButtonType - Enum Class in org.vaadin.addons.ebtedge.flowtour
-
Represents the type of a button used in a guided tour.
- TourCanceledEvent - Class in org.vaadin.addons.ebtedge.flowtour.events
-
Event class representing the cancellation of a guided tour.
- TourCanceledEvent(Component, boolean) - Constructor for class org.vaadin.addons.ebtedge.flowtour.events.TourCanceledEvent
- TourCompletedEvent - Class in org.vaadin.addons.ebtedge.flowtour.events
-
Event class representing the completion of a guided tour.
- TourCompletedEvent(Component, boolean) - Constructor for class org.vaadin.addons.ebtedge.flowtour.events.TourCompletedEvent
- TourEngine - Interface in org.vaadin.addons.ebtedge.flowtour
-
Interface representing the core functionality of a tour engine.
- TourStep - Class in org.vaadin.addons.ebtedge.flowtour
-
Represents a single step within a guided tour.
- TourStep() - Constructor for class org.vaadin.addons.ebtedge.flowtour.TourStep
V
- valueOf(String) - Static method in enum class org.vaadin.addons.ebtedge.flowtour.EngineType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.vaadin.addons.ebtedge.flowtour.TourButtonType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.vaadin.addons.ebtedge.flowtour.EngineType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.vaadin.addons.ebtedge.flowtour.TourButtonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wireEvents(Component) - Method in interface org.vaadin.addons.ebtedge.flowtour.TourEngine
All Classes and Interfaces|All Packages|Serialized Form