public interface WidgetsetInfo extends Serializable
In addition to explicit use within the framework, adding a class called
AppWidgetset implementing this interface in the default package will
configure the widgetset to use unless the user has explicitly selected a
different widgetset. See BootstrapHandler
and UIProvider
for
more information.
Modifier and Type | Method and Description |
---|---|
String |
getWidgetsetName()
Returns the name of the widgetset to use.
|
String |
getWidgetsetUrl()
Returns the widgetset URL.
|
boolean |
isCdn()
If cdn is true, the client side should wait if it didn't manage to load
the widgetset, as it might still be compiling.
|
String getWidgetsetName()
String getWidgetsetUrl()
boolean isCdn()
Copyright © 2019 Vaadin Ltd. All rights reserved.