Uses of Interface
org.wicketstuff.yui.markup.html.contributor.yuiloader.IYuiLoaderModule
-
Packages that use IYuiLoaderModule Package Description org.wicketstuff.yui.markup.html.contributor.yuiloader -
-
Uses of IYuiLoaderModule in org.wicketstuff.yui.markup.html.contributor.yuiloader
Classes in org.wicketstuff.yui.markup.html.contributor.yuiloader that implement IYuiLoaderModule Modifier and Type Class Description classYuiLoaderModulethis is a Custom YUI Module that works with YuiLoaderContributorMethods in org.wicketstuff.yui.markup.html.contributor.yuiloader that return types with arguments of type IYuiLoaderModule Modifier and Type Method Description List<IYuiLoaderModule>YuiLoader. getModules()Methods in org.wicketstuff.yui.markup.html.contributor.yuiloader with parameters of type IYuiLoaderModule Modifier and Type Method Description voidYuiLoader. add(IYuiLoaderModule module)static BehaviorYuiLoaderContributor. addModule(IYuiLoaderModule yuiLoaderModule)static BehaviorYuiLoaderContributor. addModule(IYuiLoaderModule module, boolean useSandbox)Method parameters in org.wicketstuff.yui.markup.html.contributor.yuiloader with type arguments of type IYuiLoaderModule Modifier and Type Method Description voidYuiLoader. setModules(List<IYuiLoaderModule> modules)
-