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.grid.
Class DetailsManagerState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.extension.abstractlisting.AbstractListingExtensionState
-
- com.vaadin.shared.ui.grid.AbstractGridExtensionState
-
- com.vaadin.shared.ui.grid.DetailsManagerState
-
All Implemented Interfaces:
public class DetailsManagerState extends AbstractGridExtensionState
Shared state for DetailsManager extension.
Since:
8.0
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hasDetailsGenerator
For informing the connector when details handling can be skipped altogether as it's not possible to have any details rows without a generator.
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor Description DetailsManagerState()
-