Example usage for com.vaadin.server AbstractExtension subclass-usage

List of usage examples for com.vaadin.server AbstractExtension subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.server AbstractExtension subclass-usage.

Usage

From source file org.opencms.ui.dialogs.CmsEmbeddedDialogContext.java

/**
 * Context for dialogs embedded into plain GWT modules.<p>
 */
public class CmsEmbeddedDialogContext extends AbstractExtension implements I_CmsDialogContext {

    /** Pattern to check if a given server link starts with with a protocol string. */

From source file org.opencms.ui.dialogs.permissions.CmsPrincipalSelectExtension.java

/**
 * The principal select extension. Handles communication between the select dialog iframe and the server.<p>
 */
public class CmsPrincipalSelectExtension extends AbstractExtension implements I_CmsPrincipalSelectRpc {

    /** The serial version id. */

From source file org.opencms.ui.editors.CmsEditorStateExtension.java

/**
 * Extension for iFrame embedded editors storing the changed state of the edited content.<p>
 */
public class CmsEditorStateExtension extends AbstractExtension implements I_CmsEditorStateRPC {

    /** The serial version id. */

From source file org.opencms.ui.login.CmsLoginTargetOpener.java

/**
 * Server side component used to open the login target for a logged in user.<p>
 */
public class CmsLoginTargetOpener extends AbstractExtension {

    /** The serial version id. */

From source file org.opencms.ui.sitemap.CmsSitemapExtension.java

/**
 * Extension used for the Vaadin dialogs in the sitemap editor.<p>
 */
public class CmsSitemapExtension extends AbstractExtension implements I_CmsSitemapServerRpc {

    /**

From source file org.vaadin.addons.portallayout.portlet.Portlet.java

/**
 * Extends a component on the client-side by providing a chrome with controls, icon and a caption.
 */
public class Portlet extends AbstractExtension {

    /**

From source file org.vaadin.alump.beforeunload.BeforeUnload.java

/**
 * Simple extension that offers access to onBeforeUnload events and this way
 * adding verification dialogs when user is trying to exit/reload the
 * application page. In normal use case you want to call
 * BeforeUnload.setExitVerification(message) to enable verification and then
 * BeforeUnload.unsetExitVerification() to disable it.

From source file org.vaadin.alump.masonry.ImagesLoadedExtension.java

/**
 * Extension that will attach imagesLoaded library to component
 * given. Components that implement ImagesLoadedClientListener on
 * client side will be also notified on client side.
 *
 * This extension is in experimental state. And for now for use

From source file org.vaadin.alump.offlinebuilder.OfflineFormReader.java

/**
 * Extension that can be used to read data entered in offine mode
 */
public class OfflineFormReader extends AbstractExtension {

    protected Map<String, List<DataReadListener>> listeners = new HashMap<String, List<DataReadListener>>();

From source file org.vaadin.alump.offlinebuilder.OfflineUIExtension.java

/**
 * Extension used
 */
public class OfflineUIExtension extends AbstractExtension {

    private OfflineUIExtension() {