Uses of Enum Class
org.apache.myfaces.tobago.model.SwitchType
Packages that use SwitchType
Package
Description
- 
Uses of SwitchType in org.apache.myfaces.tobago.componentMethods in org.apache.myfaces.tobago.component that return SwitchTypeModifier and TypeMethodDescriptionUITabGroup.getSwitchType()Indicating how tab switching should be done.Methods in org.apache.myfaces.tobago.component with parameters of type SwitchType
- 
Uses of SwitchType in org.apache.myfaces.tobago.internal.componentMethods in org.apache.myfaces.tobago.internal.component that return SwitchType
- 
Uses of SwitchType in org.apache.myfaces.tobago.internal.renderkit.rendererMethods in org.apache.myfaces.tobago.internal.renderkit.renderer with parameters of type SwitchTypeModifier and TypeMethodDescriptionprotected voidTabGroupRenderer.encodeContent(jakarta.faces.context.FacesContext facesContext, TobagoResponseWriter writer, AbstractUITabGroup tabGroup, int selectedIndex, SwitchType switchType) 
- 
Uses of SwitchType in org.apache.myfaces.tobago.modelSubclasses with type arguments of type SwitchType in org.apache.myfaces.tobago.modelMethods in org.apache.myfaces.tobago.model that return SwitchTypeModifier and TypeMethodDescriptionstatic SwitchTypeReturns the enum constant of this class with the specified name.static SwitchType[]SwitchType.values()Returns an array containing the constants of this enum class, in the order they are declared.