public class CssConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CssConstants.Classes |
static class |
CssConstants.CssGrid |
static class |
CssConstants.Displays |
static class |
CssConstants.Margins |
static class |
CssConstants.Padding |
static class |
CssConstants.ProgressBar |
static class |
CssConstants.Tabs |
static class |
CssConstants.TextAligns |
static class |
CssConstants.VerticalAligns |
Modifier and Type | Field and Description |
---|---|
static String |
DISPLAY |
static String |
HEIGHT |
static String |
OVERFLOW |
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 static final String HEIGHT
public static final String OVERFLOW
public CssConstants()
public static final String getCssStyle(String style, String... parameters)
style
- string with parameters to replaceparameters
- one or more parameter valuesCopyright © 2005–2015 The Kuali Foundation. All rights reserved.