Package | Description |
---|---|
org.uberfire.ext.widgets.common.client.menu |
Modifier and Type | Method and Description |
---|---|
<T extends MenuItemDividerView> |
MenuItemFactory.makeMenuItemDivider()
Makes a
MenuCustom and associated MenuItemDividerView that can be used as
a "divider" in a menu. |
<T extends MenuItemHeaderView> |
MenuItemFactory.makeMenuItemHeader(String caption)
Makes a
MenuCustom and associated MenuItemHeaderView that can be used
as a "header" in a menu. |
<T extends MenuItemWithIconView> |
MenuItemFactory.makeMenuItemWithIcon(String caption,
Command cmd)
Makes a
MenuCustom and associated MenuItemWithIconView that can be used
to replace the default Views created by ListBarWidgetImpl if an icon is also required. |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.