Uses of Class
org.uberfire.ext.widgets.common.client.menu.MenuItemFactory.MenuItemViewHolder
-
Packages that use MenuItemFactory.MenuItemViewHolder Package Description org.uberfire.ext.widgets.common.client.menu -
-
Uses of MenuItemFactory.MenuItemViewHolder in org.uberfire.ext.widgets.common.client.menu
Methods in org.uberfire.ext.widgets.common.client.menu that return MenuItemFactory.MenuItemViewHolder Modifier and Type Method Description <T extends MenuItemDividerView>
MenuItemFactory.MenuItemViewHolder<T>MenuItemFactory. makeMenuItemDivider()Makes aMenuCustomand associatedMenuItemDividerViewthat can be used as a "divider" in a menu.<T extends MenuItemHeaderView>
MenuItemFactory.MenuItemViewHolder<T>MenuItemFactory. makeMenuItemHeader(String caption)Makes aMenuCustomand associatedMenuItemHeaderViewthat can be used as a "header" in a menu.<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.
-