Package com.vaadin.shared.ui.link
Class LinkState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.link.LinkState
-
- All Implemented Interfaces:
Serializable
public class LinkState extends AbstractComponentState
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
name
String
target
BorderStyle
targetBorder
int
targetHeight
int
targetWidth
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description LinkState()
-
-
-
Field Detail
-
name
public String name
-
target
public String target
-
targetBorder
public BorderStyle targetBorder
-
targetWidth
public int targetWidth
-
targetHeight
public int targetHeight
-
-