public final class BrowserPrefixHelper extends Object
Constructor and Description |
---|
BrowserPrefixHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
updateStyleProperties(com.google.gwt.dom.client.Element element,
String[] properties,
BrowserPrefixCssType cssType) |
static void |
updateStyleProperties(com.google.gwt.dom.client.Element element,
String[] properties,
String value) |
static void |
updateStyleProperties(com.google.gwt.dom.client.Element element,
String ieProperty,
String[] properties,
BrowserPrefixCssType cssType) |
static void |
updateStyleProperty(com.google.gwt.dom.client.Element element,
String property,
String value) |
public BrowserPrefixHelper()
public static void updateStyleProperties(com.google.gwt.dom.client.Element element, String ieProperty, String[] properties, BrowserPrefixCssType cssType)
public static void updateStyleProperties(com.google.gwt.dom.client.Element element, String[] properties, BrowserPrefixCssType cssType)
public static void updateStyleProperties(com.google.gwt.dom.client.Element element, String[] properties, String value)
public static void updateStyleProperty(com.google.gwt.dom.client.Element element, String property, String value)
Copyright © 2018. All rights reserved.