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.
我正在按特定顺序(按日期准确)将小部件动态添加到 FlowPanel,但有时我需要在另一个小部件之前或之后放置一个小部件。有没有办法在 GWT 中做到这一点?我考虑过使用 gwt-dnd,但如果可能的话,我宁愿尝试使用当前的 API。PS:我使用的是 GWT2.4。
insert()以编程方式,您可以使用FlowPanel.
insert()
FlowPanel
或者,您可以使用本机拖放或任何其他利用拖放功能的库。请参阅此处了解更多信息。