Uses of Class
org.gcube.portlets.user.guidedtour.client.types.ThemeColor

Packages that use ThemeColor
org.gcube.portlets.user.guidedtour.client   
org.gcube.portlets.user.guidedtour.client.breadcrumb   
org.gcube.portlets.user.guidedtour.client.types   
org.gcube.portlets.user.guidedtour.resources.client   
 

Uses of ThemeColor in org.gcube.portlets.user.guidedtour.client
 

Methods in org.gcube.portlets.user.guidedtour.client that return ThemeColor
 ThemeColor GCUBEGuidedTour.getColor()
           
 

Constructors in org.gcube.portlets.user.guidedtour.client with parameters of type ThemeColor
GCUBEGuidedTour(String caption, String className, String userGuideURL, int width, int height, boolean useMask, ThemeColor themeColor, ArrayList<com.google.gwt.user.client.ui.Composite> steps, TourLanguage... languages)
           
GCUBEGuidedTour(String caption, String className, String userGuideURL, int width, int height, boolean useMask, ThemeColor themeColor, TourLanguage... languages)
           
 

Uses of ThemeColor in org.gcube.portlets.user.guidedtour.client.breadcrumb
 

Constructors in org.gcube.portlets.user.guidedtour.client.breadcrumb with parameters of type ThemeColor
Breadcrumb(ArrayList<String> stepNames, int width, ThemeColor themeColor)
           
 

Uses of ThemeColor in org.gcube.portlets.user.guidedtour.client.types
 

Methods in org.gcube.portlets.user.guidedtour.client.types that return ThemeColor
static ThemeColor ThemeColor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThemeColor[] ThemeColor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ThemeColor in org.gcube.portlets.user.guidedtour.resources.client
 

Methods in org.gcube.portlets.user.guidedtour.resources.client that return ThemeColor
 ThemeColor GuidedTourResource.getThemeColor()
          The tour color theme.
 



Copyright © 2013. All Rights Reserved.