|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvMenuItem | |
|---|---|
| ilog.views.faces.dhtml.event | This package contains the events and listeners used in the JViews JavaServer Faces components. |
| ilog.views.faces.taglib | This package contains the base classes for JViews JavaServer Faces JSP custom components tags. |
| ilog.views.util.servlet | This package contains various utility classes used in thinclient. |
| ilog.views.util.servlet.model | This package contains common model classes used in thinclient. |
| Uses of IlvMenuItem in ilog.views.faces.dhtml.event |
|---|
| Methods in ilog.views.faces.dhtml.event that return IlvMenuItem | |
|---|---|
IlvMenuItem |
FacesMenuActionEvent.getSelectedMenuItem()
Returns the model menu item selected. |
| Methods in ilog.views.faces.dhtml.event with parameters of type IlvMenuItem | |
|---|---|
void |
FacesMenuActionEvent.setSelectedMenuItem(IlvMenuItem selectedMenuItem)
Sets the selected menu item. |
| Uses of IlvMenuItem in ilog.views.faces.taglib |
|---|
| Methods in ilog.views.faces.taglib that return IlvMenuItem | |
|---|---|
IlvMenuItem |
IlvFacesMenuSeparatorTag.createMenuItem(String label)
Returns a new IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuTag.createMenuItem(String label)
Returns a new IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuItemTag.createMenuItem(String label)
Returns a new IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuItemTag.getItem()
Returns the IlvMenuItem instance created by this tag. |
| Uses of IlvMenuItem in ilog.views.util.servlet |
|---|
| Methods in ilog.views.util.servlet that return IlvMenuItem | |
|---|---|
static IlvMenuItem |
IlvPopupMenuEncoder.getMenuItemAt(IlvMenu root,
String encodedPath)
Returns the menu item specified by the path encoded by this encoder. |
| Methods in ilog.views.util.servlet with parameters of type IlvMenuItem | |
|---|---|
protected void |
IlvDefaultPopupMenuEncoder.writeAction(IlvMenuItem menuItem,
Writer out)
Encodes the action of the current menu item. |
| Uses of IlvMenuItem in ilog.views.util.servlet.model |
|---|
| Subclasses of IlvMenuItem in ilog.views.util.servlet.model | |
|---|---|
class |
IlvMenu
An implementation of a menu that contains menu items. |
class |
IlvMenuSeparator
This class represents a divider between menu items in a menu. |
| Methods in ilog.views.util.servlet.model that return IlvMenuItem | |
|---|---|
IlvMenuItem |
IlvMenu.getChild(int index)
Returns the child at the specific index, if possible. |
| Methods in ilog.views.util.servlet.model with parameters of type IlvMenuItem | |
|---|---|
void |
IlvMenu.addChild(IlvMenuItem menuItem)
Adds a child menu item to this menu. |
boolean |
IlvMenu.removeChild(IlvMenuItem menuItem)
Removes a child menu item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||