|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nav | |
org.scrashmeow.ojb.console.config | Provides the object/xml classes for the application's internal configuration (code-generated). |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
org.scrashmeow.ojb.console.ui.control |
Uses of Nav in org.scrashmeow.ojb.console.config |
Methods in org.scrashmeow.ojb.console.config that return Nav | |
Nav |
NavigationDefinitions.getNav(int index)
Method getNav |
Nav[] |
NavigationDefinitions.getNav()
Method getNav |
static Nav |
Nav.unmarshal(java.io.Reader reader)
Method unmarshal |
Methods in org.scrashmeow.ojb.console.config with parameters of type Nav | |
void |
NavigationDefinitions.addNav(Nav vNav)
Method addNav |
void |
NavigationDefinitions.addNav(int index,
Nav vNav)
Method addNav |
boolean |
NavigationDefinitions.removeNav(Nav vNav)
Method removeNav |
void |
NavigationDefinitions.setNav(int index,
Nav vNav)
Method setNav |
void |
NavigationDefinitions.setNav(Nav[] navArray)
Method setNav |
Uses of Nav in org.scrashmeow.ojb.console.service |
Methods in org.scrashmeow.ojb.console.service that return Nav | |
Nav |
ConfigServiceImpl.findDefaultMenubarNavigation()
Method findDefaultMenubarNavigation @add-javadoc!!! |
Nav[] |
ConfigServiceImpl.findToolbarNavigations()
Method findToolbarNavigations @add-javadoc!!! |
Nav[] |
ConfigServiceImpl.findTabs(java.lang.String id)
Method findTabs @add-javadoc!!! |
Nav |
ConfigServiceImpl.findNavById(java.lang.String navId)
Method findNavById @add-javadoc!!! |
Nav[] |
ConfigService.findToolbarNavigations()
Returns all the toolbar navigation definitions |
Nav |
ConfigService.findDefaultMenubarNavigation()
Returns the default menubar navigation |
Nav |
ConfigService.findNavById(java.lang.String navId)
Finds a navigation defintion by ID |
Nav[] |
ConfigService.findTabs(java.lang.String id)
Find the navigation defintions for a tab id |
Uses of Nav in org.scrashmeow.ojb.console.ui.control |
Methods in org.scrashmeow.ojb.console.ui.control with parameters of type Nav | |
OjbcLinkControl |
OjbcLinkControlFactory.createControl(Nav navcfg,
HttpServletRequest request)
Method createControl @add-javadoc!!! |
protected OjbcLinkControl |
OjbcLinkControlFactory.createControl(Nav navcfg)
Method createControl @add-javadoc!!! |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |