Package org.openxava.application.meta
Class MetaModule
java.lang.Object
org.openxava.util.meta.MetaElement
org.openxava.application.meta.MetaModule
- All Implemented Interfaces:
Serializable
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddControllerName(String controller) voidaddEnvironmentVariable(String name, String value) booleangetDescription(Locale locale, String id) getId()Unique id of element, normally used to search the label in the resources files.protected StringImplementation of label obtaining.inthashCode()booleanisDoc()voidsetDocLanguages(String docLanguages) voidvoidvoidsetMetaApplication(MetaApplication application) voidsetMetaReport(MetaReport metaReport) voidsetModeControllerName(String string) voidsetModelName(String modelName) voidsetSwingViewClass(String swingViewClass) voidsetTabName(String string) voidsetViewName(String viewName) voidsetWebViewURL(String string) toString()Methods inherited from class org.openxava.util.meta.MetaElement
getDescription, getDescription, getDescription, getLabel, getLabel, getLabel, getLocale, getName, getPlaceholder, getPlaceholder, getPlaceholder, has18nLabel, hasName, setDescription, setLabel, setName, setPlaceholder
-
Constructor Details
-
MetaModule
public MetaModule()
-
-
Method Details
-
getModelName
-
setModelName
-
getMetaApplication
-
setMetaApplication
-
getControllersNames
-
addControllerName
-
getSwingViewClass
-
setSwingViewClass
-
getMetaReport
-
setMetaReport
-
getViewName
-
setViewName
-
getTabName
-
setTabName
-
getId
Description copied from class:MetaElementUnique id of element, normally used to search the label in the resources files.- Specified by:
getIdin classMetaElement
-
getLabel
Description copied from class:MetaElementImplementation of label obtaining.- Overrides:
getLabelin classMetaElement
-
getDescription
- Overrides:
getDescriptionin classMetaElement
-
getModeControllerName
-
setModeControllerName
-
getWebViewURL
-
setWebViewURL
-
getEnvironment
-
addEnvironmentVariable
-
isDoc
public boolean isDoc() -
getDocURL
-
setDocURL
-
getDocLanguages
-
setDocLanguages
-
getFolder
-
setFolder
-
toString
-
equals
-
hashCode
public int hashCode()
-