com.hack23.cia.web.impl.ui.container.admin.configuration
Class AbstractConfigurationContainer<MODEL extends PersistedModelObject>

Package class diagram package AbstractConfigurationContainer
java.lang.Object
  extended by com.vaadin.data.util.BeanItemContainer<ENTITY>
      extended by com.hack23.cia.web.impl.ui.container.common.AbstractModelObjectContainer<ENTITY>
          extended by com.hack23.cia.web.impl.ui.container.admin.common.AbstractAdminModelObjectContainer<MODEL>
              extended by com.hack23.cia.web.impl.ui.container.admin.configuration.AbstractConfigurationContainer<MODEL>
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
Direct Known Subclasses:
AgencyContainer, LanguageContainer, PortalContainer

public abstract class AbstractConfigurationContainer<MODEL extends PersistedModelObject>
extends AbstractAdminModelObjectContainer<MODEL>
implements Serializable

The Class AbstractConfigurationContainer.

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
AbstractConfigurationContainer(Class<? extends MODEL> type)
          Instantiates a new abstract configuration container.
 
Method Summary
 
Methods inherited from class com.hack23.cia.web.impl.ui.container.common.AbstractModelObjectContainer
getColumnGenerators, getColumnHeaders, getGeneratedColumns, getVisibleColumns
 
Methods inherited from class com.vaadin.data.util.BeanItemContainer
addBean, addContainerFilter, addContainerProperty, addItem, addItem, addItemAfter, addItemAfter, addItemAt, addItemAt, addListener, containsId, doSort, filter, filterAll, firstItemId, getContainerProperty, getContainerPropertyIds, getIdByIndex, getItem, getItemIds, getItemSorter, getSortableContainerPropertyIds, getType, indexOfId, isFirstId, isLastId, lastItemId, nextItemId, prevItemId, removeAllContainerFilters, removeAllItems, removeContainerFilters, removeContainerProperty, removeItem, removeListener, setItemSorter, size, sort, valueChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConfigurationContainer

public AbstractConfigurationContainer(Class<? extends MODEL> type)
                               throws InstantiationException,
                                      IllegalAccessException
Instantiates a new abstract configuration container.

Parameters:
type - the type
Throws:
InstantiationException - the instantiation exception
IllegalAccessException - the illegal access exception


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