public abstract class AbstractWidthReadHandler extends Object implements CSSValueReadHandler
Modifier | Constructor and Description |
---|---|
protected |
AbstractWidthReadHandler(boolean allowPercentages,
boolean allowAuto) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
createValue(StyleKey name,
org.w3c.css.sac.LexicalUnit value) |
boolean |
isAllowAuto() |
boolean |
isAllowPercentages() |
protected CSSValue |
parseWidth(org.w3c.css.sac.LexicalUnit value) |
protected AbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto)
public boolean isAllowPercentages()
public boolean isAllowAuto()
public CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
createValue
in interface CSSValueReadHandler
protected CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
Copyright © 2018 Hitachi Vantara. All rights reserved.