Class Tutorial

All Implemented Interfaces:
HasHandlers, HasFinishedHandlers, HasTraceElementHandlers

public class Tutorial extends Tour
The Tutorial class is a specialized version of the Tour class with Tour.mode set to "tutorial".
  • Constructor Details

    • Tutorial

      public Tutorial()
    • Tutorial

      public Tutorial(JavaScriptObject jsObj)
  • Method Details

    • getOrCreateRef

      public static Tutorial getOrCreateRef(JavaScriptObject jsObj)
    • create

      public JavaScriptObject create()
      Overrides:
      create in class Tour
    • setMode

      public Tutorial setMode(TourMode mode)
      The tour mode allows step configuration to be simplified by using the context to apply appropriate defaults.
      Overrides:
      setMode in class Tour
      Parameters:
      mode - New mode value. Default value is "tutorial"
      Returns:
      Tutorial instance, for chaining setter calls
    • getMode

      public TourMode getMode()
      The tour mode allows step configuration to be simplified by using the context to apply appropriate defaults.
      Overrides:
      getMode in class Tour
      Returns:
      Current mode value. Default value is "tutorial"