Package com.orchestranetworks.ui
Class UICSSUtils
- java.lang.Object
-
- com.orchestranetworks.ui.UICSSUtils
-
public final class UICSSUtils extends Object
This class defines server-side CSS utilities.- Since:
- 5.2.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFieldWidth(int oldSizeValue)
This method computes the CSS inline style width of aninput
element.
-
-
-
Method Detail
-
getFieldWidth
public static String getFieldWidth(int oldSizeValue)
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.
-
-