public interface WidgetSetConfiguration
com.vaadin.shared.Version at runtime.| Modifier and Type | Method and Description |
|---|---|
WidgetSetConfiguration |
addon(String groupId,
String artifactId,
String version)
Add and add-on dependency to this Widget set.
|
WidgetSetConfiguration |
eager(Class<? extends com.vaadin.ui.Component> componentClass)
Make this component to use "eager" loading mechanism.
|
void |
init()
Use with all Vaadin UIs.
|
void |
init(String serviceUrl)
Use the given service URL.
|
void |
init(com.vaadin.ui.UI ui)
Use in a single Vaadin UI only.
|
void init()
void init(com.vaadin.ui.UI ui)
ui - The UI where to use this widget set.void init(String serviceUrl)
serviceUrl - WidgetSetConfiguration addon(String groupId, String artifactId, String version)
groupId - Maven group idartifactId - Maven artifact idversion - Maven versionWidgetSetConfiguration eager(Class<? extends com.vaadin.ui.Component> componentClass)
componentClass - Vaadin component that should be loaded eagerly to
client-side.Copyright © 2015. All rights reserved.