info.magnolia.ui.vaadin.editor.pagebar
Interface PageBarView

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

public interface PageBarView
extends View

Interface of the page bar view - a top-most component in the page editor that contains the name of the current displayed page and the selectors of language/platform.


Nested Class Summary
static interface PageBarView.Listener
          Listener interface for PageBarView.
 
Method Summary
 void setCurrentLanguage(Locale locale)
           
 void setListener(PageBarView.Listener listener)
           
 void setPageName(String pageTitle, String path)
           
 void setPlatFormType(PlatformType targetPreviewPlatform)
           
 void togglePreviewMode(boolean isPreview)
           
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Method Detail

setPageName

void setPageName(String pageTitle,
                 String path)

setListener

void setListener(PageBarView.Listener listener)

setCurrentLanguage

void setCurrentLanguage(Locale locale)

togglePreviewMode

void togglePreviewMode(boolean isPreview)

setPlatFormType

void setPlatFormType(PlatformType targetPreviewPlatform)


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