We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
public class LinkState extends AbstractComponentState
See Also:
-
-
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, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, 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
-
-