Class DojoPanelModuleImpl
- java.lang.Object
-
- nl.gx.webmanager.wcb.dojotype.impl.DojoModuleImpl
-
- nl.gx.webmanager.wcb.dojotype.impl.DojoPanelModuleImpl
-
- All Implemented Interfaces:
DojoModule
,DojoPanelModule
public final class DojoPanelModuleImpl extends DojoModuleImpl implements DojoPanelModule
The DojoPanelModuleImpl represents a dojo client side panel module
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.gx.webmanager.wcb.dojotype.DojoModule
DojoModule.ModuleType
-
-
Constructor Summary
Constructors Constructor Description DojoPanelModuleImpl(String moduleId, Map<Locale,String> titles, Map<Locale,String> descriptions, String author, String previewImage, String path, String category, List<String> permissions, Map<String,String> properties)
Constructs a DojoPanelModuleImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
Returns the category.List<String>
getPermissons()
Returns the permissions.Map<String,String>
getProperties()
Returns the properties.-
Methods inherited from class nl.gx.webmanager.wcb.dojotype.impl.DojoModuleImpl
getAuthor, getDescriptions, getId, getNames, getPath, getPreviewImage, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.gx.webmanager.wcb.dojotype.DojoModule
getAuthor, getDescriptions, getId, getNames, getPath, getPreviewImage, getType
-
-
-
-
Constructor Detail
-
DojoPanelModuleImpl
public DojoPanelModuleImpl(String moduleId, Map<Locale,String> titles, Map<Locale,String> descriptions, String author, String previewImage, String path, String category, List<String> permissions, Map<String,String> properties)
Constructs a DojoPanelModuleImpl.- Parameters:
moduleId
- the module idtitle
- the titlepreviewImage
- the preview imagepath
- the pathcategory
- the categorypermissions
- the permissionsproperties
- the properties
-
-
Method Detail
-
getCategory
public String getCategory()
Description copied from interface:DojoPanelModule
Returns the category.- Specified by:
getCategory
in interfaceDojoPanelModule
- Returns:
- the category
-
getPermissons
public List<String> getPermissons()
Description copied from interface:DojoPanelModule
Returns the permissions.- Specified by:
getPermissons
in interfaceDojoPanelModule
- Returns:
- the permissions
-
getProperties
public Map<String,String> getProperties()
Description copied from interface:DojoPanelModule
Returns the properties.- Specified by:
getProperties
in interfaceDojoPanelModule
- Returns:
- the properties
-
-