Uses of Class
org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderModule.ModuleType
-
Packages that use YuiLoaderModule.ModuleType Package Description org.wicketstuff.yui.markup.html.contributor.yuiloader -
-
Uses of YuiLoaderModule.ModuleType in org.wicketstuff.yui.markup.html.contributor.yuiloader
Methods in org.wicketstuff.yui.markup.html.contributor.yuiloader that return YuiLoaderModule.ModuleType Modifier and Type Method Description YuiLoaderModule.ModuleTypeYuiLoaderModule. getType()static YuiLoaderModule.ModuleTypeYuiLoaderModule.ModuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static YuiLoaderModule.ModuleType[]YuiLoaderModule.ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.yui.markup.html.contributor.yuiloader with parameters of type YuiLoaderModule.ModuleType Modifier and Type Method Description voidYuiLoaderModule. setType(YuiLoaderModule.ModuleType type)Constructors in org.wicketstuff.yui.markup.html.contributor.yuiloader with parameters of type YuiLoaderModule.ModuleType Constructor Description YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, String fullpath, String[] requires)YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, ResourceReference ref, String[] requires)
-