|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.tbl.DefaultSelectAllHandler
public class DefaultSelectAllHandler
A default "select all" handler which delegates to either the model (preferred) or the selection model itself (slow).
Constructor Summary | |
---|---|
DefaultSelectAllHandler()
|
Method Summary | ||
---|---|---|
|
selectAll(ITableModel<T> sourceModel,
ISelectionModel<T> selectionModel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSelectAllHandler()
Method Detail |
---|
public <T> void selectAll(ITableModel<T> sourceModel, ISelectionModel<T> selectionModel) throws java.lang.Exception
selectAll
in interface ISelectionAllHandler
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |