Package org.kuali.rice.krad.uif
Class CssConstants
java.lang.Object
org.kuali.rice.krad.uif.CssConstants
Constants for CSS style strings
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetCssStyle(String style, String... parameters) Replaces parameters in the given CSS string with the corresponding parameter values given
-
Field Details
-
DISPLAY
- See Also:
-
TEXT_ALIGN
- See Also:
-
VERTICAL_ALIGN
- See Also:
-
WIDTH
- See Also:
-
HEIGHT
- See Also:
-
OVERFLOW
- See Also:
-
-
Constructor Details
-
CssConstants
public CssConstants()
-
-
Method Details
-
getCssStyle
Replaces parameters in the given CSS string with the corresponding parameter values given- Parameters:
style- string with parameters to replaceparameters- one or more parameter values- Returns:
- given string with filled parameters
-