Class ToastrPageConfigurator

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      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 Detail

      • ToastrPageConfigurator

        public ToastrPageConfigurator()
    • Method Detail

      • 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>