Class YuiLoaderModule
- java.lang.Object
-
- org.wicketstuff.yui.markup.html.contributor.yuiloader.YuiLoaderModule
-
- All Implemented Interfaces:
Serializable,IYuiLoaderModule
public class YuiLoaderModule extends Object implements IYuiLoaderModule
this is a Custom YUI Module that works with YuiLoaderContributor- Author:
- josh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classYuiLoaderModule.ModuleType
-
Constructor Summary
Constructors Constructor Description YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, String fullpath, String[] requires)YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, ResourceReference ref, String[] requires)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetFullpath()StringgetModuleJS()returns the object is JSStringgetName()String[]getRequires()YuiLoaderModule.ModuleTypegetType()inthashCode()StringonSuccessJS()voidsetFullpath(String fullpath)voidsetName(String name)voidsetRequires(String[] requires)voidsetType(YuiLoaderModule.ModuleType type)
-
-
-
Constructor Detail
-
YuiLoaderModule
public YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, String fullpath, String[] requires)
-
YuiLoaderModule
public YuiLoaderModule(String name, YuiLoaderModule.ModuleType type, ResourceReference ref, String[] requires)
-
-
Method Detail
-
getModuleJS
public String getModuleJS()
returns the object is JS- Specified by:
getModuleJSin interfaceIYuiLoaderModule- Returns:
-
getName
public String getName()
- Specified by:
getNamein interfaceIYuiLoaderModule
-
setName
public void setName(String name)
-
getType
public YuiLoaderModule.ModuleType getType()
-
setType
public void setType(YuiLoaderModule.ModuleType type)
-
getFullpath
public String getFullpath()
-
setFullpath
public void setFullpath(String fullpath)
-
getRequires
public String[] getRequires()
-
setRequires
public void setRequires(String[] requires)
-
onSuccessJS
public String onSuccessJS()
- Specified by:
onSuccessJSin interfaceIYuiLoaderModule
-
-