|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.style.Background
public class Background
A utility class used to enforce a application wide standard background
colour for components that need a standard background colour. Note that
this class uses ColorKit.makeColor(String) to
initialise the colour. Please use a format as documented.
The default colour to use may be specified as a system property or as
a servlet init-param if using the echopoint.Servlet in
your application. The key to use is echopoint.style.Background.value.
| Field Summary | |
|---|---|
static String |
BACKGROUND
The default background value to use if not configured. |
static String |
BACKGROUND_KEY
The property used to configure the default colour. |
| Constructor Summary | |
|---|---|
Background()
|
|
| Method Summary | |
|---|---|
static Color |
getInstance()
Return the default background colour. |
static void |
setBackground(String value)
Set the default colour value to use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BACKGROUND_KEY
public static final String BACKGROUND
| Constructor Detail |
|---|
public Background()
| Method Detail |
|---|
public static Color getInstance()
public static void setBackground(String value)
value - The colour value to use.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||