Package | Description |
---|---|
org.richfaces |
Implementation of RichFaces components
|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
Modifier and Type | Field and Description |
---|---|
static PanelMenuMode |
PanelMenuMode.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static PanelMenuMode |
PanelMenuMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PanelMenuMode[] |
PanelMenuMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PanelMenuMode |
UIPanelMenu.getGroupMode() |
abstract PanelMenuMode |
AbstractPanelMenu.getGroupMode()
Mode used for expanding/collapsing groups: client (default), ajax, server
|
PanelMenuMode |
UIPanelMenu.getItemMode() |
abstract PanelMenuMode |
AbstractPanelMenu.getItemMode()
The mode user for selecting items: client, ajax (default), server
|
abstract PanelMenuMode |
AbstractPanelMenuItem.getMode()
Mode used for selecting of this item: default value is inherited from panelMenu
|
abstract PanelMenuMode |
AbstractPanelMenuGroup.getMode()
Mode used for expanding/collapsing of this group: default value is inherited from panelMenu
|
PanelMenuMode |
UIPanelMenuGroup.getMode() |
PanelMenuMode |
UIPanelMenuItem.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
UIPanelMenu.setGroupMode(PanelMenuMode groupMode) |
void |
UIPanelMenu.setItemMode(PanelMenuMode itemMode) |
void |
UIPanelMenuGroup.setMode(PanelMenuMode mode) |
void |
UIPanelMenuItem.setMode(PanelMenuMode mode) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.