Class PatternFlyBootstrapper
- java.lang.Object
-
- org.uberfire.client.views.pfly.sys.PatternFlyBootstrapper
-
public class PatternFlyBootstrapper extends Object
Utilities for ensuring the PatternFly/BS3 system is working early enough that the app can start correctly.
-
-
Constructor Summary
Constructors Constructor Description PatternFlyBootstrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidensureBootstrapDateRangePickerIsAvailable()static voidensureBootstrapSelectIsAvailable()static voidensureD3IsAvailable()static voidensurejQueryIsAvailable()Uses GWT's ScriptInjector to put jQuery in the page if it isn't already.static voidensureJQueryUIIsAvailable()static voidensureMomentIsAvailable()static voidensureMomentTimeZoneIsAvailable()static voidensureMonacoEditorLoaderIsAvailable()static voidensurePatternFlyIsAvailable()static voidensurePrettifyIsAvailable()
-
-
-
Method Detail
-
ensurejQueryIsAvailable
public static void ensurejQueryIsAvailable()
Uses GWT's ScriptInjector to put jQuery in the page if it isn't already. All Errai IOC beans that rely on GWTBootstrap 3 widgets should call this before creating their first such widget.
-
ensurePrettifyIsAvailable
public static void ensurePrettifyIsAvailable()
-
ensureBootstrapSelectIsAvailable
public static void ensureBootstrapSelectIsAvailable()
-
ensurePatternFlyIsAvailable
public static void ensurePatternFlyIsAvailable()
-
ensureMomentIsAvailable
public static void ensureMomentIsAvailable()
-
ensureMomentTimeZoneIsAvailable
public static void ensureMomentTimeZoneIsAvailable()
-
ensureBootstrapDateRangePickerIsAvailable
public static void ensureBootstrapDateRangePickerIsAvailable()
-
ensureD3IsAvailable
public static void ensureD3IsAvailable()
-
ensureJQueryUIIsAvailable
public static void ensureJQueryUIIsAvailable()
-
ensureMonacoEditorLoaderIsAvailable
public static void ensureMonacoEditorLoaderIsAvailable()
-
-