Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我正在使用此代码获取数据
Set<Account> selection =new HashSet<Account>table.getSelectionModel().getSelectedItem();
但是我把它作为输出
passbookprintingdemo.AccountPage$Account@1eb5170
谁能解释我如何获取数据而不是这个类名?
提前致谢
table.getSelectionModel().getSelectedItem().YourGetterFunctionName and you will get your data :)