public class DefaultInfoConfig extends InfoConfig
Info which supports a title and text.| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultInfoConfig.DefaultInfoConfigAppearance |
| Constructor and Description |
|---|
DefaultInfoConfig(DefaultInfoConfig.DefaultInfoConfigAppearance appearance,
String title,
String message) |
DefaultInfoConfig(String title,
String message)
Creates a new config.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getTitle() |
void |
setMessage(String message) |
void |
setTitle(String title) |
getDisplay, getHeight, getHideHandler, getShowHandler, getWidth, setDisplay, setHeight, setHideHandler, setShowHandler, setWidthpublic DefaultInfoConfig(String title, String message)
title - the title as HTMLmessage - the message as HTMLpublic DefaultInfoConfig(DefaultInfoConfig.DefaultInfoConfigAppearance appearance, String title, String message)
Copyright © 2012. All Rights Reserved.