com.vaadin.ui.

Class HasComponents.ComponentAttachEvent

    • Constructor Detail

      • ComponentAttachEvent

        public ComponentAttachEvent​(HasComponents container,
                                    Component attachedComponent)

        Creates a new attach event.

        Parameters:

        container - the container the component has been detached to.

        attachedComponent - the component that has been attached.

    • Method Detail

      • getContainer

        public HasComponents getContainer()

        Gets the component container.

      • getAttachedComponent

        public Component getAttachedComponent()

        Gets the attached component.