|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebModule
Interface representing web module which is a module of an application, which has distinct section in a web user interface and can be switched to and from.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get user friendly name UNIQUE name of the module. |
java.lang.String |
getTabName()
Get user friendly UNIQUE name that will be displayed on the tab (GUI). |
java.lang.String |
getTooltip()
Get tooltip that will be displayed for particular module on GUI. |
java.lang.String |
getURL()
Get URL of the module. |
void |
setURL(java.lang.String strURL)
Set up URL of the module. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getTabName()
java.lang.String getTooltip()
java.lang.String getURL()
void setURL(java.lang.String strURL)
strURL - - URL of the module
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||