Interface PatternFlyClientBundle
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface PatternFlyClientBundle extends com.google.gwt.resources.client.ClientBundle
-
-
Field Summary
Fields Modifier and Type Field Description static PatternFlyClientBundleINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.TextResourcebootstrapDateRangePicker()com.google.gwt.resources.client.TextResourcebootstrapSelect()com.google.gwt.resources.client.TextResourced3()com.google.gwt.resources.client.TextResourcejQueryUI()com.google.gwt.resources.client.TextResourcemoment()com.google.gwt.resources.client.TextResourcemomentTimeZone()com.google.gwt.resources.client.TextResourcemonacoEditor()com.google.gwt.resources.client.TextResourcepatternFly()com.google.gwt.resources.client.TextResourceprettify()
-
-
-
Field Detail
-
INSTANCE
static final PatternFlyClientBundle INSTANCE
-
-
Method Detail
-
prettify
@Source("org/uberfire/client/views/static/prettify/bin/prettify.min.js") com.google.gwt.resources.client.TextResource prettify()
-
bootstrapSelect
@Source("org/uberfire/client/views/static/bootstrap-select/js/bootstrap-select.min.js") com.google.gwt.resources.client.TextResource bootstrapSelect()
-
patternFly
@Source("org/uberfire/client/views/static/js/patternfly.min.js") com.google.gwt.resources.client.TextResource patternFly()
-
moment
@Source("org/uberfire/client/views/static/moment/moment-with-locales.min.js") com.google.gwt.resources.client.TextResource moment()
-
momentTimeZone
@Source("org/uberfire/client/views/static/moment-timezone/moment-timezone-with-data-2012-2022.min.js") com.google.gwt.resources.client.TextResource momentTimeZone()
-
bootstrapDateRangePicker
@Source("org/uberfire/client/views/static/bootstrap-daterangepicker/daterangepicker.js") com.google.gwt.resources.client.TextResource bootstrapDateRangePicker()
-
d3
@Source("org/uberfire/client/views/static/d3/d3.min.js") com.google.gwt.resources.client.TextResource d3()
-
jQueryUI
@Source("org/uberfire/client/views/static/jquery-ui/jquery-ui.min.js") com.google.gwt.resources.client.TextResource jQueryUI()
-
monacoEditor
@Source("org/uberfire/client/views/static/appformer-js-monaco/monaco.min.js") com.google.gwt.resources.client.TextResource monacoEditor()
-
-