Class YuiLoaderInsert
- java.lang.Object
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderInsert
-
- All Implemented Interfaces:
Serializable,IHeaderContributor,IClusterable
public class YuiLoaderInsert extends YuiLoader
Using YuiLoader Insert method to load all modules required files- Author:
- josh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YuiLoaderInsert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetOnSuccessJS()protected YuiLoadernewLoader()voidrenderHead(IHeaderResponse response)loads the loader-
Methods inherited from class org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoader
add, allOnSuccessJS, getAddModuleJS, getBase, getModules, getRequireModule, setModules
-
-
-
-
Method Detail
-
renderHead
public void renderHead(IHeaderResponse response)
Description copied from class:YuiLoaderloads the loader- Specified by:
renderHeadin interfaceIHeaderContributor- Overrides:
renderHeadin classYuiLoader
-
getOnSuccessJS
protected String getOnSuccessJS()
-
-