|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MenuItem | |
|---|---|
| org.exoplatform.gwtframework.ui.client.command.ui | |
| org.exoplatform.gwtframework.ui.client.component | |
| org.exoplatform.gwtframework.ui.client.menu | |
| Uses of MenuItem in org.exoplatform.gwtframework.ui.client.command.ui |
|---|
| Constructors in org.exoplatform.gwtframework.ui.client.command.ui with parameters of type MenuItem | |
|---|---|
MenuItemControl(com.google.gwt.event.shared.HandlerManager eventBus,
MenuItem menuItem,
SimpleControl command)
|
|
| Uses of MenuItem in org.exoplatform.gwtframework.ui.client.component |
|---|
| Methods in org.exoplatform.gwtframework.ui.client.component that return MenuItem | |
|---|---|
MenuItem |
PopupMenuButton.addItem(java.lang.String title)
Adds new item to the Popup Menu which will be displayed when this Popup Button was clicked. |
MenuItem |
PopupMenuButton.addItem(java.lang.String title,
com.google.gwt.user.client.Command command)
Adds new item to the Popup Menu which will be displayed when this Popup Button was clicked. |
MenuItem |
PopupMenuButton.addItem(java.lang.String icon,
java.lang.String title)
Adds new item to the Popup Menu which will be displayed when this Popup Button was clicked. |
MenuItem |
PopupMenuButton.addItem(java.lang.String icon,
java.lang.String title,
com.google.gwt.user.client.Command command)
Adds new item to the Popup Menu which will be displayed when this Popup Button was clicked. |
| Methods in org.exoplatform.gwtframework.ui.client.component that return types with arguments of type MenuItem | |
|---|---|
java.util.List<MenuItem> |
PopupMenuButton.getMenuItems()
Get list of Menu Items. |
| Methods in org.exoplatform.gwtframework.ui.client.component with parameters of type MenuItem | |
|---|---|
void |
PopupMenuButton.onMenuItemSelected(MenuItem menuItem)
Menu Item selected handler. |
| Uses of MenuItem in org.exoplatform.gwtframework.ui.client.menu |
|---|
| Subclasses of MenuItem in org.exoplatform.gwtframework.ui.client.menu | |
|---|---|
class |
MenuBarItem
Created by The eXo Platform SAS . |
class |
PopupMenuItem
Created by The eXo Platform SAS . |
| Methods in org.exoplatform.gwtframework.ui.client.menu that return MenuItem | |
|---|---|
MenuItem |
MenuBar.addItem(java.lang.String title)
Create and add new item in menu. |
MenuItem |
MenuBarItem.addItem(java.lang.String title)
|
MenuItem |
PopupMenuItem.addItem(java.lang.String title)
|
abstract MenuItem |
MenuItem.addItem(java.lang.String title)
Create new MenuItem with specified parameters and add it to the list of children. |
MenuItem |
MenuBar.addItem(java.lang.String title,
com.google.gwt.user.client.Command command)
Create and add new item in menu. |
MenuItem |
MenuBarItem.addItem(java.lang.String title,
com.google.gwt.user.client.Command command)
|
MenuItem |
PopupMenuItem.addItem(java.lang.String title,
com.google.gwt.user.client.Command command)
|
abstract MenuItem |
MenuItem.addItem(java.lang.String title,
com.google.gwt.user.client.Command command)
Create new MenuItem with specified parameters and add it to the list of children. |
MenuItem |
MenuBar.addItem(java.lang.String icon,
java.lang.String title)
Create and add new item in menu. |
MenuItem |
MenuBarItem.addItem(java.lang.String icon,
java.lang.String title)
|
MenuItem |
PopupMenuItem.addItem(java.lang.String imageHTML,
java.lang.String title)
|
abstract MenuItem |
MenuItem.addItem(java.lang.String icon,
java.lang.String title)
Create new MenuItem with specified parameters and add it to the list of children. |
MenuItem |
MenuBar.addItem(java.lang.String icon,
java.lang.String title,
com.google.gwt.user.client.Command command)
Create and add new item in menu. |
MenuItem |
MenuBarItem.addItem(java.lang.String icon,
java.lang.String title,
com.google.gwt.user.client.Command command)
|
MenuItem |
PopupMenuItem.addItem(java.lang.String imageHTML,
java.lang.String title,
com.google.gwt.user.client.Command command)
|
abstract MenuItem |
MenuItem.addItem(java.lang.String icon,
java.lang.String title,
com.google.gwt.user.client.Command command)
Create new MenuItem with specified parameters and add it to the list of children. |
| Methods in org.exoplatform.gwtframework.ui.client.menu that return types with arguments of type MenuItem | |
|---|---|
java.util.List<MenuItem> |
MenuBar.getItems()
Get list of items. |
java.util.List<MenuItem> |
MenuBarItem.getItems()
|
java.util.List<MenuItem> |
PopupMenuItem.getItems()
|
abstract java.util.List<MenuItem> |
MenuItem.getItems()
Get list of children. |
| Methods in org.exoplatform.gwtframework.ui.client.menu with parameters of type MenuItem | |
|---|---|
void |
MenuBar.onMenuItemSelected(MenuItem menuItem)
Handle selection of Menu Item. |
void |
ItemSelectedHandler.onMenuItemSelected(MenuItem menuItem)
Do some actions when menu item will be selected. |
void |
MenuBarItem.onMenuItemSelected(MenuItem menuItem)
|
| Constructor parameters in org.exoplatform.gwtframework.ui.client.menu with type arguments of type MenuItem | |
|---|---|
PopupMenu(java.util.List<MenuItem> menuItems,
MenuLockLayer lockLayer,
ItemSelectedHandler itemSelectedCallback)
|
|
PopupMenu(java.util.List<MenuItem> menuItems,
MenuLockLayer lockLayer,
ItemSelectedHandler itemSelectedCallback,
java.lang.String itemIdPrefix)
Create PopupMenu |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||