Class DefaultInfoPanelItem

    • Constructor Detail

      • DefaultInfoPanelItem

        public DefaultInfoPanelItem()
    • Method Detail

      • getComponent

        public com.vaadin.ui.Component getComponent()
        Description copied from interface: InfoPanelItem
        The vaadin component displayed to the user.
        Specified by:
        getComponent in interface InfoPanelItem
        Returns:
        a component
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: InfoPanelItem
        The title displayed to the user.
        Specified by:
        getTitle in interface InfoPanelItem
        Returns:
        a short title string
      • getOrder

        public int getOrder()
        Description copied from interface: InfoPanelItem
        The order of the item in which it should occur.
        Specified by:
        getOrder in interface InfoPanelItem
        Returns:
        a number used to sort the contribution
      • getId

        public java.lang.String getId()
        Description copied from interface: InfoPanelItem
        The id of the component.
        Specified by:
        getId in interface InfoPanelItem
        Returns:
        the id of the component.