|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
describes the common access to modules embedded into the GUI described by general extension section of a web map context document within the deegree framework.
a module encapsulates GUI elements and/or functions that are used by the GUI. The concrete implementation of the GUI (e.g. as JSP pages) is responsible for enabling the commuication between the different modules of a context.
Method Summary | |
void |
addParameter(Parameter parameter)
adds a parameter to the list of parameters that will be passed to a class/object etc. that represents a module |
java.lang.String |
getContent()
returns the name of the page/class/file etc. containing the content of the module |
ModuleConfiguration |
getModuleConfiguration()
returns the a specific confguration for a module. |
java.lang.String |
getName()
returns the name of a module |
ParameterList |
getParameter()
returns a list of parameters that will be passed to a class/object etc. |
boolean |
isHidden()
returns true if the module is hidden. this will always be the case for modules that just offers functions to the context. visible modules may offere the capability to be turned to visible or not. |
void |
removeParameter(java.lang.String name)
removes a parameter to the list of parameters that will be passed to a class/object etc. that represents a module |
void |
setContent(java.lang.String content)
sets the name of the page/class/file etc. containing the content of the module |
void |
setHidden(boolean hidden)
sets the module to be hidden or visible. modules that only adds functions to a context will ignore this because they are always hidden |
void |
setModuleConfiguration(ModuleConfiguration configuration)
sets the specific configuration for a module. |
void |
setName(java.lang.String name)
sets the name of a module |
void |
setParameter(ParameterList parameterList)
sets a list of parameters that will be passed to a class/object etc. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- public boolean isHidden()
public void setHidden(boolean hidden)
hidden
- public ParameterList getParameter()
public void setParameter(ParameterList parameterList)
parameterList
- public void addParameter(Parameter parameter)
parameter
- public void removeParameter(java.lang.String name)
name
- public ModuleConfiguration getModuleConfiguration()
public void setModuleConfiguration(ModuleConfiguration configuration)
configuration
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |