|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleSheet | |
---|---|
org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
Uses of StyleSheet in org.zkoss.zk.ui.metainfo |
---|
Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type StyleSheet | |
---|---|
java.util.Collection<StyleSheet> |
LanguageDefinition.getStyleSheets()
Returns a readonly list of all StyleSheet required
by this language. |
Methods in org.zkoss.zk.ui.metainfo with parameters of type StyleSheet | |
---|---|
void |
LanguageDefinition.addStyleSheet(StyleSheet ss)
Adds a StyleSheet 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 | |
---|---|
static java.util.List<StyleSheet> |
HtmlPageRenders.getStyleSheets(Execution exec,
WebApp wapp,
java.lang.String deviceType)
Returns a list of StyleSheet that shall be generated
to the client for the specified execution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |