Package br.com.davinti.vitruvio.ui.root
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 Summary
Modifier and TypeMethodDescriptionHorizontalSplitPanelTextFieldComponentPopupViewVerticalLayoutHorizontalLayoutPopupButtonvoidinit(ResumoNotificacoesPopupPresenter notificacoesPopup) voidsetCustomerLogo(Resource resource) voidsetCustomerLogoColor(CustomerLogo customerLogo) voidsetMainComponent(Component component) voidsetMenuComponent(Component component) voidsetMenuPicture(Resource resource) Methods inherited from interface View
getTitle, getViewComponent
-
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
-