Uses of Class
org.uberfire.ext.widgets.common.client.menu.MenuItemWithIconView
-
Packages that use MenuItemWithIconView Package Description org.uberfire.ext.widgets.common.client.menu -
-
Uses of MenuItemWithIconView in org.uberfire.ext.widgets.common.client.menu
Methods in org.uberfire.ext.widgets.common.client.menu with type parameters of type MenuItemWithIconView Modifier and Type Method Description <T extends MenuItemWithIconView>
MenuItemFactory.MenuItemViewHolder<T>MenuItemFactory. makeMenuItemWithIcon(String caption, org.uberfire.mvp.Command cmd)Makes aMenuCustomand associatedMenuItemWithIconViewthat can be used to replace the default Views created byListBarWidgetImplif an icon is also required.
-