info.magnolia.sample.app.editor
Class SampleEditorViewImpl

java.lang.Object
  extended by info.magnolia.sample.app.editor.SampleEditorViewImpl
All Implemented Interfaces:
SampleEditorView, info.magnolia.ui.api.view.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()
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
           
 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()
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()
Specified by:
asVaadinComponent in interface info.magnolia.ui.api.view.View


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