to.etc.domui.component.tbl
Interface ISelectionAllHandler
- All Known Implementing Classes:
- DefaultSelectAllHandler
public interface ISelectionAllHandler
"Select all" for an ISelectionModel
can be problematic, because all can be
quite a lot. It can also mean different things like "all 1000 visible" or "really
all, even though you truncated the result, you clod".
- Author:
- Frits Jalvingh
Created on Feb 17, 2011
selectAll
<T> void selectAll(ITableModel<T> sourcemodel,
ISelectionModel<T> selectionModel)
throws java.lang.Exception
- Throws:
java.lang.Exception