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.
我正在创建一个 cellList 并为 abstractCell 使用 UiBinder。我想将 div id 添加到单元格的元素中。我怎样才能做到这一点。
您可以在 UiBinder 中设置所需的 id。它们对于所有单元格都是相同的,但是您可以通过调用getElement单元格并遍历其子节点或使用getInnerHtmland轻松找到所需的元素indexOf。
getElement
getInnerHtml
indexOf