Package nl.gx.webmanager.wcb.dojotype
Interface DojoPanelModule
-
- All Superinterfaces:
DojoModule
- All Known Implementing Classes:
DojoPanelModuleImpl
public interface DojoPanelModule extends DojoModule
The DojoPanelModule provides the interface to the meta data of the client side Dojo panel module.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.gx.webmanager.wcb.dojotype.DojoModule
DojoModule.ModuleType
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface nl.gx.webmanager.wcb.dojotype.DojoModule
getAuthor, getDescriptions, getId, getNames, getPath, getPreviewImage, getType
-
-