info.magnolia.ui.framework.overlay
Class ViewAdapter

java.lang.Object
  extended by info.magnolia.ui.framework.overlay.ViewAdapter
All Implemented Interfaces:
View, Serializable

public class ViewAdapter
extends Object
implements View

Simple view class that wraps component. Created in order to avoid many inline View implementations.

See Also:
Serialized Form

Constructor Summary
ViewAdapter(com.vaadin.ui.Component component)
           
 
Method Summary
 com.vaadin.ui.Component asVaadinComponent()
          Returns the Vaadin component managed by this view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAdapter

public ViewAdapter(com.vaadin.ui.Component component)
Method Detail

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.