public class TabletThemeURIHandler extends java.lang.Object implements ThemeURIHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TABLET_CSS
Default tablet-enhanced theme css file (ZK EE only)
|
| Constructor and Description |
|---|
TabletThemeURIHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
modifyThemeURIs(Execution exec,
ThemeURIModifier modifier)
Allow developer to modify the theme uri list through
ThemeURIModifier when a desktop is about to be rendered. |
public static final java.lang.String DEFAULT_TABLET_CSS
public void modifyThemeURIs(Execution exec, ThemeURIModifier modifier)
ThemeURIHandlerThemeURIModifier when a desktop is about to be rendered.modifyThemeURIs in interface ThemeURIHandlerexec - the current execution (never null), where you can retrieve
the desktop, request and response.
Note: if your Web application supports multiple devices, you have
to check Desktop.getDevice().modifier - ThemeURIModifier provide methods (e.g. add(StyleSheet uri))
to modify the theme uri list.Copyright © 2005-2024 Potix Corporation. All Rights Reserved.