Uses of Class
javax.rad.model.reference.ColumnMapping

Packages that use ColumnMapping
com.sibvisions.rad.ui.swing.ext.celleditor Contains components for creating editors. 
javax.rad.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. 
javax.rad.model.reference Contains classes for model references. 
javax.rad.ui.celleditor Contains all interfaces to develop cell editors. 
 

Uses of ColumnMapping in com.sibvisions.rad.ui.swing.ext.celleditor
 

Methods in com.sibvisions.rad.ui.swing.ext.celleditor that return ColumnMapping
 ColumnMapping JVxLinkedCellEditor.getSearchColumnMapping()
          Gets search columns for which should be searched in the linked cell.
 

Methods in com.sibvisions.rad.ui.swing.ext.celleditor with parameters of type ColumnMapping
 void JVxLinkedCellEditor.setSearchColumnMapping(ColumnMapping pSearchColumnMapping)
          Sets search columns for which should be searched in the linked cell.
 

Uses of ColumnMapping in javax.rad.genui.celleditor
 

Methods in javax.rad.genui.celleditor that return ColumnMapping
 ColumnMapping UILinkedCellEditor.getSearchColumnMapping()
          Gets search columns for which should be searched in the linked cell.
 

Methods in javax.rad.genui.celleditor with parameters of type ColumnMapping
 void UILinkedCellEditor.setSearchColumnMapping(ColumnMapping pSearchColumnNames)
          Sets search columns for which should be searched in the linked cell.
 

Uses of ColumnMapping in javax.rad.model.reference
 

Subclasses of ColumnMapping in javax.rad.model.reference
 class ReferenceDefinition
          The ReferenceDefinition specifies the relation between a detail DataBook and the master DataBook.
 class StorageReferenceDefinition
          The StorageReferenceDefinition specifies the relation between a detail IStorage and the master IStorage.
 

Methods in javax.rad.model.reference that return ColumnMapping
 ColumnMapping ColumnMapping.clone()
          
 

Uses of ColumnMapping in javax.rad.ui.celleditor
 

Methods in javax.rad.ui.celleditor that return ColumnMapping
 ColumnMapping ILinkedCellEditor.getSearchColumnMapping()
          Gets search columns for which should be searched in the linked cell.
 

Methods in javax.rad.ui.celleditor with parameters of type ColumnMapping
 void ILinkedCellEditor.setSearchColumnMapping(ColumnMapping pSearchColumnNames)
          Sets search columns for which should be searched in the linked cell.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.