info.magnolia.ui.admincentral.usermenu
Interface UserMenuView

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

public interface UserMenuView
extends View

View displaying the current logged in user and providing user related actions. Allows registering actions.


Nested Class Summary
static interface UserMenuView.Listener
          Listener callback interface for presenter.
 
Method Summary
 void addAction(String name, String label)
           
 void setCaption(String caption)
           
 void setListener(UserMenuView.Listener listener)
           
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Method Detail

setListener

void setListener(UserMenuView.Listener listener)

addAction

void addAction(String name,
               String label)

setCaption

void setCaption(String caption)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.