Serialized Form

  • Package com.jwebmp.plugins.toastr

    • Class com.jwebmp.plugins.toastr.ToastrFeature extends com.jwebmp.core.Feature<J extends ToastrFeature<J>,​ToastrOptions<?>,​J extends ToastrFeature<J>> implements Serializable

      • Serialized Fields

        • message
          java.lang.String message
          The message of the toast
        • title
          java.lang.String title
          The title of the toast
        • type
          ToastrType type
          The type of the toastr
    • Class com.jwebmp.plugins.toastr.ToastrOptions extends com.jwebmp.core.htmlbuilder.javascript.JavaScriptPart<J extends ToastrOptions<J>> implements Serializable

      • Serialized Fields

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