info.magnolia.about.app
Interface AboutView

All Superinterfaces:
Serializable, View
All Known Implementing Classes:
AboutViewImpl

public interface AboutView
extends View

The about view interface.


Field Summary
static String JAVA_INFO_KEY
           
static String JCR_INFO_KEY
           
static String MAGNOLIA_EDITION_KEY
           
static String MAGNOLIA_INSTANCE_KEY
           
static String MAGNOLIA_VERSION_KEY
           
static String MESSAGES_BASENAME
           
static String OS_INFO_KEY
           
static String SERVER_INFO_KEY
           
 
Method Summary
 void setDataSource(com.vaadin.data.Item dataSource)
           
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Field Detail

MAGNOLIA_EDITION_KEY

static final String MAGNOLIA_EDITION_KEY
See Also:
Constant Field Values

MAGNOLIA_VERSION_KEY

static final String MAGNOLIA_VERSION_KEY
See Also:
Constant Field Values

MAGNOLIA_INSTANCE_KEY

static final String MAGNOLIA_INSTANCE_KEY
See Also:
Constant Field Values

JAVA_INFO_KEY

static final String JAVA_INFO_KEY
See Also:
Constant Field Values

OS_INFO_KEY

static final String OS_INFO_KEY
See Also:
Constant Field Values

SERVER_INFO_KEY

static final String SERVER_INFO_KEY
See Also:
Constant Field Values

JCR_INFO_KEY

static final String JCR_INFO_KEY
See Also:
Constant Field Values

MESSAGES_BASENAME

static final String MESSAGES_BASENAME
See Also:
Constant Field Values
Method Detail

setDataSource

void setDataSource(com.vaadin.data.Item dataSource)


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