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 StringgetFieldWidth(int oldSizeValue) This method computes the CSS inline style width of aninputelement.
-
Method Details
-
getFieldWidth
This method computes the CSS inline style width of aninputelement.The attribute
size="integer"ininputelements 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.
-