public interface GuidedTourResource
extends com.google.gwt.resources.client.ResourcePrototype
Modifier and Type | Method and Description |
---|---|
String |
getGuide()
The component guide url.
|
int |
getHeight()
The tour window height.
|
TourLanguage[] |
getLanguages()
The tour languages.
|
ArrayList<TourStep> |
getSteps()
The tour steps.
|
ThemeColor |
getThemeColor()
The tour color theme.
|
String |
getTitle()
The tour title.
|
int |
getWidth()
The tour window width.
|
boolean |
useMask() |
String getTitle()
String getGuide()
ThemeColor getThemeColor()
int getWidth()
int getHeight()
boolean useMask()
TourLanguage[] getLanguages()
Copyright © 2015. All Rights Reserved.