Package | Description |
---|---|
org.richfaces.ui.common |
RichFaces classes shared among component families.
|
org.richfaces.ui.menu.contextMenu | |
org.richfaces.ui.menu.dropDownMenu | |
org.richfaces.ui.menu.menu |
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Mode |
UIContextMenu.getMode() |
protected Mode |
ContextMenuRendererBase.getMode(javax.faces.component.UIComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
UIContextMenu.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
Mode |
UIDropDownMenu.getMode() |
protected Mode |
DropDownMenuRendererBase.getMode(javax.faces.component.UIComponent component) |
Modifier and Type | Method and Description |
---|---|
void |
UIDropDownMenu.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
abstract Mode |
AbstractMenuItem.getMode()
Determines how the menu item requests are submitted.
|
abstract Mode |
AbstractMenuContainer.getMode()
Sets the submission mode for all menu items of the menu except those where this attribute redefined.
|
Mode |
UIMenuItem.getMode() |
protected Mode |
MenuItemRendererBase.resolveSubmitMode(AbstractMenuItem menuItem) |
Modifier and Type | Method and Description |
---|---|
void |
UIMenuItem.setMode(Mode mode) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.