Package com.orchestranetworks.ui
Class UICSSUtils
java.lang.Object
com.orchestranetworks.ui.UICSSUtils
This class defines server-side CSS utilities.
- Since:
- 5.2.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFieldWidth
(int oldSizeValue) This method computes the CSS inline style width of aninput
element.
-
Method Details
-
getFieldWidth
This method computes the CSS inline style width of aninput
element.The attribute
size="integer"
ininput
elements is deprecated, it is recommended to use CSS instead. As no equivalence exists in CSS units for the "average width of letter", this function proposes an equivalent in x-height.
-