Class ToastrPageConfigurator

java.lang.Object
com.jwebmp.plugins.toastr.ToastrPageConfigurator
All Implemented Interfaces:
com.guicedee.guicedinjection.interfaces.IDefaultService<ToastrPageConfigurator>, com.guicedee.guicedinjection.interfaces.IServiceEnablement<ToastrPageConfigurator>, com.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>, java.lang.Comparable<ToastrPageConfigurator>, java.util.Comparator<ToastrPageConfigurator>

public class ToastrPageConfigurator
extends java.lang.Object
implements com.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>
Since:
08 Jun 2017
Author:
GedMarc
  • Constructor Summary

    Constructors
    Constructor Description
    ToastrPageConfigurator()  
  • Method Summary

    Modifier and Type Method Description
    @NotNull com.jwebmp.core.Page<?> configure​(com.jwebmp.core.Page<?> page)  
    boolean enabled()  
    static boolean isEnabled()
    Method isEnabled returns the enabled of this AngularAnimatedChangePageConfigurator object.
    static void setEnabled​(boolean mustEnable)
    Method setEnabled sets the enabled of this AngularAnimatedChangePageConfigurator object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Comparator

    equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong

    Methods inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService

    compare, compareTo, sortOrder
  • Constructor Details

    • ToastrPageConfigurator

      public ToastrPageConfigurator()
  • Method Details

    • isEnabled

      public static boolean isEnabled()
      Method isEnabled returns the enabled of this AngularAnimatedChangePageConfigurator object.

      If this configurator is enabled

      Returns:
      the enabled (type boolean) of this AngularAnimatedChangePageConfigurator object.
    • setEnabled

      public static void setEnabled​(boolean mustEnable)
      Method setEnabled sets the enabled of this AngularAnimatedChangePageConfigurator object.

      If this configurator is enabled

      Parameters:
      mustEnable - the enabled of this AngularAnimatedChangePageConfigurator object.
    • configure

      @NotNull public @NotNull com.jwebmp.core.Page<?> configure​(com.jwebmp.core.Page<?> page)
      Specified by:
      configure in interface com.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>
    • enabled

      public boolean enabled()
      Specified by:
      enabled in interface com.guicedee.guicedinjection.interfaces.IServiceEnablement<ToastrPageConfigurator>