com.vaadin.addon.touchkit.gwt.client.vcom.popover
Class PopoverState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.panel.PanelState
              extended by com.vaadin.shared.ui.window.WindowState
                  extended by com.vaadin.addon.touchkit.gwt.client.vcom.popover.PopoverState
All Implemented Interfaces:
Serializable

public class PopoverState
extends com.vaadin.shared.ui.window.WindowState

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.vaadin.shared.ui.window.WindowState
assistivePostfix, assistivePrefix, assistiveTabStop, assistiveTabStopBottomText, assistiveTabStopTopText, centered, contentDescription, draggable, modal, positionX, positionY, resizable, resizeLazy, role, windowMode
 
Fields inherited from class com.vaadin.shared.ui.panel.PanelState
scrollLeft, scrollTop, tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
PopoverState()
           
 
Method Summary
 com.vaadin.shared.Connector getRelatedComponent()
           
 boolean isFullscreen()
           
 void setFullscreen(boolean fullscreen)
           
 void setRelatedComponent(com.vaadin.shared.Connector relativeComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopoverState

public PopoverState()
Method Detail

isFullscreen

public boolean isFullscreen()

setFullscreen

public void setFullscreen(boolean fullscreen)

getRelatedComponent

public com.vaadin.shared.Connector getRelatedComponent()

setRelatedComponent

public void setRelatedComponent(com.vaadin.shared.Connector relativeComponent)


Copyright © 2014 Vaadin Ltd. All rights reserved.