Uses of Class
org.zkoss.html.StyleSheet
-
Packages that use StyleSheet Package Description org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.sys org.zkoss.zk.ui.util -
-
Uses of StyleSheet in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type StyleSheet Modifier and Type Method Description java.util.Collection<StyleSheet>
LanguageDefinition. getStyleSheets()
Returns a readonly list of allStyleSheet
required by this language.Methods in org.zkoss.zk.ui.metainfo with parameters of type StyleSheet Modifier and Type Method Description void
LanguageDefinition. addStyleSheet(StyleSheet ss)
Adds aStyleSheet
required by this language. -
Uses of StyleSheet in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return types with arguments of type StyleSheet Modifier and Type Method Description static java.util.List<StyleSheet>
HtmlPageRenders. getStyleSheets(Execution exec, WebApp wapp, java.lang.String deviceType)
Returns a list ofStyleSheet
that shall be generated to the client for the specified execution. -
Uses of StyleSheet in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return types with arguments of type StyleSheet Modifier and Type Method Description java.util.List<StyleSheet>
SimpleThemeURIModifier. getURIs()
java.util.List<StyleSheet>
ThemeURIModifier. getURIs()
Returns a read-only list of theme uri which present the current status of the CSS/WCS files list.Methods in org.zkoss.zk.ui.util with parameters of type StyleSheet Modifier and Type Method Description void
SimpleThemeURIModifier. add(int index, StyleSheet uri)
void
SimpleThemeURIModifier. add(StyleSheet uri)
void
ThemeURIModifier. add(int priority, StyleSheet uri)
Inserts the specified CSS/WCS file uri at the specified position in the theme uri list according to the priority.void
ThemeURIModifier. add(StyleSheet uri)
Appends the specified CSS/WCS file uri to the end of the theme uri list.Constructor parameters in org.zkoss.zk.ui.util with type arguments of type StyleSheet Constructor Description SimpleThemeURIModifier(java.util.List<StyleSheet> originalList)
-