com.hack23.cia.web.impl.ui.container.content
Class HierarchicalContentContainer

Package class diagram package HierarchicalContentContainer
java.lang.Object
  extended by com.vaadin.data.util.IndexedContainer
      extended by com.vaadin.data.util.HierarchicalContainer
          extended by com.hack23.cia.web.impl.ui.container.content.HierarchicalContentContainer
All Implemented Interfaces:
com.vaadin.data.Container, com.vaadin.data.Container.Filterable, com.vaadin.data.Container.Hierarchical, com.vaadin.data.Container.Indexed, com.vaadin.data.Container.ItemSetChangeNotifier, com.vaadin.data.Container.Ordered, com.vaadin.data.Container.PropertySetChangeNotifier, com.vaadin.data.Container.Sortable, com.vaadin.data.Property.ValueChangeNotifier, Serializable, Cloneable

public class HierarchicalContentContainer
extends com.vaadin.data.util.HierarchicalContainer

The Class HierarchicalContentContainer.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Class and Description
 
Nested classes/interfaces inherited from class com.vaadin.data.util.IndexedContainer
com.vaadin.data.util.IndexedContainer.ItemSetChangeEvent
 
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
Constructor and Description
HierarchicalContentContainer()
          Instantiates a new hierarchical content container.
 
Method Summary
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<BallotData> getBallotLoaderService()
          Gets the ballot loader service.
protected  GenericUserInterfaceLoaderService<CommitteeReportData> getCommitteeReportLoaderService()
          Gets the committee report loader service.
protected  GenericUserInterfaceLoaderService<CommitteeData> getCommitteeService()
          Gets the committee service.
protected  GenericUserInterfaceLoaderService<ElectionData> getElectionLoaderService()
          Gets the election loader service.
protected  GenericUserInterfaceLoaderService<ParliamentMappedData> getParliamentLoaderService()
          Gets the parliament loader service.
protected  GenericUserInterfaceLoaderService<ParliamentMemberData> getParliamentMemberLoaderService()
          Gets the parliament member loader service.
protected  GenericUserInterfaceLoaderService<ParliamentYearData> getParliamentYearLoaderService()
          Gets the parliament year loader service.
protected  GenericUserInterfaceLoaderService<PoliticalPartyData> getPoliticalPartyLoaderService()
          Gets the political party loader service.
protected  GenericUserInterfaceLoaderService<VoteData> getVoteLoaderService()
          Gets the vote loader service.
 
Methods inherited from class com.vaadin.data.util.HierarchicalContainer
addItem, addItem, areChildrenAllowed, doFilterContainer, doSort, getChildren, getParent, hasChildren, isIncludeParentsWhenFiltering, isRoot, moveAfterSibling, passesFilters, removeAllItems, removeItem, removeItemRecursively, removeItemRecursively, rootItemIds, setChildrenAllowed, setIncludeParentsWhenFiltering, setParent
 
Methods inherited from class com.vaadin.data.util.IndexedContainer
addContainerFilter, addContainerProperty, addItemAfter, addItemAfter, addItemAt, addItemAt, addListener, addListener, addListener, clone, containsId, fireContentsChange, firstItemId, getContainerProperty, getContainerPropertyIds, getIdByIndex, getItem, getItemIds, getItemSorter, getSortableContainerPropertyIds, getType, indexOfId, isFirstId, isLastId, lastItemId, nextItemId, prevItemId, removeAllContainerFilters, removeContainerFilters, removeContainerProperty, removeListener, removeListener, removeListener, setItemSorter, size, sort
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.data.Container
addContainerProperty, containsId, getContainerProperty, getContainerPropertyIds, getItem, getItemIds, getType, removeContainerProperty, size
 

Constructor Detail

HierarchicalContentContainer

public HierarchicalContentContainer()
Instantiates a new hierarchical content container.

Method Detail

getBallotLoaderService

protected final GenericUserInterfaceLoaderService<BallotData> getBallotLoaderService()
Gets the ballot loader service.

Returns:
the ballot loader service

getCommitteeReportLoaderService

protected final GenericUserInterfaceLoaderService<CommitteeReportData> getCommitteeReportLoaderService()
Gets the committee report loader service.

Returns:
the committee report loader service

getCommitteeService

protected final GenericUserInterfaceLoaderService<CommitteeData> getCommitteeService()
Gets the committee service.

Returns:
the committee service

getElectionLoaderService

protected final GenericUserInterfaceLoaderService<ElectionData> getElectionLoaderService()
Gets the election loader service.

Returns:
the election loader service

getParliamentLoaderService

protected final GenericUserInterfaceLoaderService<ParliamentMappedData> getParliamentLoaderService()
Gets the parliament loader service.

Returns:
the parliament loader service

getParliamentMemberLoaderService

protected final GenericUserInterfaceLoaderService<ParliamentMemberData> getParliamentMemberLoaderService()
Gets the parliament member loader service.

Returns:
the parliament member loader service

getParliamentYearLoaderService

protected final GenericUserInterfaceLoaderService<ParliamentYearData> getParliamentYearLoaderService()
Gets the parliament year loader service.

Returns:
the parliament year loader service

getPoliticalPartyLoaderService

protected final GenericUserInterfaceLoaderService<PoliticalPartyData> getPoliticalPartyLoaderService()
Gets the political party loader service.

Returns:
the political party loader service

getVoteLoaderService

protected final GenericUserInterfaceLoaderService<VoteData> getVoteLoaderService()
Gets the vote loader service.

Returns:
the vote loader service


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