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
-
Field Summary
Fields inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService
loaderClasses -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull com.jwebmp.core.Page<?>configure(com.jwebmp.core.Page<?> page) booleanenabled()static booleanMethod isEnabled returns the enabled of this AngularAnimatedChangePageConfigurator object.static voidsetEnabled(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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods 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:
configurein interfacecom.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>
-
enabled
public boolean enabled()- Specified by:
enabledin interfacecom.guicedee.guicedinjection.interfaces.IServiceEnablement<ToastrPageConfigurator>
-