|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MenuContext | |
com.cc.framework.adapter.struts | |
com.cc.framework.ui.control | |
com.cc.framework.ui.painter.def |
Uses of MenuContext in com.cc.framework.adapter.struts |
Methods in com.cc.framework.adapter.struts with parameters of type MenuContext | |
void |
FWLookupDispatchAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FWDispatchAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FWAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
|
void |
FrameworkAction.doSetMenuContext(ActionContext ctx,
MenuContext menuCtx)
Sets the menu context. |
Uses of MenuContext in com.cc.framework.ui.control |
Methods in com.cc.framework.ui.control that return MenuContext | |
static MenuContext |
MenuContext.getContext(javax.servlet.jsp.PageContext pageContext)
Gets the actual menu context from the request. |
static MenuContext |
MenuContext.getContext(javax.servlet.ServletRequest request)
Gets the actual menu context from the request. |
Uses of MenuContext in com.cc.framework.ui.painter.def |
Methods in com.cc.framework.ui.painter.def with parameters of type MenuContext | |
protected org.apache.ecs.ConcreteElement |
DefMenuToolsPainter.doCreateMenuItems(MenuItem[] items,
ImageMap imageMap,
MenuContext ctx)
Creates the horizontal Tool Menu |
protected org.apache.ecs.ConcreteElement |
DefMenuSidebarPainter.doCreateMenuItems(int level,
java.lang.String path,
MenuItem[] items,
ImageMap imageMap,
MenuContext ctx)
Creates the MenuItems |
protected org.apache.ecs.ConcreteElement |
DefMenuMainPainter.doCreateMenuItems(MenuItem[] items,
ImageMap imageMap,
MenuContext ctx)
Creates the cells including the menu items of the menu |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |