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.
我需要使用以编程方式填充的 ArrayList 填充表,并且我的要求是为该表提供过滤器功能。但是,我还没有找到任何关于这方面的教程,因为大多数表都使用 VO 来填充它们的数据。
有人可以帮我吗?
你可以很容易地做到这一点:
制作一个bean,为您的arraylist 插入一个getter 和setter,并将您的bean 转换为DataControl。这样您就可以将其用作 VO(拖放,...)。包括带有过滤器的表。