Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StyleSheet> |
LanguageDefinition.getStyleSheets()
Returns a readonly list of all
StyleSheet required
by this language. |
Modifier and Type | Method and Description |
---|---|
void |
LanguageDefinition.addStyleSheet(StyleSheet ss)
Adds a
StyleSheet required by this language. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.