public interface EnvironmentWarningConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColour() |
String |
getMessage() |
String |
getTextColour() |
String |
isEnabled() |
void |
setBackgroundColour(String colour) |
void |
setEnabled(Boolean enabled) |
void |
setMessage(String message) |
void |
setTextColour(String colour) |
String isEnabled()
void setEnabled(Boolean enabled)
String getMessage()
void setMessage(String message)
String getBackgroundColour()
void setBackgroundColour(String colour)
String getTextColour()
void setTextColour(String colour)
Copyright © 2017. All rights reserved.