public class CssConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CssConstants.Displays |
static class |
CssConstants.Margins |
static class |
CssConstants.Padding |
static class |
CssConstants.TextAligns |
static class |
CssConstants.VerticalAligns |
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY |
static String |
TEXT_ALIGN |
static String |
VERTICAL_ALIGN |
static String |
WIDTH |
| Constructor and Description |
|---|
CssConstants() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getCssStyle(String style,
String... parameters)
Replaces parameters in the given CSS string with the corresponding
parameter values given
|
public static final String DISPLAY
public static final String TEXT_ALIGN
public static final String VERTICAL_ALIGN
public static final String WIDTH
public CssConstants()
public static final String getCssStyle(String style, String... parameters)
style - - String with parameters to replaceparameters - - One or more parameter valuesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.