Uses of Enum Class
org.apache.myfaces.tobago.model.SwitchType
Packages that use SwitchType
Package
Description
-
Uses of SwitchType in org.apache.myfaces.tobago.component
Methods 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.component
Methods in org.apache.myfaces.tobago.internal.component that return SwitchType -
Uses of SwitchType in org.apache.myfaces.tobago.internal.renderkit.renderer
Methods in org.apache.myfaces.tobago.internal.renderkit.renderer with parameters of type SwitchTypeModifier and TypeMethodDescriptionprotected void
TabGroupRenderer.encodeContent
(javax.faces.context.FacesContext facesContext, TobagoResponseWriter writer, AbstractUITabGroup tabGroup, int selectedIndex, SwitchType switchType) -
Uses of SwitchType in org.apache.myfaces.tobago.model
Subclasses with type arguments of type SwitchType in org.apache.myfaces.tobago.modelMethods in org.apache.myfaces.tobago.model that return SwitchTypeModifier and TypeMethodDescriptionstatic SwitchType
Returns 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.