Interface HasDataPresenter.ElementIterator
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSelected(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
-