info.magnolia.ui.workbench
Interface StatusBarView

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

public interface StatusBarView
extends View

The status bar view consists of a horizontal container, with basic support for horizontal alignment. It is intended for displaying status information relative to the content that is currently presented in an adjacent view. Additionally, it can draw several levels of attention of feedback by changing color.


Method Summary
 void addComponent(com.vaadin.ui.Component c, com.vaadin.ui.Alignment align)
           
 void removeComponent(com.vaadin.ui.Component c)
           
 void setColor(String colorStyleName)
           
 
Methods inherited from interface info.magnolia.ui.api.view.View
asVaadinComponent
 

Method Detail

addComponent

void addComponent(com.vaadin.ui.Component c,
                  com.vaadin.ui.Alignment align)

removeComponent

void removeComponent(com.vaadin.ui.Component c)

setColor

void setColor(String colorStyleName)


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