B4J Question Inline table cell editing

Hanstel

Member
Licensed User
im a newbie in programming b4j, is an inline table editing like spreadsheet possible?
any pointers to achieve this please.
 

Attachments

  • inline-table-editing.png
    inline-table-editing.png
    15.7 KB · Views: 1,277

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Well the easy answer is No... not yet in B4J. You have to stick with TableView. It is a very good option, if user is not particulary updating manually, even if he is, may be you can add some Textfields to tableview, and listen to them.
(you could accomplish the image you show there with this option, some tweaks needed)

The complex answer is Yes!... but you have to know Java AND have some "Basic" knowledge of how B4J IDE works.
Look at the SpreedSheetView at the end of this page:
http://fxexperience.com/controlsfx/features/
You will need to incorporate it to your code. Easier said than done.
 
Upvote 0
Top