public abstract class AbstractModule extends Object implements com.google.gwt.core.client.EntryPoint, Module
| Modifier and Type | Field and Description |
|---|---|
protected String |
moduleKey |
protected String |
moduleTitle |
protected Integer |
order |
protected LinkedHashMap<String,String[]> |
pages |
| Constructor and Description |
|---|
AbstractModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants) |
String |
getModuleKey() |
String |
getModuleTitle() |
Integer |
getOrder() |
LinkedHashMap<String,String[]> |
getPages() |
void |
postDraw() |
void |
preDraw() |
void |
registerModule() |
void |
removeSection(String sectionTitle) |
void |
setModuleKey(String moduleKey) |
void |
setModuleTitle(String moduleTitle) |
void |
setOrder(Integer order) |
void |
setSection(String sectionTitle,
String sectionViewKey,
String sectionViewClass,
String sectionPresenterKey,
String sectionPresenterClass,
List<String> sectionPermissions) |
void |
setSecurity(String sectionViewKey,
List<String> sectionPermissions) |
protected LinkedHashMap<String,String[]> pages
protected String moduleTitle
protected String moduleKey
protected Integer order
public void registerModule()
public String getModuleTitle()
getModuleTitle in interface Modulepublic void setModuleTitle(String moduleTitle)
public String getModuleKey()
getModuleKey in interface Modulepublic void setModuleKey(String moduleKey)
public void addConstants(com.google.gwt.i18n.client.ConstantsWithLookup constants)
public void setSection(String sectionTitle, String sectionViewKey, String sectionViewClass, String sectionPresenterKey, String sectionPresenterClass, List<String> sectionPermissions)
public void removeSection(String sectionTitle)
public LinkedHashMap<String,String[]> getPages()
Copyright © 2013. All rights reserved.