org.tbee.swing.jdbc
Class JTableForEditRowset.JComboBoxColumn
java.lang.Object
org.tbee.swing.jdbc.JTableForEditRowset.Column
org.tbee.swing.jdbc.JTableForEditRowset.JComboBoxColumn
- Enclosing class:
- JTableForEditRowset
public static class JTableForEditRowset.JComboBoxColumn
- extends JTableForEditRowset.Column
Use a combobox for this column, so we need an SQL statement.
First field of the SQL must be the key that is inserted into the column.
- Version:
- $Revision: 1.10 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iSql
public String iSql
iHideFirstColumn
public boolean iHideFirstColumn
iAutoComplete
public boolean iAutoComplete
JTableForEditRowset.JComboBoxColumn
public JTableForEditRowset.JComboBoxColumn(String label,
String sql,
boolean hideFirstColumn)
JTableForEditRowset.JComboBoxColumn
public JTableForEditRowset.JComboBoxColumn(String label,
String sql,
boolean hideFirstColumn,
boolean autoComplete)
Copyright © 2011 KnowledgePlaza. All Rights Reserved.