public interface PatternFlyClientBundle
extends com.google.gwt.resources.client.ClientBundle
Modifier and Type | Field and Description |
---|---|
static PatternFlyClientBundle |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.TextResource |
bootstrapDateRangePicker() |
com.google.gwt.resources.client.TextResource |
bootstrapSelect() |
com.google.gwt.resources.client.TextResource |
moment() |
com.google.gwt.resources.client.TextResource |
patternFly() |
com.google.gwt.resources.client.TextResource |
prettify() |
static final PatternFlyClientBundle INSTANCE
@ClientBundle.Source(value="org/uberfire/client/views/static/prettify/bin/prettify.min.js") com.google.gwt.resources.client.TextResource prettify()
@ClientBundle.Source(value="org/uberfire/client/views/static/bootstrap-select/js/bootstrap-select.min.js") com.google.gwt.resources.client.TextResource bootstrapSelect()
@ClientBundle.Source(value="org/uberfire/client/views/static/js/patternfly.min.js") com.google.gwt.resources.client.TextResource patternFly()
@ClientBundle.Source(value="org/uberfire/client/views/static/moment/moment-with-locales.min.js") com.google.gwt.resources.client.TextResource moment()
@ClientBundle.Source(value="org/uberfire/client/views/static/bootstrap-daterangepicker/daterangepicker.js") com.google.gwt.resources.client.TextResource bootstrapDateRangePicker()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.