com.hack23.cia.web.views.container.admin
Class UserSessionContainer

Package class diagram package UserSessionContainer
java.lang.Object
  extended by com.vaadin.data.util.BeanItemContainer<ENTITY>
      extended by com.hack23.cia.web.views.container.common.AbstractModelObjectContainer<UserSession>
          extended by com.hack23.cia.web.views.container.admin.UserSessionContainer
All Implemented Interfaces:
com.vaadin.data.Container, com.vaadin.data.Container.Filterable, com.vaadin.data.Container.Indexed, com.vaadin.data.Container.ItemSetChangeNotifier, com.vaadin.data.Container.Ordered, com.vaadin.data.Container.Sortable, com.vaadin.data.Property.ValueChangeListener, Serializable

public class UserSessionContainer
extends AbstractModelObjectContainer<UserSession>
implements Serializable

The Class UserSessionContainer.

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.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.Sortable, com.vaadin.data.Container.Viewer
 
Constructor Summary
UserSessionContainer()
          Instantiates a new user session container.
 
Method Summary
 com.vaadin.ui.Table.ColumnGenerator[] getColumnGenerators()
          Gets the column generators.
 Object[] getGeneratedColumns()
          Gets the generated columns.
 Object[] getVisibleColumns()
          Gets the visible columns.
 
Methods inherited from class com.vaadin.data.util.BeanItemContainer
addBean, addContainerFilter, addContainerProperty, addItem, addItem, addItemAfter, addItemAfter, addItemAt, addItemAt, addListener, containsId, filter, filterAll, firstItemId, getContainerProperty, getContainerPropertyIds, getIdByIndex, getItem, getItemIds, getSortableContainerPropertyIds, getType, indexOfId, isFirstId, isLastId, lastItemId, nextItemId, prevItemId, removeAllContainerFilters, removeAllItems, removeContainerFilters, removeContainerProperty, removeItem, removeListener, size, sort, valueChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSessionContainer

public UserSessionContainer()
                     throws InstantiationException,
                            IllegalAccessException
Instantiates a new user session container.

Throws:
InstantiationException - the instantiation exception
IllegalAccessException - the illegal access exception
Method Detail

getColumnGenerators

public final com.vaadin.ui.Table.ColumnGenerator[] getColumnGenerators()
Description copied from class: AbstractModelObjectContainer
Gets the column generators.

Specified by:
getColumnGenerators in class AbstractModelObjectContainer<UserSession>
Returns:
the column generators

getGeneratedColumns

public final Object[] getGeneratedColumns()
Description copied from class: AbstractModelObjectContainer
Gets the generated columns.

Specified by:
getGeneratedColumns in class AbstractModelObjectContainer<UserSession>
Returns:
the generated columns

getVisibleColumns

public final Object[] getVisibleColumns()
Description copied from class: AbstractModelObjectContainer
Gets the visible columns.

Specified by:
getVisibleColumns in class AbstractModelObjectContainer<UserSession>
Returns:
the visible columns


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.