Uses of Enum
org.htmlunit.css.StyleAttributes.Definition
Packages that use StyleAttributes.Definition
Package
Description
Classes supporting Cascading Style Sheets.
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.DefinitionModifier and TypeFieldDescriptionprivate static final Set
<StyleAttributes.Definition> ComputedCssStyleDeclaration.INHERITABLE_DEFINITIONS
The set of 'inheritable' definitions.private static final Map
<String, StyleAttributes.Definition> StyleAttributes.styles_
Methods in org.htmlunit.css that return StyleAttributes.DefinitionModifier and TypeMethodDescriptionstatic StyleAttributes.Definition
StyleAttributes.getDefinition
(String propertyName, BrowserVersion browserVersion) Gets the style attributes definition with the given name for the specified browser version.static StyleAttributes.Definition
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.DefinitionModifier and TypeMethodDescriptionstatic 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.DefinitionModifier and TypeMethodDescriptionprivate String
ComputedCssStyleDeclaration.defaultIfEmpty
(String str, StyleAttributes.Definition definition) private String
ComputedCssStyleDeclaration.defaultIfEmpty
(String str, StyleAttributes.Definition definition, boolean isPixel) private String
AbstractCssStyleDeclaration.getBorderWidth
(StyleAttributes.Definition borderSideWidth, StyleAttributes.Definition borderSide) Gets the border width for the specified sideprivate String
ComputedCssStyleDeclaration.getMarginX
(String superMarginX, StyleAttributes.Definition definition) abstract String
AbstractCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.protected String
AbstractCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition name, String value) AbstractCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition1, StyleAttributes.Definition definition2) Returns the value of one of the two named style attributes.ComputedCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.private String
ComputedCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, String toReturnIfEmptyOrDefault, String defaultValue) ElementCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.WrappedCssStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.private static 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.DefinitionModifier and TypeMethodDescriptionfinal String
CSSStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition) Get the value for the style attribute.CSSStyleDeclaration.getStyleAttribute
(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.