Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvMenuItem |
FacesMenuActionEvent.getSelectedMenuItem()
Returns the model menu item selected.
|
Modifier and Type | Method and Description |
---|---|
void |
FacesMenuActionEvent.setSelectedMenuItem(IlvMenuItem selectedMenuItem)
Sets the selected menu item.
|
Modifier and Type | Method and Description |
---|---|
IlvMenuItem |
IlvFacesMenuTag.createMenuItem(String label)
Returns a new
IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuSeparatorTag.createMenuItem(String label)
Returns a new
IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuItemTag.createMenuItem(String menuLabel)
Returns a new
IlvMenuItem instance. |
IlvMenuItem |
IlvFacesMenuItemTag.getItem()
Returns the
IlvMenuItem instance created by this tag. |
Modifier and Type | Method and Description |
---|---|
static IlvMenuItem |
IlvPopupMenuEncoder.getMenuItemAt(IlvMenu root,
String encodedPath)
Returns the menu item specified by the path encoded by this encoder.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDefaultPopupMenuEncoder.writeAction(IlvMenuItem menuItem,
Writer out)
Encodes the action of the current menu item.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvMenu
An implementation of a menu that contains menu items.
|
class |
IlvMenuSeparator
This class represents a divider
between menu items in a menu.
|
Modifier and Type | Method and Description |
---|---|
IlvMenuItem |
IlvMenu.getChild(int index)
Returns the child at the specific index, if possible.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<IlvMenuItem> |
IlvMenu.getChildren()
Returns the menu items children list of this menu.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMenu.addChild(IlvMenuItem menuItem)
Adds a child menu item to this menu.
|
boolean |
IlvMenu.removeChild(IlvMenuItem menuItem)
Removes a child menu item.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.