com.vaadin.shared.ui.link
Class LinkState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.link.LinkState
All Implemented Interfaces:
java.io.Serializable

public class LinkState
extends AbstractComponentState

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 java.lang.String target
           
 BorderStyle targetBorder
           
 int targetHeight
           
 int targetWidth
           
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
LinkState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

target

public java.lang.String target

targetBorder

public BorderStyle targetBorder

targetWidth

public int targetWidth

targetHeight

public int targetHeight
Constructor Detail

LinkState

public LinkState()


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