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_DEFINITIONS
The 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.Definition
StyleAttributes. getDefinition(java.lang.String propertyName, BrowserVersion browserVersion)
Gets the style attributes definition with the given name for the specified browser version.static StyleAttributes.Definition
StyleAttributes.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.String
ComputedCssStyleDeclaration. defaultIfEmpty(java.lang.String str, StyleAttributes.Definition definition)
private java.lang.String
ComputedCssStyleDeclaration. defaultIfEmpty(java.lang.String str, StyleAttributes.Definition definition, boolean isPixel)
private java.lang.String
AbstractCssStyleDeclaration. getBorderWidth(StyleAttributes.Definition borderSideWidth, StyleAttributes.Definition borderSide)
Gets the border width for the specified sideprivate java.lang.String
ComputedCssStyleDeclaration. getMarginX(java.lang.String superMarginX, StyleAttributes.Definition definition)
abstract java.lang.String
AbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)
Get the value for the style attribute.protected java.lang.String
AbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition name, java.lang.String value)
java.lang.String
AbstractCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition1, StyleAttributes.Definition definition2)
Returns the value of one of the two named style attributes.java.lang.String
ComputedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)
Get the value for the style attribute.private java.lang.String
ComputedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, java.lang.String toReturnIfEmptyOrDefault, java.lang.String defaultValue)
java.lang.String
ElementCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)
Get the value for the style attribute.java.lang.String
WrappedCssStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)
Get the value for the style attribute.private static java.lang.String
ComputedCssStyleDeclaration. 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.String
CSSStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition)
Get the value for the style attribute.java.lang.String
CSSStyleDeclaration. getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty)
Get the value for the style attribute.
-