|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebMenuManager
Method Summary | |
---|---|
WebMenu |
getMenu(java.lang.String id,
java.util.List<java.lang.String> menuKeys,
WebInterfaceContext context)
Builds and returns a WebMenu for display with the given properties and context. |
WebMenu |
getMenu(java.lang.String id,
java.lang.String menuKey,
WebInterfaceContext context)
Builds and returns a WebMenu for display with the given properties and context. |
Method Detail |
---|
WebMenu getMenu(java.lang.String id, java.lang.String menuKey, WebInterfaceContext context)
WebMenu
for display with the given properties and context.
WebMenuSection
)s with no menu items are not included in the final menu returned.
id
- the id of the menumenuKey
- the web section key of the menu being built (see WebInterfaceManager
)context
- the context in which the menu is being built in
WebMenu
which can be used for displayWebMenu getMenu(java.lang.String id, java.util.List<java.lang.String> menuKeys, WebInterfaceContext context)
WebMenu
for display with the given properties and context. This method
takes in a list of menu keys to allow for building a combination of menus.
WebMenuSection
)s with no menu items are not included in the final menu returned.
id
- the id of the menumenuKeys
- the web section keys of the menu being built with (see WebInterfaceManager
)context
- the context in which the menu is being built in
WebMenu
which can be used for display
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |