Class DetailComponent

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
com.storedobject.vaadin.DetailComponent
All Implemented Interfaces:
HasSize, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable

@Tag("div") public class DetailComponent extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div> implements HasSize
A component with a "header" and a "detail" part. The "detail" part is normally hidden and only the "header" part is visible. The visibility of the "detail" part can be toggled by clicking on the "header" part.
Author:
Syam (Initial version was written by Anand Jeypal)
See Also: