com.vaadin.client.ui.

Class AbstractSingleComponentContainerConnector

    • Constructor Detail

      • AbstractSingleComponentContainerConnector

        public AbstractSingleComponentContainerConnector()
    • Method Detail

      • getContent

        protected ComponentConnector getContent()

        Returns the content (only/first child) of the container.

        Returns:

        child connector or null if none (e.g. invisible or not set on server)

      • getContentWidget

        protected com.google.gwt.user.client.ui.Widget getContentWidget()

        Returns the widget (if any) of the content of the container.

        Returns:

        widget of the only/first connector of the container, null if no content or if there is no widget for the connector