Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] JTable and JTableColumn

Hi VE Team,

Consider the following scenario:

1. Drop JTable
2. Set autoCreateColumn to false
3. Drop a column in the table
4. In the Bean Tree, delete the table

When you do this, the code for the table i.e. getJTable() method is not
deleted.
The local var for the column and its allocation stmt (new JTableColumn)
remain as part of the getter method.

Suppose you have a table with column in it and you delete the column in bean
tree, the addColumn stmt is removed but the local var for column remains.

Are the above described behaviours by design or are these bugs?

Thanks and regards,

Janak



Back to the top