According to my above Table view once I click on any Action icon it will navigate to another window (with selected data). How I keep selected same row when it back again to this Table view. Thanks.
相关问题
- JFX scale image up and down to parent
- What the easiest way to animate a Path as an objec
- JavaFX How do I scale the coordinates of a Path wi
- Howto embed font variants in JavaFX
- Java 8 SortedList TableView not refreshing
相关文章
- Loading custom font using JavaFX 8 and css
- JavaFX scrolling table update performance degrades
- Can you specify minor jdk version for travis ci
- JavaFX: Tested/confirmed hardware (GPU) accelerati
- How to work with canvas and text in javafx
- JavaFX custom MasterDetail pane
- JavaFX transparent window only receives mouse even
- Create a framework type column header for select a
So sorry actually I have duplicated the question
Correct answer was there:
Just remember the current selection (as a field) in your table view wrapper instance, and the restore it on re-focus.