Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.util |
Modifier and Type | Class and Description |
---|---|
class |
UIMenu
Container component to hold submenus and items.
|
Modifier and Type | Method and Description |
---|---|
static AbstractUIMenu |
FacetUtils.getContextMenu(javax.faces.component.UIComponent component)
A type save utility to get the facet
contextMenu from a component. |
static AbstractUIMenu |
FacetUtils.getDropDownMenu(javax.faces.component.UIComponent component)
A type save utility to get the facet
dropDownMenu from a component. |
Modifier and Type | Method and Description |
---|---|
static void |
FacetUtils.setContextMenu(javax.faces.component.UIComponent component,
AbstractUIMenu menu) |
static void |
FacetUtils.setDropDownMenu(javax.faces.component.UIComponent component,
AbstractUIMenu menu) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.