Interface BeforeFormRepostCallback.Params
- Enclosing interface:
- BeforeFormRepostCallback
public static interface BeforeFormRepostCallback.Params
The parameters of the
BeforeFormRepostCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault String
Returns a string that represents the localized text of the "Cancel" action.default String
message()
Returns a string that represents the localized text of the form repost warning.default String
Returns a string that represents the localized text of the "Repost" action.default String
title()
Returns a string that represents the localized dialog title.
-
Method Details
-
title
Returns a string that represents the localized dialog title. -
message
Returns a string that represents the localized text of the form repost warning. -
repostActionText
Returns a string that represents the localized text of the "Repost" action. -
cancelActionText
Returns a string that represents the localized text of the "Cancel" action.
-