info.magnolia.pages.app.editor
Class PagesEditorSubAppViewImpl

java.lang.Object
  extended by info.magnolia.pages.app.editor.PagesEditorSubAppViewImpl
All Implemented Interfaces:
PagesEditorSubAppView, View, ContentSubAppView, Serializable

public class PagesEditorSubAppViewImpl
extends Object
implements PagesEditorSubAppView

PageEditorViewImpl.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.pages.app.editor.PagesEditorSubAppView
PagesEditorSubAppView.Listener
 
Constructor Summary
PagesEditorSubAppViewImpl(PageBarView pageBarView)
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 void hideActionbar(boolean hide)
          Shows/hides the actionbar.
 void setActionbarView(ActionbarView actionBar)
          Use this method to add an action bar to this sub app view.
 void setContentView(View view)
           
 void setListener(PagesEditorSubAppView.Listener listener)
           
 void setPageBarView(PageBarView pageBarView)
           
 void setPageEditorView(PageEditorView pageEditor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagesEditorSubAppViewImpl

@Inject
public PagesEditorSubAppViewImpl(PageBarView pageBarView)
Method Detail

setListener

public void setListener(PagesEditorSubAppView.Listener listener)
Specified by:
setListener in interface PagesEditorSubAppView

setPageBarView

public void setPageBarView(PageBarView pageBarView)
Specified by:
setPageBarView in interface PagesEditorSubAppView

setPageEditorView

public void setPageEditorView(PageEditorView pageEditor)
Specified by:
setPageEditorView in interface PagesEditorSubAppView

setActionbarView

public void setActionbarView(ActionbarView actionBar)
Description copied from interface: PagesEditorSubAppView
Use this method to add an action bar to this sub app view.

Specified by:
setActionbarView in interface PagesEditorSubAppView

asVaadinComponent

public com.vaadin.ui.Component asVaadinComponent()
Description copied from interface: View
Returns the Vaadin component managed by this view.

Specified by:
asVaadinComponent in interface View

hideActionbar

public void hideActionbar(boolean hide)
Description copied from interface: PagesEditorSubAppView
Shows/hides the actionbar. It has no effect if the actionbar hasn't yet been set.

Specified by:
hideActionbar in interface PagesEditorSubAppView

setContentView

public void setContentView(View view)
Specified by:
setContentView in interface ContentSubAppView


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