public static interface BeforeFormRepostCallback.Params
BeforeFormRepostCallback
.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
cancelActionText()
Returns a string that represents the localized text of the "Cancel" action.
|
default java.lang.String |
message()
Returns a string that represents the localized text of the form repost warning.
|
default java.lang.String |
repostActionText()
Returns a string that represents the localized text of the "Repost" action.
|
default java.lang.String |
title()
Returns a string that represents the localized dialog title.
|
default java.lang.String title()
default java.lang.String message()
default java.lang.String repostActionText()
default java.lang.String cancelActionText()