Uses of Class
javax.rad.model.ColumnView

Packages that use ColumnView
com.sibvisions.rad.ui.celleditor Contains technology and platform independent cell editor implementations. 
com.sibvisions.rad.ui.swing.ext Contains all swing extensions which can be used without the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. 
javax.rad.genui.control Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. 
javax.rad.model Contains all model interfaces, abstract base and exception classes. 
javax.rad.ui.celleditor Contains all interfaces to develop cell editors. 
javax.rad.ui.control Contains all interfaces to develop controls for a graphical user interface. 
 

Uses of ColumnView in com.sibvisions.rad.ui.celleditor
 

Fields in com.sibvisions.rad.ui.celleditor declared as ColumnView
protected  ColumnView AbstractLinkedCellEditor.columnView
          The ColumnView.
 

Methods in com.sibvisions.rad.ui.celleditor that return ColumnView
 ColumnView AbstractLinkedCellEditor.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in com.sibvisions.rad.ui.celleditor with parameters of type ColumnView
 void AbstractLinkedCellEditor.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Uses of ColumnView in com.sibvisions.rad.ui.swing.ext
 

Methods in com.sibvisions.rad.ui.swing.ext that return ColumnView
 ColumnView JVxTable.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in com.sibvisions.rad.ui.swing.ext with parameters of type ColumnView
 void JVxTable.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Uses of ColumnView in com.sibvisions.rad.ui.swing.impl.control
 

Methods in com.sibvisions.rad.ui.swing.impl.control that return ColumnView
 ColumnView SwingTable.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type ColumnView
 void SwingTable.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Uses of ColumnView in javax.rad.genui.celleditor
 

Methods in javax.rad.genui.celleditor that return ColumnView
 ColumnView UILinkedCellEditor.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in javax.rad.genui.celleditor with parameters of type ColumnView
 void UILinkedCellEditor.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Uses of ColumnView in javax.rad.genui.control
 

Methods in javax.rad.genui.control that return ColumnView
 ColumnView UITable.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in javax.rad.genui.control with parameters of type ColumnView
 void UITable.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Constructors in javax.rad.genui.control with parameters of type ColumnView
UITable(IDataBook pDataBook, ColumnView pColumnView)
          Creates a new instance of UITable with the given data book and column view.
UITable(ITable pTable, IDataBook pDataBook, ColumnView pColumnView)
          Creates a new instance of UITable with the given table, data book and column view.
 

Uses of ColumnView in javax.rad.model
 

Methods in javax.rad.model that return ColumnView
 ColumnView RowDefinition.getColumnView(java.lang.Class<? extends IControl> pTargetControl)
          Gets the ColumnView to use for the given IControl.
 ColumnView IRowDefinition.getColumnView(java.lang.Class<? extends IControl> pTargetControl)
          Gets the ColumnView to use for the given IControl.
 ColumnView RowDefinition.getDefaultColumnView()
          Returns the default table columns names.
 

Methods in javax.rad.model with parameters of type ColumnView
 void RowDefinition.setColumnView(java.lang.Class<? extends IControl> pTargetControl, ColumnView pColumnView)
          Sets the ColumnView for the given IControl.
 void IRowDefinition.setColumnView(java.lang.Class<? extends IControl> pTargetControl, ColumnView pColumnView)
          Sets the ColumnView for the given IControl.
 

Constructors in javax.rad.model with parameters of type ColumnView
ColumnView(ColumnView pColumnView)
          Constructs a new ColumnView with the same columns as the given column view.
 

Uses of ColumnView in javax.rad.ui.celleditor
 

Methods in javax.rad.ui.celleditor that return ColumnView
 ColumnView ILinkedCellEditor.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in javax.rad.ui.celleditor with parameters of type ColumnView
 void ILinkedCellEditor.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 

Uses of ColumnView in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return ColumnView
 ColumnView ITable.getColumnView()
          Returns the ColumnView displayed by this control.
 

Methods in javax.rad.ui.control with parameters of type ColumnView
 void ITable.setColumnView(ColumnView pColumnView)
          Sets the ColumnView displayed by this control.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.