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
Subclasses with type arguments of type StyleAttributes.Definition in org.htmlunit.cssModifier and TypeClassDescriptionstatic enumHolds information about a style attribute (CSS name, property name, browser availability, default computed value.Fields in org.htmlunit.css with type parameters of type StyleAttributes.DefinitionModifier and TypeFieldDescriptionprivate static final Set<StyleAttributes.Definition> ComputedCssStyleDeclaration.INHERITABLE_DEFINITIONSThe 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.DefinitionStyleAttributes.getDefinition(String propertyName, BrowserVersion browserVersion) Gets the style attributes definition with the given name for the specified browser version.static StyleAttributes.DefinitionReturns 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 StringComputedCssStyleDeclaration.defaultIfEmpty(String str, StyleAttributes.Definition definition) private StringComputedCssStyleDeclaration.defaultIfEmpty(String str, StyleAttributes.Definition definition, boolean isPixel) private StringAbstractCssStyleDeclaration.getBorderWidth(StyleAttributes.Definition borderSideWidth, StyleAttributes.Definition borderSide) Gets the border width for the specified sideprivate StringComputedCssStyleDeclaration.getMarginX(String superMarginX, StyleAttributes.Definition definition) abstract StringAbstractCssStyleDeclaration.getStyleAttribute(StyleAttributes.Definition definition, boolean getDefaultValueIfEmpty) Get the value for the style attribute.protected StringAbstractCssStyleDeclaration.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 StringComputedCssStyleDeclaration.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 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.DefinitionModifier and TypeMethodDescriptionfinal StringCSSStyleDeclaration.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.