Interface ShorthandManager.PropertyHandler
-
- All Known Implementing Classes:
CSSEngine.StyleDeclarationBuilder
,CSSEngine.StyleDeclarationDocumentHandler
,CSSEngine.StyleDeclarationUpdateHandler
,CSSEngine.StyleSheetDocumentHandler
- Enclosing interface:
- ShorthandManager
public static interface ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
property(java.lang.String name, org.w3c.css.sac.LexicalUnit value, boolean important)
-