Class SrcCssProperty
java.lang.Object
com.webfirmframework.wffweb.css.core.AbstractCssProperty<Src>
com.webfirmframework.wffweb.css.Src
com.webfirmframework.wffweb.css.SrcCssProperty
- All Implemented Interfaces:
CssProperty
,Serializable
,Cloneable
src: URL;Defines the URL(s) where the font needs to be downloaded from. This css property is applicable inside
@font-face
css selector.
This SrcCssProperty
is using Src
css property. This class is
introduced to avoid conflicts with
Src
attribute class.- Since:
- 2.1.11
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webfirmframework.wffweb.css.Src
getCssName, getCssValue, setCssValue, toString
Methods inherited from class com.webfirmframework.wffweb.css.core.AbstractCssProperty
clone, getStateChangeInformer, isAlreadyInUse, setAlreadyInUse, setStateChangeInformer, toCssString
-
Constructor Details
-
SrcCssProperty
-