| Package | Description |
|---|---|
| com.vaadin.data.util.sqlcontainer |
| Modifier and Type | Method and Description |
|---|---|
SQLContainer |
RowItem.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RowItem(SQLContainer container,
RowId id,
Collection<ColumnProperty> properties) |
Copyright © 2016 Vaadin Ltd. All rights reserved.