Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.renderkit.html |
HTML-specific renderer classes
|
Modifier and Type | Method and Description |
---|---|
abstract Mode |
AbstractMenuItem.getMode()
Determines how the menu item requests are submitted.
|
Mode |
UIMenuItem.getMode() |
abstract Mode |
AbstractMenuContainer.getMode()
Sets the submission mode for all menu items of the menu except those where this attribute redefined.
|
Mode |
UIDropDownMenu.getMode() |
Mode |
UIContextMenu.getMode() |
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 |
---|---|
void |
UIMenuItem.setMode(Mode mode) |
void |
UIDropDownMenu.setMode(Mode mode) |
void |
UIContextMenu.setMode(Mode mode) |
Modifier and Type | Method and Description |
---|---|
protected Mode |
ContextMenuRendererBase.getMode(javax.faces.component.UIComponent component) |
protected Mode |
DropDownMenuRendererBase.getMode(javax.faces.component.UIComponent component) |
protected Mode |
MenuItemRendererBase.resolveSubmitMode(AbstractMenuItem menuItem) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.