|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
java.lang.String refingCol,
java.lang.String refdCol)
Adds a new reference to the given SQLContainer. |
Item |
SQLContainer.getReferencedItem(java.lang.Object itemId,
SQLContainer refdCont)
Fetches the referenced item from the target SQLContainer. |
java.lang.Object |
SQLContainer.getReferencedItemId(java.lang.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(java.lang.Object itemId,
java.lang.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,
java.util.Collection<ColumnProperty> properties)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||