Package com.bc.ceres.swing
Interface GridSelectionModel
- All Known Implementing Classes:
Grid.DefaultGridSelectionModel
public interface GridSelectionModel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(GridSelectionModel.Listener listener) void
addSelectedRowIndex
(int rowIndex) void
int
int
int
int[]
boolean
isRowSelected
(int rowIndex) void
removeListener
(GridSelectionModel.Listener listener) void
removeSelectedRowIndex
(int rowIndex) void
setSelectedRowIndices
(int... rowIndices)
-
Method Details
-
getSelectedRowCount
int getSelectedRowCount() -
isRowSelected
boolean isRowSelected(int rowIndex) -
getMinSelectedRowIndex
int getMinSelectedRowIndex() -
getMaxSelectedRowIndex
int getMaxSelectedRowIndex() -
getSelectedRowIndices
int[] getSelectedRowIndices() -
setSelectedRowIndices
void setSelectedRowIndices(int... rowIndices) -
addSelectedRowIndex
void addSelectedRowIndex(int rowIndex) -
removeSelectedRowIndex
void removeSelectedRowIndex(int rowIndex) -
addListener
-
removeListener
-
fireChange
-