|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MenuItem in com.cc.framework.adapter |
Methods in com.cc.framework.adapter with parameters of type MenuItem | |
void |
AjaxRequest.addMenu(MenuItem menu)
Adds the given Menu to the AJAX response for this action. |
Uses of MenuItem in com.cc.framework.adapter.struts |
Methods in com.cc.framework.adapter.struts with parameters of type MenuItem | |
void |
ConcreteActionContext.addMenu(MenuItem menu)
|
void |
ActionContextWrapper.addMenu(MenuItem menu)
|
Uses of MenuItem in com.cc.framework.taglib.menu |
Fields in com.cc.framework.taglib.menu declared as MenuItem | |
private MenuItem |
MenuItemTag.designModel
DesignModel |
Methods in com.cc.framework.taglib.menu that return MenuItem | |
protected MenuItem |
MenuItemTag.getDesignModel()
Returns the MenuItemDesignModel |
Methods in com.cc.framework.taglib.menu with parameters of type MenuItem | |
void |
MenuTag.addMenuItem(MenuItem item)
|
void |
MenuItemTag.addMenuItem(MenuItem item)
|
void |
MenuContainerTag.addMenuItem(MenuItem item)
Adds a menu item |
void |
MenuButtonTag.addMenuItem(MenuItem item)
|
Uses of MenuItem in com.cc.framework.ui.control |
Methods in com.cc.framework.ui.control that return MenuItem | |
MenuItem[] |
MenuControl.getContent()
Returns the Content |
MenuItem[] |
MenuButtonControl.getContent()
Returns the Content |
Uses of MenuItem in com.cc.framework.ui.model |
Methods in com.cc.framework.ui.model that return MenuItem | |
MenuItem |
MenuItem.getParent()
Returns a reference to the parent element |
MenuItem |
MenuItem.addItem(MenuItem item)
Adds a SubMenuItem to the MenuItem |
MenuItem |
MenuItem.removeItem(MenuItem item)
Removes a SubMenuItem from the List |
MenuItem[] |
MenuItem.getContent()
Returns a List with all SubMenuItems |
MenuItem[] |
MenuDesignModel.getContent()
Returns an Array with the MenuItems |
MenuItem[] |
MenuButtonDesignModel.getContent()
Returns an Array with the MenuItems |
Methods in com.cc.framework.ui.model with parameters of type MenuItem | |
void |
MenuItem.setParent(MenuItem parent)
Sets the reference to the parent element |
MenuItem |
MenuItem.addItem(MenuItem item)
Adds a SubMenuItem to the MenuItem |
MenuItem |
MenuItem.removeItem(MenuItem item)
Removes a SubMenuItem from the List |
MenuDesignModel |
MenuDesignModel.addItem(MenuItem item)
Adds an Item to the Menu |
MenuDesignModel |
MenuDesignModel.removeItem(MenuItem item)
Removes a MenuItem |
MenuButtonDesignModel |
MenuButtonDesignModel.addItem(MenuItem item)
Adds an Item to the Menu |
MenuButtonDesignModel |
MenuButtonDesignModel.removeItem(MenuItem item)
Removes a MenuItem |
Uses of MenuItem in com.cc.framework.ui.model.imp |
Classes in com.cc.framework.ui.model.imp that implement MenuItem | |
class |
MenuItemImp
Designmodel for a menu item |
Fields in com.cc.framework.ui.model.imp declared as MenuItem | |
private MenuItem |
MenuItemImp.parent
Parent Menu item |
Methods in com.cc.framework.ui.model.imp that return MenuItem | |
MenuItem |
MenuItemImp.getParent()
|
MenuItem |
MenuItemImp.addItem(MenuItem item)
|
MenuItem |
MenuItemImp.removeItem(MenuItem item)
|
MenuItem[] |
MenuItemImp.getContent()
|
MenuItem[] |
MenuDesignModelImp.getContent()
|
MenuItem[] |
MenuButtonDesignModelImp.getContent()
|
Methods in com.cc.framework.ui.model.imp with parameters of type MenuItem | |
void |
MenuItemImp.setParent(MenuItem parent)
|
MenuItem |
MenuItemImp.addItem(MenuItem item)
|
MenuItem |
MenuItemImp.removeItem(MenuItem item)
|
MenuDesignModel |
MenuDesignModelImp.addItem(MenuItem item)
|
MenuDesignModel |
MenuDesignModelImp.removeItem(MenuItem item)
|
MenuButtonDesignModel |
MenuButtonDesignModelImp.addItem(MenuItem item)
|
MenuButtonDesignModel |
MenuButtonDesignModelImp.removeItem(MenuItem item)
|
Uses of MenuItem in com.cc.framework.ui.painter.def |
Methods in com.cc.framework.ui.painter.def with parameters of type MenuItem | |
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 |
DefMenuPainter.createMenuAnchor(MenuItem item,
ImageMap imageMap,
boolean selected)
Creates the Menu Anchor |
protected java.util.Locale |
DefMenuPainter.getLocale(MenuItem item)
Retrieves the locale to use for a given menu item |
protected ImageModel |
DefMenuPainter.getItemImage(MenuItem item,
ImageMap images)
Retrieves the image for the given menu item |
protected org.apache.ecs.ConcreteElement |
DefMenuMainPainter.doCreateMenuItems(MenuItem[] items,
ImageMap imageMap,
MenuContext ctx)
Creates the cells including the menu items of the menu |
void |
DefMenuItemPainter.appendItemsToScript(java.lang.String scope,
java.lang.StringBuffer buf,
MenuItem[] items,
ImageMap images)
Appends the menu item script |
static java.lang.String |
DefMenuItemPainter.getItemText(PainterContext ctx,
MenuItem item)
Retrieves the (localized) text for the given item |
static java.lang.String |
DefMenuItemPainter.getItemImageSrc(PainterContext ctx,
MenuItem item,
ImageMap images)
Retrieves the image source for the given menu item |
static ImageModel |
DefMenuItemPainter.getItemImage(MenuItem item,
ImageMap images)
Retrieves the image for the given menu item |
static java.util.Locale |
DefMenuItemPainter.getLocale(PainterContext ctx,
MenuItem item)
Retrieves the locale to use for a given menu item |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |