Uses of Class
com.vaadin.data.util.sqlcontainer.SQLContainer

Packages that use SQLContainer
com.vaadin.data.util.sqlcontainer   
 

Uses of SQLContainer in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer that return SQLContainer
 SQLContainer RowItem.getContainer()
           
 

Methods in com.vaadin.data.util.sqlcontainer with parameters of type SQLContainer
 void SQLContainer.addReference(SQLContainer refdCont, String refingCol, String refdCol)
          Adds a new reference to the given SQLContainer.
 Item SQLContainer.getReferencedItem(Object itemId, SQLContainer refdCont)
          Fetches the referenced item from the target SQLContainer.
 Object SQLContainer.getReferencedItemId(Object itemId, SQLContainer refdCont)
          Fetches the Item Id of the referenced item from the target SQLContainer.
 boolean SQLContainer.removeReference(SQLContainer refdCont)
          Removes the reference pointing to the given SQLContainer.
 boolean SQLContainer.setReferencedItem(Object itemId, Object refdItemId, SQLContainer refdCont)
          Sets the referenced item.
 

Constructors in com.vaadin.data.util.sqlcontainer with parameters of type SQLContainer
RowItem(SQLContainer container, RowId id, Collection<ColumnProperty> properties)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.