Uses of Interface
org.apache.myfaces.tobago.context.Theme
-
Packages that use Theme Package Description org.apache.myfaces.tobago.config org.apache.myfaces.tobago.context org.apache.myfaces.tobago.convert -
-
Uses of Theme in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return Theme Modifier and Type Method Description Theme
TobagoConfig. getDefaultTheme()
Theme
TobagoConfig. getTheme(String name)
Theme
TobagoConfig. getThemeIfExists(String name)
Methods in org.apache.myfaces.tobago.config that return types with arguments of type Theme Modifier and Type Method Description List<Theme>
TobagoConfig. getSupportedThemes()
Methods in org.apache.myfaces.tobago.config with parameters of type Theme Modifier and Type Method Description void
TobagoConfig. setDefaultTheme(Theme defaultTheme)
-
Uses of Theme in org.apache.myfaces.tobago.context
Classes in org.apache.myfaces.tobago.context that implement Theme Modifier and Type Class Description class
ThemeImpl
Methods in org.apache.myfaces.tobago.context that return Theme Modifier and Type Method Description Theme
TobagoContext. getTheme()
Methods in org.apache.myfaces.tobago.context that return types with arguments of type Theme Modifier and Type Method Description List<Theme>
Theme. getFallbackList()
List<Theme>
ThemeImpl. getFallbackList()
Methods in org.apache.myfaces.tobago.context with parameters of type Theme Modifier and Type Method Description void
TobagoContext. setTheme(Theme theme)
-
Uses of Theme in org.apache.myfaces.tobago.convert
Methods in org.apache.myfaces.tobago.convert that return Theme Modifier and Type Method Description Theme
ThemeConverter. getAsObject(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String string)
Methods in org.apache.myfaces.tobago.convert with parameters of type Theme Modifier and Type Method Description String
ThemeConverter. getAsString(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Theme theme)
-