Uses of Class
org.wicketstuff.facebook.plugins.ColorScheme
-
Packages that use ColorScheme Package Description org.wicketstuff.facebook.plugins -
-
Uses of ColorScheme in org.wicketstuff.facebook.plugins
Methods in org.wicketstuff.facebook.plugins that return ColorScheme Modifier and Type Method Description ColorSchemeAbstractFacebookPlugin. getColorScheme()static ColorSchemeColorScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorScheme[]ColorScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.facebook.plugins with parameters of type ColorScheme Modifier and Type Method Description voidAbstractFacebookPlugin. setColorScheme(ColorScheme colorScheme)specifies the colorscheme for the plugin
-