Uses of Enum
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 activeIndex, SwitchType switchType) -
Uses of SwitchType in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return SwitchTypeModifier and TypeMethodDescriptionstatic SwitchType
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.