|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageReferenceDefinition | |
---|---|
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
javax.rad.persist | Contains classes and interfaces needed for java persistence. |
Uses of StorageReferenceDefinition in com.sibvisions.rad.persist.jdbc |
---|
Methods in com.sibvisions.rad.persist.jdbc that return StorageReferenceDefinition | |
---|---|
StorageReferenceDefinition |
ServerColumnMetaData.getLinkReference()
Returns the link reference for a server side dropdown list (automatic linked celleditor). |
Methods in com.sibvisions.rad.persist.jdbc with parameters of type StorageReferenceDefinition | |
---|---|
protected void |
DBStorage.createAutomaticLinkStorage(StorageReferenceDefinition pReferenceDefinition,
java.lang.String[] pWritebackColumnNames)
Creates a new DBStorage which is configured for automatic link cell editors. |
protected void |
DBStorage.installAutomaticLinkReferenceIntern(StorageReferenceDefinition pReferenceDefinition)
Creates and sets a new StorageReferenceDefinition with the specified DBStorage (or from clause) and
columns and reference columns on all pColumns . |
void |
ServerColumnMetaData.setLinkReference(StorageReferenceDefinition pLinkReference)
Sets the link reference for a server side Dropdown list (automatic linked celleditor). |
Uses of StorageReferenceDefinition in javax.rad.persist |
---|
Methods in javax.rad.persist that return StorageReferenceDefinition | |
---|---|
StorageReferenceDefinition |
ColumnMetaData.getLinkReference()
Returns the link reference for a server side dropdown list (automatic linked celleditor). |
Methods in javax.rad.persist with parameters of type StorageReferenceDefinition | |
---|---|
void |
ColumnMetaData.setLinkReference(StorageReferenceDefinition pLinkReference)
Sets the link reference for an server side Dropdown list (automatic linked celleditor). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |