info.magnolia.sample.app.main
Class SampleMainViewImpl

java.lang.Object
  extended by info.magnolia.sample.app.main.SampleMainViewImpl
All Implemented Interfaces:
SampleMainView, View, Serializable

public class SampleMainViewImpl
extends Object
implements SampleMainView

View implementation of the main tab in sample app.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.sample.app.main.SampleMainView
SampleMainView.Listener
 
Constructor Summary
SampleMainViewImpl()
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 void setLeftView(View left)
           
 void setListener(SampleMainView.Listener listener)
           
 void setRightView(View right)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleMainViewImpl

@Inject
public SampleMainViewImpl()
Method Detail

setListener

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

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

setLeftView

public void setLeftView(View left)
Specified by:
setLeftView in interface SampleMainView

setRightView

public void setRightView(View right)
Specified by:
setRightView in interface SampleMainView


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