info.joseluismartin.vaadin.ui
Interface View<T>

All Superinterfaces:
Binder<T>, ModelHolder<T>
All Known Implementing Classes:
AbstractView, VaadinPaginator

public interface View<T>
extends Binder<T>

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 com.vaadin.ui.Component getComponent()
          Get the View Component
 
Methods inherited from interface info.joseluismartin.vaadin.ui.Binder
refresh, update
 
Methods inherited from interface info.joseluismartin.vaadin.ui.ModelHolder
getModel, setModel
 

Method Detail

getComponent

com.vaadin.ui.Component getComponent()
Get the View Component

Returns:
the view Component


Copyright © 2012 JDAL. All Rights Reserved.