Uses of Class
org.apache.myfaces.tobago.model.SwitchType
-
-
Uses of SwitchType in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SwitchType Modifier and Type Method Description SwitchType
UITabGroup. getSwitchType()
Indicating how tab switching should be done.Methods in org.apache.myfaces.tobago.component with parameters of type SwitchType Modifier and Type Method Description void
UITabGroup. setSwitchType(SwitchType switchType)
-
Uses of SwitchType in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SwitchType Modifier and Type Method Description abstract SwitchType
AbstractUITabGroup. getSwitchType()
-
Uses of SwitchType in org.apache.myfaces.tobago.internal.renderkit.renderer
Methods in org.apache.myfaces.tobago.internal.renderkit.renderer with parameters of type SwitchType Modifier and Type Method Description protected 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
Methods in org.apache.myfaces.tobago.model that return SwitchType Modifier and Type Method 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.
-