List of usage examples for com.vaadin.server AbstractExtension subclass-usage
From source file org.opencms.ui.components.extensions.CmsAutoGrowingTextArea.java
/** * Extension to add a CSS class to any component depending on it's scroll position.<p> */ public class CmsAutoGrowingTextArea extends AbstractExtension { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsGwtDialogExtension.java
/** * Extension used to open existing GWT based dialogs (from ADE, etc.) from the server side, for use in context menu actions.<p> */ public class CmsGwtDialogExtension extends AbstractExtension implements I_CmsGwtDialogServerRpc { /** Logger instance for this class. */
From source file org.opencms.ui.components.extensions.CmsHistoryExtension.java
/** * Extension to allow clientside history back and forward.<p> */ public class CmsHistoryExtension extends AbstractExtension { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsMaxHeightExtension.java
/** * Allows the use of max height in combination with vaadin layout components.<p> */ public class CmsMaxHeightExtension extends AbstractExtension implements I_CmsMaxHeightServerRpc { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsPollServerExtension.java
/** * Allows the use of max height in combination with vaadin layout components.<p> */ public class CmsPollServerExtension extends AbstractExtension implements I_CmsPollServerRpc { /** Logger instance for this class. */
From source file org.opencms.ui.components.extensions.CmsPropertyDialogExtension.java
/**
* Extension used for the GWT-based property dialog called from the workplace.
*
* This keeps track of the list of resources which were visible when the property dialog was opened, allowing
* the user to navigate through the list with prev/next buttons.
*/
From source file org.opencms.ui.components.extensions.CmsScrollPositionCss.java
/** * Extension to add a CSS class to any component depending on it's scroll position.<p> */ public class CmsScrollPositionCss extends AbstractExtension { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsUploadAreaExtension.java
/** * Extends the given component to be an upload drop area.<p> */ public class CmsUploadAreaExtension extends AbstractExtension implements I_CmsUploadRpc { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsWindowCloseExtension.java
/** * Makes window close events available on the server side.<p> */ public class CmsWindowCloseExtension extends AbstractExtension implements I_CmsWindowCloseServerRpc { /** The serial version id. */
From source file org.opencms.ui.components.extensions.CmsWindowExtension.java
/**
* Extension used to open new browser windows.<p>
* While Page.open() can also be used to open new windows, it doesn't give you any feedback on whether
* opening the window was successful. Using this extension, it is possible to pass a callback which gets called
* with a parameter indicating whether opening the window succeeded or not.
*/