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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFieldWidth (int oldSizeValue)This method computes the CSS inline style width of aninputelement.
 
-   
-   Method Detail- getFieldWidth- public static String getFieldWidth(int oldSizeValue) This method computes the CSS inline style width of an- inputelement.- The attribute - size="integer"in- inputelements 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.
 
 
-