public class DialogWB extends Object implements org.jrebirth.af.api.wave.WaveBean
| Modifier and Type | Class and Description |
|---|---|
static class |
DialogWB.DialogType |
| Modifier and Type | Field and Description |
|---|---|
private DialogWB.DialogType |
dialogType
The type of dialog to open.
|
private Throwable |
exception |
private String |
header |
private String |
message |
private String |
title |
| Constructor and Description |
|---|
DialogWB() |
| Modifier and Type | Method and Description |
|---|---|
DialogWB.DialogType |
getDialogType() |
Throwable |
getException() |
String |
getHeader() |
String |
getMessage() |
String |
getTitle() |
void |
setDialogType(DialogWB.DialogType dialogType) |
void |
setException(Throwable exception) |
void |
setHeader(String header) |
void |
setMessage(String message) |
void |
setTitle(String title) |
private DialogWB.DialogType dialogType
private String title
private String header
private String message
private Throwable exception
public DialogWB.DialogType getDialogType()
public void setDialogType(DialogWB.DialogType dialogType)
dialogType - The dialogType to set.public String getTitle()
public void setTitle(String title)
title - The title to set.public String getHeader()
public void setHeader(String header)
header - The header to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public Throwable getException()
public void setException(Throwable exception)
exception - The exception to set.Copyright © 2011–2016 JRebirth OSS. All rights reserved.