Interface HasDataPresenter.ElementIterator
- Enclosing class:
- HasDataPresenter<T>
An iterator over DOM elements.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSelected(boolean selected) Set the selection state of the current element.Methods inherited from interface java.util.IteratorforEachRemaining, hasNext, next, remove
- 
Method Details- 
setSelectedSet the selection state of the current element.- Parameters:
- selected- the selection state
- Throws:
- IllegalStateException- if- Iterator.next()has not been called
 
 
-