| 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).
|
| org.zkoss.zk.ui.util |
Utilities to handle user interfaces.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.List<StyleSheet> |
SimpleThemeURIModifier.getURIs() |
| Modifier and Type | Method and Description |
|---|---|
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 |
SimpleThemeURIModifier.add(int index,
StyleSheet uri) |
void |
ThemeURIModifier.add(StyleSheet uri)
Appends the specified CSS/WCS file uri to the end of the theme uri list.
|
void |
SimpleThemeURIModifier.add(StyleSheet uri) |
| Constructor and Description |
|---|
SimpleThemeURIModifier(java.util.List<StyleSheet> originalList) |
Copyright © 2005-2024 Potix Corporation. All Rights Reserved.