Uses of Class
org.htmlunit.css.StyleAttributes.Definition
-
Packages that use StyleAttributes.Definition Package Description org.htmlunit.css Classes supporting Cascading Style Sheets.org.htmlunit.javascript.host.css Implementations of the CSS JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of StyleAttributes.Definition in org.htmlunit.css
Fields in org.htmlunit.css with type parameters of type StyleAttributes.Definition Modifier and Type Field Description private static java.util.Set<StyleAttributes.Definition>ComputedCssStyleDeclaration. INHERITABLE_DEFINITIONSThe set of 'inheritable' definitions.private static java.util.Map<java.lang.String,StyleAttributes.Definition>StyleAttributes. styles_Methods in org.htmlunit.css that return StyleAttributes.Definition Modifier and Type Method Description static StyleAttributes.DefinitionStyleAttributes. getDefinition(java.lang.String propertyName, BrowserVersion browserVersion)Gets the style attributes definition with the given name for the specified browser version.static StyleAttributes.DefinitionStyleAttributes.Definition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StyleAttributes.Definition[]StyleAttributes.Definition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.css that return types with arguments of type StyleAttributes.Definition Modifier and Type Method Description static java.util.List<StyleAttributes.Definition>StyleAttributes. getDefinitions(BrowserVersion browserVersion)Gets the style attributes definitions for the specified browser version.Methods in org.htmlunit.css with parameters of type StyleAttributes.Definition Modifier and Type Method Description private java.lang.StringComputedCssStyleDeclaration. defaultIfEmpty(java.lang.String str, StyleAttributes.Definition definition)private java.lang.StringComputedCssStyleDeclaration. defaultIfEmpty(java.lang.String str, StyleAttributes.Definition definition, boolean isPixel)private java.lang.StringAbstractCssStyleDeclaration. getBorderWidth(StyleAttributes.Definition borderSideWidth, StyleAttributes.Definition borderSide)Gets the border width for the specified sideprivate java.lang.StringComputedCssStyleDeclaration. getMarginX(java.lang.String superMarginX, StyleAttributes.Definition definition)abstract java.lang.StringAbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)Get the value for the style attribute.protected java.lang.StringAbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition name, java.lang.String value)java.lang.StringAbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition1, StyleAttributes.Definition definition2)Returns the value of one of the two named style attributes.java.lang.StringComputedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)Get the value for the style attribute.private java.lang.StringComputedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, java.lang.String toReturnIfEmptyOrDefault, java.lang.String defaultValue)java.lang.StringElementCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)Get the value for the style attribute.java.lang.StringWrappedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)Get the value for the style attribute.private static java.lang.StringComputedCssStyleDeclaration. getStyleAttributeWorker(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty, BrowserVersion browserVersion, boolean feature, boolean isDefInheritable, ComputedCssStyleDeclaration[] queue) -
Uses of StyleAttributes.Definition in org.htmlunit.javascript.host.css
Methods in org.htmlunit.javascript.host.css with parameters of type StyleAttributes.Definition Modifier and Type Method Description java.lang.StringCSSStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition)Get the value for the style attribute.java.lang.StringCSSStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)Get the value for the style attribute.
-