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>, Comparable<ToastrPageConfigurator>, Comparator<ToastrPageConfigurator>

public class ToastrPageConfigurator extends Object implements com.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>
Since:
08 Jun 2017
Author:
GedMarc
  • 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>