public class UIModule
extends java.lang.Object
implements io.crnk.core.module.Module
| Modifier | Constructor and Description |
|---|---|
protected |
UIModule() |
protected |
UIModule(UIModuleConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static UIModule |
create(UIModuleConfig config) |
UIModuleConfig |
getConfig() |
EditorRepository |
getEditorRepository() |
ExplorerRepository |
getExplorerRepository() |
java.lang.String |
getModuleName() |
PresentationManager |
getPresentationManager() |
void |
setupModule(io.crnk.core.module.Module.ModuleContext context) |
protected UIModule()
protected UIModule(UIModuleConfig config)
public static UIModule create(UIModuleConfig config)
public java.lang.String getModuleName()
getModuleName in interface io.crnk.core.module.Modulepublic void setupModule(io.crnk.core.module.Module.ModuleContext context)
setupModule in interface io.crnk.core.module.Modulepublic PresentationManager getPresentationManager()
public ExplorerRepository getExplorerRepository()
public EditorRepository getEditorRepository()
public UIModuleConfig getConfig()