Displaying different objects in Nat Table [message #1752054] |
Wed, 18 January 2017 06:23  |
Eclipse User |
|
|
|
I would like to say Hello on the forum and say that this Nat Table is insanely good!
I have the problem with displaying different type of objects in the Nat Table. When the data is being rendered (from upper part to the bottom) everything is filled properly (where exactly the same type of objects appears) and it stops (blank cell) where different object appears.
I try to display two type of objects in one Nat Table, to better understand the case, the code of the objects:
public class PurchaseDocumentModelAndWarehouseItem extends BaseInsaneRowObject{
public BigDecimal getAmount(){
return amount;
}
}
public class DocumentOrderAndWarehouseItemsAndAmount extends BaseInsaneRowObject{
public BigDecimal getAmount(){
return amount;
}
}
1. I can add additional info if needed (how I create Nat Table and which features are being used)
2. Nat Table has somewhere exception catcher that prevent from throwing exceptions outside, it makes it hard to debug, can I somehow makes exceptions visible?
3. When the new version of Nat Table will be available, "the event lag" described here: https://www.eclipse.org/forums/index.php/t/1081434/ is visible for me too and I would like to change refresh intervals in EventConflaterChain.class, In Nat Table 1.4 it is private and I dont have access to change it
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.24533 seconds