Package com.vaadin.shared.extension
Class PartInformationState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.extension.PartInformationState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BrowserWindowOpenerState
,FileDownloaderState
public class PartInformationState extends SharedState
Shared state forAbstractEventTriggerExtensionConnector
extension.- Since:
- 8.4
- See Also:
- Serialized Form
-
-
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.
-
-