Interface RootView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
RootViewImpl

public interface RootView extends View
Area de exibicao principal do Autmix
Author:
Eduardo Frazao
  • Method Details

    • setMainComponent

      void setMainComponent(Component component)
    • setMenuComponent

      void setMenuComponent(Component component)
    • setCustomerLogo

      void setCustomerLogo(Resource resource)
    • setCustomerLogoColor

      void setCustomerLogoColor(CustomerLogo customerLogo)
    • getUpperMenu

      UpperMenuBar getUpperMenu()
    • getFilter

      TextField getFilter()
    • getUpperMenuLayout

      HorizontalLayout getUpperMenuLayout()
    • getAreasLayout

      HorizontalSplitPanel getAreasLayout()
    • setMenuPicture

      void setMenuPicture(Resource resource)
    • getUserMenuButton

      PopupButton getUserMenuButton()
    • getNotificationButton

      Component getNotificationButton()
    • getSearchResultContainer

      VerticalLayout getSearchResultContainer()
    • getSearchPopup

      PopupView getSearchPopup()
    • init

      void init(ResumoNotificacoesPopupPresenter notificacoesPopup)