Hello,
I want form model with next features :
- business model is list of beans, for instance list owners
- form have binding from bossiness property to swing visual class (this work fine in spring rcp)
- we have action like : next owner, previous owners, save/commit, rollback/clear, last,first
find (we have find owner with any properties - like hibernate Example criteria, sort
(user click on label firstName and sort owners for firstName, then lastName and sort
firstName,lastName and we have special button/toolbar action for clear sort)
- sort and find have to be in database for sort and find large list - model can use scrollable resultset for large table
- yet another form action
- form can one-row form or table
Comments ?
regards


Reply With Quote
