info.magnolia.sample.app.editor
Class SampleEditorViewImpl

java.lang.Object
  extended by info.magnolia.sample.app.editor.SampleEditorViewImpl
All Implemented Interfaces:
SampleEditorView, View, Serializable

public class SampleEditorViewImpl
extends Object
implements SampleEditorView

View implementation of an editor tab in sample app.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface info.magnolia.sample.app.editor.SampleEditorView
SampleEditorView.Listener
 
Constructor Summary
SampleEditorViewImpl(info.magnolia.i18nsystem.SimpleTranslator i18n)
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 String getName()
           
 void setListener(SampleEditorView.Listener listener)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleEditorViewImpl

@Inject
public SampleEditorViewImpl(info.magnolia.i18nsystem.SimpleTranslator i18n)
Method Detail

getName

public String getName()
Specified by:
getName in interface SampleEditorView

setName

public void setName(String name)
Specified by:
setName in interface SampleEditorView

setListener

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

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


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