Modifier and Type | Method and Description |
---|---|
SwitchType |
UITabGroup.getSwitchType()
Indicating how tab switching should be done.
|
Modifier and Type | Method and Description |
---|---|
void |
UITabGroup.setSwitchType(SwitchType switchType) |
Modifier and Type | Method and Description |
---|---|
abstract SwitchType |
AbstractUITabGroup.getSwitchType() |
Modifier and Type | Method and Description |
---|---|
protected void |
TabGroupRenderer.encodeContent(javax.faces.context.FacesContext facesContext,
TobagoResponseWriter writer,
AbstractUITabGroup tabGroup,
int activeIndex,
SwitchType switchType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.