Class TourButton

java.lang.Object
org.vaadin.addons.ebtedge.flowtour.TourButton
All Implemented Interfaces:
Serializable

public class TourButton extends Object implements Serializable
Represents a button that can be displayed in a guided tour step. A TourButton allows users to interact with the tour, such as navigating between steps or canceling the tour.
 Features of a TourButton include:
 - A customizable label for the button text.
 - A flag indicating if the button is styled as a secondary action.
 - Custom CSS classes to define the button's appearance.
 - A predefined button type to specify its function (e.g., NEXT, PREVIOUS, CANCEL).
 
This class is intended to be used in conjunction with TourStep to create interactive navigation for guided tours.

The default type of the button is TourButtonType.NEXT.

This class implements Serializable to ensure that it can be serialized for persistence or network transmission.

See Also:
  • Constructor Details

    • TourButton

      public TourButton()