org.kuali.rice.kns.uif
Class CssConstants
java.lang.Object
org.kuali.rice.kns.uif.CssConstants
public class CssConstants
- extends Object
Constants for CSS style strings
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
static String |
getCssStyle(String style,
String... parameters)
Replaces parameters in the given CSS string with the corresponding
parameter values given |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISPLAY
public static final String DISPLAY
- See Also:
- Constant Field Values
TEXT_ALIGN
public static final String TEXT_ALIGN
- See Also:
- Constant Field Values
VERTICAL_ALIGN
public static final String VERTICAL_ALIGN
- See Also:
- Constant Field Values
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
CssConstants
public CssConstants()
getCssStyle
public static final String getCssStyle(String style,
String... parameters)
- 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:
- String given string with filled parameters
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.