|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Extension | |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui | |
| Uses of Extension in com.vaadin.server |
|---|
| Classes in com.vaadin.server that implement Extension | |
|---|---|
class |
AbstractExtension
An extension is an entity that is attached to a Component or another Extension and independently communicates between client and server. |
class |
AbstractJavaScriptExtension
Base class for Extensions with all client-side logic implemented using JavaScript. |
class |
BrowserPopupOpener
Component extension that opens a browser popup window when the extended component is clicked. |
class |
FileDownloader
Extension that starts a download when the extended component is clicked. |
| Methods in com.vaadin.server that return types with arguments of type Extension | |
|---|---|
java.util.Collection<Extension> |
AbstractClientConnector.getExtensions()
|
java.util.Collection<Extension> |
DragAndDropService.getExtensions()
|
java.util.Collection<Extension> |
ClientConnector.getExtensions()
Get a read-only collection of all extensions attached to this connector. |
| Methods in com.vaadin.server with parameters of type Extension | |
|---|---|
protected void |
AbstractClientConnector.addExtension(Extension extension)
Add an extension to this connector. |
void |
AbstractClientConnector.removeExtension(Extension extension)
|
void |
DragAndDropService.removeExtension(Extension extension)
|
void |
ClientConnector.removeExtension(Extension extension)
Remove an extension from this connector. |
| Uses of Extension in com.vaadin.ui |
|---|
| Classes in com.vaadin.ui that implement Extension | |
|---|---|
class |
JavaScript
Provides access to JavaScript functionality in the web browser. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||