Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Is The Given Problem Statement Possible in Nattable(I want to check if this feature is present before I jump in with nattable)
Is The Given Problem Statement Possible in Nattable [message #1465248] Sat, 08 November 2014 06:58 Go to next message
Praveen Banthia is currently offline Praveen BanthiaFriend
Messages: 30
Registered: September 2014
Member
User Story.
I as a developer have a object which has a collection of objects declared in it which has getter and setter of String and Long type.

Example

class Person {
String firstname;
String lastname
Date dob;
Collection<Address> addresses;
}

class Address{
String City;
String state;
}

I wil put an image to better show expected result

index.php/fa/19804/0/
  • Attachment: delete.png
    (Size: 21.48KB, Downloaded 219 times)
Re: Is The Given Problem Statement Possible in Nattable [message #1465282 is a reply to message #1465248] Sat, 08 November 2014 07:39 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
I suppose you mean combo box and not checkbox.

Since we also support a simple inner table Renderer for collection attributes it should be possible. But I never tried before. The combo box is an editable control that can be configured for dynamic content.
Previous Topic:Single click sorting doesn't work anymore
Next Topic:Running Nattable Example
Goto Forum:
  


Current Time: Fri Mar 29 00:50:54 GMT 2024

Powered by FUDForum. Page generated in 0.05337 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top