Interface InfoPanelItem

    • Method Detail

      • getComponent

        com.vaadin.ui.Component getComponent()
        The vaadin component displayed to the user.
        Returns:
        a component
      • getTitle

        String getTitle()
        The title displayed to the user.
        Returns:
        a short title string
      • getOrder

        int getOrder()
        The order of the item in which it should occur.
        Returns:
        a number used to sort the contribution
      • getId

        default String getId()
        The id of the component.
        Returns:
        the id of the component.