Package br.com.davinti.vitruvio.ui.root
Class RootViewImpl
Object
RootViewImpl
- All Implemented Interfaces:
View,RootView,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHorizontalSplitPanelTextFieldComponentPopupViewVerticalLayoutgetTitle()HorizontalLayoutPopupButtonComponentvoidinit(ResumoNotificacoesPopupPresenter notificacoesPopup) voidsetCustomerLogo(Resource resource) voidsetCustomerLogoColor(CustomerLogo customerLogo) voidsetMainComponent(Component component) voidsetMenuComponent(Component component) voidsetMenuPicture(Resource resource)
-
Constructor Details
-
RootViewImpl
public RootViewImpl()
-
-
Method Details
-
init
-
setMenuPicture
public void setMenuPicture(Resource resource) - Specified by:
setMenuPicturein interfaceRootView
-
setCustomerLogo
public void setCustomerLogo(Resource resource) - Specified by:
setCustomerLogoin interfaceRootView
-
setCustomerLogoColor
public void setCustomerLogoColor(CustomerLogo customerLogo) - Specified by:
setCustomerLogoColorin interfaceRootView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
setMenuComponent
public void setMenuComponent(Component component) - Specified by:
setMenuComponentin interfaceRootView
-
getAreasLayout
public HorizontalSplitPanel getAreasLayout()- Specified by:
getAreasLayoutin interfaceRootView
-
setMainComponent
public void setMainComponent(Component component) - Specified by:
setMainComponentin interfaceRootView
-
getUpperMenu
- Specified by:
getUpperMenuin interfaceRootView
-
getUpperMenuLayout
public HorizontalLayout getUpperMenuLayout()- Specified by:
getUpperMenuLayoutin interfaceRootView
-
getFilter
public TextField getFilter() -
getSearchResultContainer
public VerticalLayout getSearchResultContainer()- Specified by:
getSearchResultContainerin interfaceRootView
-
getSearchPopup
public PopupView getSearchPopup()- Specified by:
getSearchPopupin interfaceRootView
-
getNotificationButton
public Component getNotificationButton()- Specified by:
getNotificationButtonin interfaceRootView
-
getUserMenuButton
public PopupButton getUserMenuButton()- Specified by:
getUserMenuButtonin interfaceRootView
-