public interface ISelectableTableComponent<T>
| Modifier and Type | Method and Description |
|---|---|
ITableModel<T> |
getModel() |
ISelectionAllHandler |
getSelectionAllHandler()
If this component has a way to execute "select all", it should return a thing that does that.
|
ISelectionModel<T> |
getSelectionModel() |
boolean |
isMultiSelectionVisible() |
void |
setShowSelection(boolean on) |
boolean isMultiSelectionVisible()
@Nonnull ITableModel<T> getModel()
@Nullable ISelectionModel<T> getSelectionModel()
@Nullable ISelectionAllHandler getSelectionAllHandler()
Copyright © 2017 etc.to. All rights reserved.