Interface BeforeFormRepostCallback.Params

Enclosing interface:
BeforeFormRepostCallback

public static interface BeforeFormRepostCallback.Params
The parameters of the BeforeFormRepostCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns a string that represents the localized text of the "Cancel" action.
    default String
    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
    Returns a string that represents the localized dialog title.
  • Method Details

    • title

      default String title()
      Returns a string that represents the localized dialog title.
    • message

      default String message()
      Returns a string that represents the localized text of the form repost warning.
    • repostActionText

      default String repostActionText()
      Returns a string that represents the localized text of the "Repost" action.
    • cancelActionText

      default String cancelActionText()
      Returns a string that represents the localized text of the "Cancel" action.