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