info.magnolia.about.app
Class AboutViewImpl

java.lang.Object
  extended by info.magnolia.about.app.AboutViewImpl
All Implemented Interfaces:
AboutView, View, Serializable

public class AboutViewImpl
extends Object
implements AboutView

Default Vaadin implementation of the AboutView interface, for the community edition.

See Also:
Serialized Form

Field Summary
protected  SmallAppLayout root
           
 
Fields inherited from interface info.magnolia.about.app.AboutView
JAVA_INFO_KEY, JCR_INFO_KEY, MAGNOLIA_EDITION_KEY, MAGNOLIA_INSTANCE_KEY, MAGNOLIA_VERSION_KEY, MESSAGES_BASENAME, OS_INFO_KEY, SERVER_INFO_KEY
 
Constructor Summary
AboutViewImpl(info.magnolia.i18nsystem.SimpleTranslator i18n)
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
protected  com.vaadin.ui.Component buildAndBind(String key, String caption)
           
protected  com.vaadin.ui.Component createFieldsetTitle(String title)
           
 void setDataSource(com.vaadin.data.Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected final SmallAppLayout root
Constructor Detail

AboutViewImpl

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

createFieldsetTitle

protected com.vaadin.ui.Component createFieldsetTitle(String title)

buildAndBind

protected com.vaadin.ui.Component buildAndBind(String key,
                                               String caption)

setDataSource

public void setDataSource(com.vaadin.data.Item item)
Specified by:
setDataSource in interface AboutView

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.