public class GCubeTour
extends com.ait.toolkit.hopscotch.client.Tour
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
showNextTime |
| Constructor and Description |
|---|
GCubeTour(String id,
String portletId,
int versionNumber,
String question,
String title)
Create a tour with a unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
startTour()
Start this tour if possible (it won't start if the user said that he/she does not want to see it again).
|
addStep, getPeer, onClose, onEnd, onNext, onPrev, onStart, setArrowWidth, setBubblePadding, setBubbleWidth, setCloseTooltipTextText, setDoneBtnText, setNextBtnText, setNextOnTargetClick, setPrevBtnText, setScrollDuration, setScrollTopMargin, setShowCloseButton, setShowNextButton, setShowPrevButton, setSkipIfNoElement, setSkiptBtnText, setSmoothScroll, setStepNums, setStepNums, setSteps, setStepspublic GCubeTour(String id, String portletId, int versionNumber, String question, String title)
id - unique identifier for the tourportletId - the identifier of the portletversionNumber - the version of this tourquestion - the question (please note that buttons 'ok', 'no' will be shown)title - the title of the dialog-boxCopyright © 2019. All Rights Reserved.