com.vaadin.client.extensions
Class BrowserWindowOpenerConnector

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.extensions.AbstractExtensionConnector
          extended by com.vaadin.client.extensions.BrowserWindowOpenerConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, StateChangeEvent.StateChangeHandler, ServerConnector, com.vaadin.shared.Connector, java.io.Serializable

public class BrowserWindowOpenerConnector
extends AbstractExtensionConnector

Client-side code for BrowserWindowOpener

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
Serialized Form

Constructor Summary
BrowserWindowOpenerConnector()
           
 
Method Summary
protected  void extend(ServerConnector target)
          Called when the extension is attached to its parent.
 com.vaadin.shared.ui.BrowserWindowOpenerState getState()
          Returns the shared state object for this connector.
 void onClick(ClickEvent event)
           
 
Methods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParent
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, unregisterRpc, updateEnabledState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserWindowOpenerConnector

public BrowserWindowOpenerConnector()
Method Detail

extend

protected void extend(ServerConnector target)
Description copied from class: AbstractExtensionConnector
Called when the extension is attached to its parent. This method is only called once as an extension cannot be moved from one parent to another.

Specified by:
extend in class AbstractExtensionConnector
Parameters:
target - The connector this extension extends

getState

public com.vaadin.shared.ui.BrowserWindowOpenerState getState()
Description copied from class: AbstractConnector
Returns the shared state object for this connector. Override this method to define the shared state type for your connector.

Specified by:
getState in interface ServerConnector
Overrides:
getState in class AbstractConnector
Returns:
the current shared state (never null)

onClick

public void onClick(ClickEvent event)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.