Class CSSUtils
java.lang.Object
com.webmethods.caf.faces.render.util.CSSUtils
CSS utility functions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
True if s is a valid css length (or percentage).
-
Field Details
-
TEXT_ALIGN_VALUES
Text-align property values. -
VERTICAL_ALIGN_VALUES
Vertical-align property values. (Arbitrary length is also allowed.) -
LENGTH_UNITS
Length units (including percentage). -
RE_LENGTH
Split length into number and units. -
RE_INTEGER
Matches if string is an integer value.
-
-
Constructor Details
-
CSSUtils
public CSSUtils()
-
-
Method Details
-
isValidLength
True if s is a valid css length (or percentage).
-