Uses of Class
com.vaadin.v7.data.util.sqlcontainer.SQLContainer
-
Packages that use SQLContainer Package Description com.vaadin.v7.data.util.sqlcontainer -
-
Uses of SQLContainer in com.vaadin.v7.data.util.sqlcontainer
Methods in com.vaadin.v7.data.util.sqlcontainer that return SQLContainer Modifier and Type Method Description SQLContainerRowItem. getContainer()Deprecated.Methods in com.vaadin.v7.data.util.sqlcontainer with parameters of type SQLContainer Modifier and Type Method Description voidSQLContainer. addReference(SQLContainer refdCont, String refingCol, String refdCol)Deprecated.Adds a new reference to the given SQLContainer.ItemSQLContainer. getReferencedItem(Object itemId, SQLContainer refdCont)Deprecated.Fetches the referenced item from the target SQLContainer.ObjectSQLContainer. getReferencedItemId(Object itemId, SQLContainer refdCont)Deprecated.Fetches the Item Id of the referenced item from the target SQLContainer.booleanSQLContainer. removeReference(SQLContainer refdCont)Deprecated.Removes the reference pointing to the given SQLContainer.booleanSQLContainer. setReferencedItem(Object itemId, Object refdItemId, SQLContainer refdCont)Deprecated.Sets the referenced item.Constructors in com.vaadin.v7.data.util.sqlcontainer with parameters of type SQLContainer Constructor Description RowItem(SQLContainer container, RowId id, Collection<ColumnProperty> properties)Deprecated.
-