Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.component.attribute | |
org.richfaces.renderkit |
RichFaces model
|
org.richfaces.renderkit.html |
HTML-specific renderer classes
|
Modifier and Type | Field and Description |
---|---|
static SwitchType |
SwitchType.DEFAULT |
Modifier and Type | Method and Description |
---|---|
abstract SwitchType |
AbstractProgressBar.getMode()
The mode for updating the progress bar, can be one of:
|
SwitchType |
UIProgressBar.getMode() |
SwitchType |
UITree.getSelectionType() |
abstract SwitchType |
AbstractTree.getSelectionType() |
SwitchType |
AbstractTogglePanel.getSwitchType()
The switch mode when a panel is activated.
|
SwitchType |
AbstractTogglePanelItem.getSwitchType()
The switch type for this toggle panel: client, ajax (default), server
|
SwitchType |
AbstractTogglePanelItemInterface.getSwitchType() |
SwitchType |
AbstractAccordionItem.getSwitchType()
The switch mode when a panel is activated.
|
SwitchType |
AbstractTab.getSwitchType()
The switch type for this toggle panel: client, ajax (default), server
|
SwitchType |
UITree.getToggleType() |
abstract SwitchType |
AbstractTree.getToggleType() |
static SwitchType |
SwitchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwitchType[] |
SwitchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UIProgressBar.setMode(SwitchType mode) |
void |
UITree.setSelectionType(SwitchType selectionType) |
void |
AbstractTogglePanel.setSwitchType(SwitchType switchType) |
void |
AbstractTogglePanelItem.setSwitchType(SwitchType switchType) |
void |
AbstractAccordionItem.setSwitchType(SwitchType switchType) |
void |
AbstractTab.setSwitchType(SwitchType switchType) |
void |
UITree.setToggleType(SwitchType toggleType) |
Modifier and Type | Method and Description |
---|---|
SwitchType |
TreeProps.getSelectionType()
The type of type of the selection - ajax (default), client, server.
|
SwitchType |
TreeProps.getToggleType()
The type of type of the node toggling - ajax (default), client, server.
|
Modifier and Type | Method and Description |
---|---|
protected SwitchType |
TreeRendererBase.getSelectionType(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
Modifier and Type | Method and Description |
---|---|
protected SwitchType |
ProgressBarBaseRenderer.getModeOrDefault(javax.faces.component.UIComponent component) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.