|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vaadin.data.util.BeanItemContainer<ENTITY> com.hack23.cia.web.views.container.common.AbstractModelObjectContainer<ENTITY> com.hack23.cia.web.views.container.admin.AbstractParliamentDataContainer<ENTITY>
public abstract class AbstractParliamentDataContainer<ENTITY extends ParliamentData>
The Class AbstractParliamentDataContainer.
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 | |
---|---|
AbstractParliamentDataContainer(Class<? extends ENTITY> type)
Instantiates a new abstract parliament data container. |
Method Summary | |
---|---|
protected com.vaadin.ui.Table.ColumnGenerator[] |
getCommonColumnGenerators()
Gets the common column generators. |
protected Object[] |
getCommonGeneratedColumns()
Gets the common generated columns. |
protected Object[] |
getCommonVisibleColumns()
Gets the common visible columns. |
Methods inherited from class com.hack23.cia.web.views.container.common.AbstractModelObjectContainer |
---|
getColumnGenerators, getGeneratedColumns, getVisibleColumns |
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 |
---|
public AbstractParliamentDataContainer(Class<? extends ENTITY> type) throws InstantiationException, IllegalAccessException
type
- the type
InstantiationException
- the instantiation exception
IllegalAccessException
- the illegal access exceptionMethod Detail |
---|
protected final com.vaadin.ui.Table.ColumnGenerator[] getCommonColumnGenerators()
protected final Object[] getCommonGeneratedColumns()
protected final Object[] getCommonVisibleColumns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |