Serialized Form

  • Package com.jwebmp.plugins.toastr

    • Class com.jwebmp.plugins.toastr.ToastrFeature

      class ToastrFeature extends com.jwebmp.core.Feature<J extends ToastrFeature<J>,ToastrOptions<?>,J extends ToastrFeature<J>> implements Serializable
      • Serialized Fields

        • message
          String message
          The message of the toast
        • title
          String title
          The title of the toast
        • type
          ToastrType type
          The type of the toastr
    • Class com.jwebmp.plugins.toastr.ToastrOptions

      class ToastrOptions extends com.jwebmp.core.htmlbuilder.javascript.JavaScriptPart<J extends ToastrOptions<J>> implements Serializable
      • Serialized Fields

        • closeButton
          Boolean closeButton
          Show close button or not
        • debug
          Boolean debug
          Enable debug
        • escapeHtml
          Boolean escapeHtml
          Should the toast escape HTML
        • extendedTimeOut
          Integer extendedTimeOut
          The extended timeout duration
        • hideDuration
          Integer hideDuration
          The duration for the hide
        • hideEasing
          com.jwebmp.plugins.easingeffects.JQEasingEffects hideEasing
          The hide easing effect to show
        • hideMethod
          com.jwebmp.plugins.easingeffects.JQEasingEffects hideMethod
          Hide method animation effect
        • newestOnTop
          Boolean newestOnTop
          Newest on top
        • positionClass
          ToastrPosition positionClass
          Position of the toast
        • preventDuplicates
          Boolean preventDuplicates
          Prevents duplicate posts
        • progressBar
          Boolean progressBar
          Progress Bar
        • showDuration
          Integer showDuration
          The duration for the show
        • showEasing
          com.jwebmp.plugins.easingeffects.JQEasingEffects showEasing
          The easing effect to show
        • showMethod
          com.jwebmp.plugins.easingeffects.JQEasingEffects showMethod
          Whether or not to show the method
        • timeOut
          Integer timeOut
          The timeout duration