T - return type of fluent API methodspublic static interface Dialogs.HasCaption<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption() |
T |
withCaption(java.lang.String caption)
Sets caption text.
|
T withCaption(@Nullable java.lang.String caption)
caption - caption textjava.lang.String getCaption()