|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnView | |
---|---|
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.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.control | Contains all interfaces to develop controls for a graphical user interface. |
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.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. |
Uses of ColumnView in javax.rad.model |
---|
Methods in javax.rad.model that return ColumnView | |
---|---|
ColumnView |
RowDefinition.getColumnView(Class<? extends IControl> pTargetControl)
Gets the ColumnView to use for GUI controls. |
ColumnView |
IRowDefinition.getColumnView(Class<? extends IControl> pTargetControl)
Gets the ColumnView to use for GUI controls. |
ColumnView |
RowDefinition.getDefaultColumnView()
Returns the default table columns names. |
Methods in javax.rad.model with parameters of type ColumnView | |
---|---|
void |
RowDefinition.setColumnView(Class<? extends IControl> pTargetControl,
ColumnView pColumnView)
Sets the column view to use for GUI controls. |
void |
IRowDefinition.setColumnView(Class<? extends IControl> pTargetControl,
ColumnView pColumnView)
Sets the column view to use for GUI controls. |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |