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.extension.
Class PartInformationState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.extension.PartInformationState
-
All Implemented Interfaces:
Direct Known Subclasses:
public class PartInformationState extends SharedState
Shared state for
AbstractEventTriggerExtensionConnector
extension.Since:
8.4
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description String
partInformation
Information passed to the widget on the client side, to allow it to attach to the correct DOM element.
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description PartInformationState()
-
-
-
Field Detail
-
partInformation
public String partInformation
Information passed to the widget on the client side, to allow it to attach to the correct DOM element.
-
-