it.tidalwave.ui.vaadin
Class ReadOnlyPresentationModelContainer

Package class diagram package ReadOnlyPresentationModelContainer
java.lang.Object
  extended by it.tidalwave.ui.vaadin.IndexedContainerSupport
      extended by it.tidalwave.ui.vaadin.ReadOnlyPresentationModelContainer
All Implemented Interfaces:
com.vaadin.data.Container, com.vaadin.data.Container.Indexed, com.vaadin.data.Container.Ordered, java.io.Serializable
Direct Known Subclasses:
PingTableModel

public class ReadOnlyPresentationModelContainer
extends IndexedContainerSupport

Version:
$Id: ReadOnlyPresentationModelContainer.java,v d460c8cb3874 2011/07/14 14:24:33 fabrizio $
Author:
Fabrizio Giudici, based on LazyQyeryFinder by Tommi S.E. Laukkanen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.data.Container
com.vaadin.data.Container.Editor, com.vaadin.data.Container.Filter, com.vaadin.data.Container.Filterable, com.vaadin.data.Container.Hierarchical, com.vaadin.data.Container.Indexed, com.vaadin.data.Container.ItemSetChangeEvent, com.vaadin.data.Container.ItemSetChangeListener, com.vaadin.data.Container.ItemSetChangeNotifier, com.vaadin.data.Container.Ordered, com.vaadin.data.Container.PropertySetChangeEvent, com.vaadin.data.Container.PropertySetChangeListener, com.vaadin.data.Container.PropertySetChangeNotifier, com.vaadin.data.Container.SimpleFilterable, com.vaadin.data.Container.Sortable, com.vaadin.data.Container.Viewer
 
Field Summary
 
Fields inherited from class it.tidalwave.ui.vaadin.IndexedContainerSupport
beanType
 
Constructor Summary
ReadOnlyPresentationModelContainer(java.lang.Class<?> beanType)
           
ReadOnlyPresentationModelContainer(PresentationModel presentationModel, java.lang.Class<?> beanType)
           
 
Method Summary
 com.vaadin.data.Item getItem(java.lang.Object itemId)
          
 int size()
          
 
Methods inherited from class it.tidalwave.ui.vaadin.IndexedContainerSupport
addContainerProperty, addItem, addItem, addItemAfter, addItemAfter, addItemAt, addItemAt, containsId, firstItemId, getContainerProperty, getContainerPropertyIds, getIdByIndex, getItemIds, getType, indexOfId, isFirstId, isLastId, lastItemId, nextItemId, prevItemId, removeAllItems, removeContainerProperty, removeItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadOnlyPresentationModelContainer

public ReadOnlyPresentationModelContainer(@Nonnull
                                          java.lang.Class<?> beanType)

ReadOnlyPresentationModelContainer

public ReadOnlyPresentationModelContainer(@Nonnull
                                          PresentationModel presentationModel,
                                          @Nonnull
                                          java.lang.Class<?> beanType)
Method Detail

size

public final int size()


getItem

public final com.vaadin.data.Item getItem(java.lang.Object itemId)



Copyright © 2011 Tidalwave s.a.s.. All Rights Reserved.