Package com.jwebmp.plugins.toastr
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.jwebmp.core.Pageconfigure(com.jwebmp.core.Page page)booleanenabled()static booleanisEnabled()Method 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, wait
-
-
-
-
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:
configurein interfacecom.jwebmp.core.services.IPageConfigurator<ToastrPageConfigurator>
-
enabled
public boolean enabled()
- Specified by:
enabledin interfacecom.guicedee.guicedinjection.interfaces.IServiceEnablement<ToastrPageConfigurator>
-
-